From e965e1bfee1cf3ca7d1096dcd78e6fcce5e85052 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 12 Apr 2026 00:09:44 +1000 Subject: [PATCH] Add groups and cooldown for GitHub Actions and npm --- .github/dependabot.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 54860b3..a30b165 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,23 @@ version: 2 updates: - # Maintain dependencies for GitHub Actions - package-ecosystem: 'github-actions' directory: '/' schedule: interval: 'daily' + groups: + github-actions-dependencies: + patterns: + - '*' + cooldown: + default-days: 7 - # Maintain dependencies for npm - package-ecosystem: 'npm' directory: '/' schedule: interval: 'daily' + groups: + npm-dependencies: + patterns: + - '*' + cooldown: + default-days: 7