From 8c77befb7afb159ac304d94806d4a9f6ad7c2e47 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 11 Apr 2026 23:09:31 +1000 Subject: [PATCH] Update Dependabot configuration for GitHub Actions --- .github/dependabot.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 27e53408..d523f119 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,13 @@ -# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically +# https://docs.github.com/en/code-security/concepts/supply-chain-security/about-dependabot-version-updates 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