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 9a1158a commit 816f1a6Copy full SHA for 816f1a6
.github/dependabot.yml
@@ -1,19 +1,31 @@
1
+# Open a single PR each for go modules and GitHub actions
2
+# for security related updates only on a weekly basis.
3
version: 2
4
updates:
5
- package-ecosystem: gomod
6
directory: "/"
7
schedule:
- interval: monthly
- open-pull-requests-limit: 10
8
+ interval: weekly
9
+ open-pull-requests-limit: 0
10
commit-message:
11
prefix: "go.mod:"
12
assignees:
13
- willnorris
14
+ groups:
15
+ all:
16
+ patterns:
17
+ - "*"
18
+
19
- package-ecosystem: "github-actions"
20
21
- interval: "weekly"
22
23
24
25
prefix: ".github:"
26
27
28
29
30
31
0 commit comments