File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ # Go dependencies (modules)
4+ - package-ecosystem : " gomod"
5+ directory : " /" # Location of go.mod and go.sum
6+ schedule :
7+ interval : " weekly"
8+ open-pull-requests-limit : 10
9+ labels :
10+ - " dependencies"
11+ - " go"
12+ commit-message :
13+ prefix : " chore(deps)"
14+ include : " scope"
15+
16+ # Docker dependencies (Dockerfile)
17+ - package-ecosystem : " docker"
18+ directory : " /" # Location of Dockerfile
19+ schedule :
20+ interval : " weekly"
21+ labels :
22+ - " dependencies"
23+ - " docker"
24+ commit-message :
25+ prefix : " chore(docker)"
26+ include : " scope"
27+
28+ # GitHub Actions dependencies
29+ - package-ecosystem : " github-actions"
30+ directory : " /" # Location of GitHub workflows
31+ schedule :
32+ interval : " weekly"
33+ labels :
34+ - " dependencies"
35+ - " github-actions"
36+ commit-message :
37+ prefix : " chore(actions)"
38+ include : " scope"
You can’t perform that action at this time.
0 commit comments