From 8352a051218e9d7eaf9a0203f4bef1a39acc77dc Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 28 Jan 2026 18:00:20 +1000 Subject: [PATCH 1/2] Update dependabot.yml --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 368cff54..09eb787b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,12 @@ -# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically version: 2 updates: - # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + github-dependencies: + patterns: + - '*' + cooldown: + default-days: 7 From f66b1030a80e241083a65c252b59017842cc0cc1 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 28 Jan 2026 18:02:54 +1000 Subject: [PATCH 2/2] Update .github/dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 09eb787b..c778b039 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,6 @@ updates: groups: github-dependencies: patterns: - - '*' + - "*" cooldown: default-days: 7