From 5d877f65f5b2f0e9cf3e33444b1ae94eab8f755b Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 7 Apr 2026 16:57:42 +0200 Subject: [PATCH] build: have dependabot group PRs and use cooldown (#10630) Signed-off-by: Jakob Borg --- .github/dependabot.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 835b1360a..6f1fa2cbc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,28 @@ version: 2 updates: + - package-ecosystem: "github-actions" directory: "/" schedule: interval: monthly - open-pull-requests-limit: 10 + cooldown: + default-days: 14 + groups: + actions: + applies-to: version-updates + patterns: + - "*" - package-ecosystem: "gomod" directory: "/" schedule: interval: monthly - open-pull-requests-limit: 10 + allow: + - dependency-type: direct + cooldown: + default-days: 14 + groups: + dependencies: + applies-to: version-updates + patterns: + - "*"