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 948daf0 commit 3ae094eCopy full SHA for 3ae094e
.github/dependabot.yaml
@@ -0,0 +1,26 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ time: "06:00"
8
+ timezone: "America/Chicago"
9
+ labels: []
10
+ groups:
11
+ github-actions:
12
+ patterns:
13
+ - "*"
14
+
15
+ - package-ecosystem: "gomod"
16
17
18
19
20
21
22
+ open-pull-requests-limit: 15
23
24
+ x:
25
26
+ - "golang.org/x/*"
0 commit comments