From d082a45b19c8e63dc7d73d660fe98c5b7686c693 Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Thu, 23 Apr 2026 12:00:10 +0200 Subject: [PATCH] Update dependabot to run weekly (#197) This change updates the dependabot interval to run weekly. It also groups all Github Actions update into a single PR. This will make dependency updates a bit easier to manage without spamming too many PRs. --- .github/dependabot.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index d6d30ce..dab54d6 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,13 +3,17 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 15 + groups: + github-actions: + patterns: + - "*" - package-ecosystem: "gomod" directories: - "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 15 groups: k8s: