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:
4- # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61version : 2
72updates :
83- package-ecosystem : " github-actions"
94 directory : " /"
105 schedule :
11- interval : weekly
6+ interval : " weekly"
127 open-pull-requests-limit : 10
138 commit-message :
14- prefix : " GitHub Actions"
15- labels :
16- - dependencies
9+ prefix : " ci: GitHub Actions"
10+ labels : ["dependencies"]
1711- package-ecosystem : npm
1812 directory : " /"
1913 schedule :
20- interval : weekly
14+ interval : " weekly"
15+ groups :
16+ version-updates :
17+ applies-to : version-updates
18+ patterns : ["*"]
19+ update-types : ["minor", "patch"]
2120 open-pull-requests-limit : 10
2221 commit-message :
23- prefix : " npm"
24- labels :
25- - dependencies
22+ prefix : " chore"
23+ labels : ["dependencies"]
You can’t perform that action at this time.
0 commit comments