diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 153e568d..077f9e8d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,8 @@ updates: day: "monday" time: "10:00" timezone: "UTC" + cooldown: + default-days: 7 exclude-paths: - "examples/**" - "integration_tests/**" @@ -36,6 +38,8 @@ updates: day: "monday" time: "10:00" timezone: "UTC" + cooldown: + default-days: 7 exclude-paths: - "examples/**" - "integration_tests/**"