From 55d0f5b6f339da4b6e2fbfe8d1e44fc29f7e5f8d Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 8 Dec 2025 10:58:55 +0100 Subject: [PATCH] Add dependabot config for Github actions & 7 day cooldown --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df0c9b11..3cc56cb7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,16 @@ updates: directory: "/.github/dependabot/" schedule: interval: "daily" + cooldown: + default-days: 7 + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7 + groups: + actions: + patterns: + - "*"