diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fdca003877..848870f1ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 commit-message: prefix: ⬆ # Python @@ -12,5 +14,7 @@ updates: directory: "/" schedule: interval: "monthly" + cooldown: + default-days: 7 commit-message: prefix: ⬆