diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 641968780..b4fbd3924 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,15 @@ updates: dependencies: patterns: - "*" # Update all packages together + cooldown: + include: + - '*' + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + cooldown: + include: + - '*' + default-days: 7