We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cf707c + ec0a893 commit 91787b4Copy full SHA for 91787b4
.github/dependabot.yml
@@ -1,6 +1,9 @@
1
version: 2
2
+# Cooldown: Wait 15 days between dependency update PRs to reduce noise
3
updates:
4
- package-ecosystem: "gomod" # See documentation for possible values
5
directory: "/" # Location of package manifests
6
schedule:
7
interval: "daily"
8
+ cooldown:
9
+ default-days: 15
0 commit comments