Browse Source

Setup cooldown period time for Dependabot

pull/15316/head
Yurii Motov 3 months ago
parent
commit
d371140714
  1. 4
      .github/dependabot.yml

4
.github/dependabot.yml

@ -5,6 +5,8 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
cooldown:
default-days: 7
commit-message: commit-message:
prefix: prefix:
# Python # Python
@ -12,5 +14,7 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "monthly" interval: "monthly"
cooldown:
default-days: 7
commit-message: commit-message:
prefix: prefix:

Loading…
Cancel
Save