File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # To get started with Dependabot version updates, you'll need to specify which
2- # package ecosystems to update and where the package manifests are located.
3- # Please see the documentation for all configuration options:
41# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
52
63version : 2
74updates :
8- - package-ecosystem : " github-actions"
9- directory : " /"
5+ # # GitHub Actions
6+ - package-ecosystem : github-actions
7+ directory : /
108 schedule :
11- interval : " weekly"
12- - package-ecosystem : " gomod"
13- directory : " /"
9+ interval : weekly
10+ groups :
11+ # group patch updates
12+ all :
13+ update-types : [ patch, minor, major ]
14+
15+ # # Go
16+ - package-ecosystem : gomod
17+ directory : /
1418 schedule :
15- interval : " weekly"
19+ interval : weekly
20+ groups :
21+ all :
22+ update-types : [ patch, minor ]
You can’t perform that action at this time.
0 commit comments