Skip to content

Commit 91787b4

Browse files
authored
Add:cooldown period(15 days)
Wait 15 days between dependency update PRs to reduce noise
2 parents 2cf707c + ec0a893 commit 91787b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version: 2
2+
# Cooldown: Wait 15 days between dependency update PRs to reduce noise
23
updates:
34
- package-ecosystem: "gomod" # See documentation for possible values
45
directory: "/" # Location of package manifests
56
schedule:
67
interval: "daily"
8+
cooldown:
9+
default-days: 15

0 commit comments

Comments
 (0)