diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6c9564cdd27..6c6a8bbc5b2a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,9 +9,13 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + cooldown: + default-days: 7 target-branch: "dev" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 target-branch: "dev"