From 29550e2067747f42aba5b1bf5aa4b05ddfcae766 Mon Sep 17 00:00:00 2001 From: Mathieu Pillard Date: Tue, 11 Aug 2026 22:25:24 +0200 Subject: [PATCH] Group dependabot updates for ssdlc-actions together (doing that for every repo...) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fbca3dd..fe8027c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: daily + groups: + ssdlc-actions: + patterns: + - "mozilla/ssdlc-actions/*" cooldown: default-days: 7 open-pull-requests-limit: 99