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: + - "*"