Skip to content

Commit 1a6a315

Browse files
authored
Merge pull request #535 from zhuxiaow0/master
Configure Dependabot for automatic Docker and Gomod updates
2 parents fafc33d + 223b96e commit 1a6a315

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: docker
4+
directory: /artifacts/images
5+
schedule:
6+
interval: weekly
7+
- package-ecosystem: gomod
8+
directory: /
9+
schedule:
10+
interval: weekly
11+
groups:
12+
gomod-dependencies:
13+
patterns:
14+
- '*'

0 commit comments

Comments
 (0)