Skip to content

Commit 183ce36

Browse files
authored
feat(dependabot): add dependabot.yml
feat(dependabot): add dependabot.yml
2 parents 0aedd12 + 2408884 commit 183ce36

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 10
8+
commit-message:
9+
prefix: "chore"
10+
include: "scope"
11+
assignees:
12+
- bryanpaget
13+
- package-ecosystem: "docker"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
assignees:
18+
- bryanpaget

0 commit comments

Comments
 (0)