From 1fef7bc91cc2c6521600faa4ab1caa319988c285 Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Tue, 1 Sep 2026 17:41:20 +0200 Subject: [PATCH] Only trigger Dependabot Actions updates quarterly Given the otherwise low activity within the repository there's little benefit in bumping GitHub Actions versions on a monthly basis. --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 4f70a19..3e51f7d 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,7 +5,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "quarterly" cooldown: default-days: 7 groups: