From 828d84532a67811c440fbf1115371c72ea4c51a3 Mon Sep 17 00:00:00 2001 From: Volodymyr Vreshch Date: Fri, 20 Mar 2026 21:34:19 +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 | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf6ae80..e00d876 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,24 +11,9 @@ updates: - 'vreshch' open-pull-requests-limit: 10 groups: - dev-dependencies: + all-dependencies: patterns: - - '@types/*' - - 'typescript' - - 'typescript-eslint' - - 'eslint*' - - '@eslint/*' - - 'prettier' - - 'vitest*' - - '@vitest/*' - - '@testing-library/*' - - 'postcss' - - 'autoprefixer' - - '@tailwindcss/*' - - 'tailwindcss' - update-types: - - 'minor' - - 'patch' + - '*' ignore: - dependency-name: '*' update-types: ['version-update:semver-major'] @@ -42,3 +27,9 @@ updates: timezone: 'Europe/Prague' assignees: - 'vreshch' + open-pull-requests-limit: 5 + groups: + all-actions: + patterns: + - '*' +