diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b85b67d1e..53a6945a2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: commit-message: prefix: "chore(cargo)" open-pull-requests-limit: 50 + cooldown: + default-days: 7 # Keep GitHub Actions up to date. # @@ -14,3 +16,5 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7