From 2d42b86df084f4695a02561424dd74860674f912 Mon Sep 17 00:00:00 2001 From: Volodymyr Vreshch Date: Fri, 20 Mar 2026 21:34:23 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20standardize=20dependabot=20config=20?= =?UTF-8?q?=E2=80=94=201=20PR=20per=20ecosystem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3548986..e00d876 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,28 +11,9 @@ updates: - 'vreshch' open-pull-requests-limit: 10 groups: - dev-dependencies: + all-dependencies: patterns: - - '@types/*' - - 'typescript' - - 'typescript-eslint' - - 'eslint*' - - '@eslint/*' - - 'prettier' - - 'vitest*' - - '@vitest/*' - - 'jest*' - - 'ts-jest' - - '@playwright/*' - - 'playwright*' - - '@testing-library/*' - - 'postcss' - - 'autoprefixer' - - '@tailwindcss/*' - - 'tailwindcss' - update-types: - - 'minor' - - 'patch' + - '*' ignore: - dependency-name: '*' update-types: ['version-update:semver-major'] @@ -46,3 +27,9 @@ updates: timezone: 'Europe/Prague' assignees: - 'vreshch' + open-pull-requests-limit: 5 + groups: + all-actions: + patterns: + - '*' +