From 8cc5e482d3c0a326e990fa931ce161423fac207a Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sat, 7 Mar 2026 18:01:36 +0100 Subject: [PATCH] Group dependabot updates Signed-off-by: yubiuser --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3065b13f..bdc8d406 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,11 @@ updates: open-pull-requests-limit: 10 target-branch: development versioning-strategy: increase + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development" - package-ecosystem: github-actions directory: "/" schedule: @@ -17,3 +22,7 @@ updates: time: "10:00" open-pull-requests-limit: 10 target-branch: development + groups: + github_action-dependencies: + patterns: + - "*"