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: "/"
schedule:
interval: "daily"
cooldown:
default-days: 7
commit-message:
prefix:
# Python
@ -12,5 +14,7 @@ updates:
directory: "/"
schedule:
interval: "monthly"
cooldown:
default-days: 7
commit-message:
prefix:

Loading…
Cancel
Save