diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d41b3443d3..4a09c81e23 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,13 +12,19 @@ updates: directory: "/" patterns: ["*"] multi-ecosystem-group: "dependencies" + cooldown: + default-days: 7 - package-ecosystem: "pip" directory: "/" patterns: ["*"] multi-ecosystem-group: "dependencies" + cooldown: + default-days: 7 - package-ecosystem: "pre-commit" directory: "/" patterns: ["*"] multi-ecosystem-group: "dependencies" + cooldown: + default-days: 7