From e0e0e8828550c2e60db3102f380cf324ffaf1ffe Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Thu, 13 Jun 2024 17:14:02 +0300 Subject: [PATCH] Improve dependabot configuration --- .github/dependabot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44a7d9f..d0ad1de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,12 @@ updates: - "andyone" reviewers: - "andyone" + groups: + all: + applies-to: version-updates + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" @@ -28,9 +34,3 @@ updates: - "andyone" reviewers: - "andyone" - groups: - all: - applies-to: version-updates - update-types: - - "minor" - - "patch"