Skip to content

Commit 17d0039

Browse files
jongwooohackerwins
authored andcommitted
Setup Dependabot (#675)
Updating manually, like in #426, #641, requires checking for dependency updates every time. Automating this with Dependabot will save us a lot of work. If we set open-pull-requests-limit to 0, we can only get security updates. Dependabot will check updates every Monday if `schedule.interval` is set to weekly.
1 parent 5500afb commit 17d0039

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 5
8+
labels:
9+
- "dependencies"
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
open-pull-requests-limit: 5
15+
labels:
16+
- "dependencies"

0 commit comments

Comments
 (0)