File tree Expand file tree Collapse file tree 1 file changed +16
-22
lines changed
Expand file tree Collapse file tree 1 file changed +16
-22
lines changed 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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61version : 2
7- updates :
82
9- # Check for Github Actions version updates (for CI/CD)
10- - package-ecosystem : " github-actions"
11- directory : " /"
3+ multi-ecosystem-groups :
4+ maintenance :
125 schedule :
13- interval : ' weekly'
14- day : ' monday'
6+ interval : weekly
7+ day : monday
158 time : ' 06:00'
169
17- # Check for Nuget package updates
18- - package-ecosystem : " nuget"
19- directory : " /"
20- schedule :
21- interval : ' weekly'
22- day : ' monday'
23- time : ' 06:00'
24- groups :
25- nuget-dependencies :
26- patterns :
27- - ' *' # Group all updates together
10+ updates :
11+ - package-ecosystem : nuget
12+ directory : /
13+ patterns :
14+ - ' *'
15+ multi-ecosystem-group : maintenance
16+
17+ - package-ecosystem : github-actions
18+ directory : /
19+ patterns :
20+ - ' *'
21+ multi-ecosystem-group : maintenance
You can’t perform that action at this time.
0 commit comments