diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e5902e52e00..8d0af523327 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,12 +9,16 @@ updates: directory: "/scripts/" schedule: interval: "weekly" + cooldown: + default-days: 0 # Configuration for pyproj - package-ecosystem: "pip" directory: "/scripts/" schedule: interval: "weekly" + cooldown: + default-days: 1 # GitHub actions themselves - package-ecosystem: "github-actions"