From 1b43210826a043977bddaac48c8d9cfd09919a37 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 16 Nov 2025 13:03:12 +0000 Subject: [PATCH] Group version updates into a single PR for each ecosystem --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 68997950c..7b0fe114b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,15 @@ updates: - package-ecosystem: "npm" versioning-strategy: "increase-if-necessary" directory: "/" + groups: + dependencies: + applies-to: version-updates schedule: interval: "weekly" - package-ecosystem: "github-actions" directory: "/" + groups: + dependencies: + applies-to: version-updates schedule: interval: "weekly" -- 2.39.5