We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021579b commit 51d480eCopy full SHA for 51d480e
1 file changed
.github/dependabot.yml
@@ -1,13 +1,17 @@
1
version: 2
2
updates:
3
- - package-ecosystem: gomod
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- time: "14:00"
8
- open-pull-requests-limit: 10
9
- - package-ecosystem: "github-actions"
10
11
12
13
+- package-ecosystem: gomod
+ directory: /
+ schedule:
+ interval: daily
+ time: '14:00'
+ open-pull-requests-limit: 10
+ cooldown:
+ default-days: 4
+- package-ecosystem: github-actions
14
15
16
17
0 commit comments