diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 726f08de7b6..e4ebcd53248 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,9 @@ updates: - package-ecosystem: "uv" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + cooldown: + default-days: 7 open-pull-requests-limit: 0 groups: security-updates: @@ -16,7 +18,9 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + cooldown: + default-days: 7 open-pull-requests-limit: 0 groups: security-updates: