Skip to content

Commit 3ae094e

Browse files
committed
Configure Dependabot
1 parent 948daf0 commit 3ae094e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
17+
schedule:
18+
interval: "weekly"
19+
time: "06:00"
20+
timezone: "America/Chicago"
21+
labels: []
22+
open-pull-requests-limit: 15
23+
groups:
24+
x:
25+
patterns:
26+
- "golang.org/x/*"

0 commit comments

Comments
 (0)