Browse Source

Set cooldown in dependabot

pull/14771/head
Pravin Kamble 6 months ago
parent
commit
a53745c248
  1. 4
      .github/dependabot.yml

4
.github/dependabot.yml

@ -7,6 +7,8 @@ updates:
interval: "daily" interval: "daily"
commit-message: commit-message:
prefix: prefix:
cooldown:
default-days: 7
# Python # Python
- package-ecosystem: "uv" - package-ecosystem: "uv"
directory: "/" directory: "/"
@ -14,3 +16,5 @@ updates:
interval: "monthly" interval: "monthly"
commit-message: commit-message:
prefix: prefix:
cooldown:
default-days: 7

Loading…
Cancel
Save