diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a29b1e4..91901e70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,13 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 open-pull-requests-limit: 10 # GitHub actions updates - package-ecosystem: "github-actions" directory: "/.github/workflows" schedule: interval: "daily" + cooldown: + default-days: 7