diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ba3ab07..fd39f22d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: weekly + cooldown: + default-days: 7 - package-ecosystem: uv directories: @@ -11,11 +13,15 @@ updates: - /python schedule: interval: weekly + cooldown: + default-days: 7 - package-ecosystem: npm directory: /nodejs schedule: interval: weekly + cooldown: + default-days: 7 - package-ecosystem: github-actions directory: "/"