diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0e50a42..9085e75 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,11 @@ version: 2 updates: - package-ecosystem: github-actions directory: / + groups: + github-actions: + patterns: + - "*" # Group all Actions updates into a single pull request schedule: interval: weekly + cooldown: + default-days: 7