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 79c48bf commit 931f9fcCopy full SHA for 931f9fc
.github/dependabot.yml
@@ -4,11 +4,24 @@ updates:
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
schedule:
7
- interval: "daily"
+ interval: "weekly"
8
+
9
- package-ecosystem: "gomod"
10
11
12
interval: "daily"
13
+ commit-message:
14
+ prefix: "[deps]"
15
+ allow:
16
+ - dependency-type: all
17
+ groups:
18
+ golang_x:
19
+ patterns:
20
+ - "golang.org/x/*"
21
+ koanf:
22
23
+ - "github.com/knadh/koanf/*"
24
25
26
directory: "/tools/"
27
allow:
0 commit comments