Skip to content

Commit 4d33a73

Browse files
authored
Merge pull request #36 from austinvazquez/add-dependabot
Add dependabot update automation
2 parents f4b3163 + 3b4621d commit 4d33a73

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 10
8+
groups:
9+
golang-x:
10+
patterns:
11+
- "golang.org/x/*"
12+
containerd:
13+
patterns:
14+
- "github.com/containerd/*"
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
schedule:
18+
interval: "weekly"
19+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)