File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66version : 2
77updates :
88
9- # Check for Github Actions version updates (for CI/CD)
10- - package-ecosystem : " github-actions "
11- directory : " / "
9+ # Check for Nuget package updates
10+ - package-ecosystem : nuget
11+ directory : /
1212 schedule :
13- interval : ' weekly'
14- day : ' monday'
13+ interval : weekly
14+ day : monday
1515 time : ' 06:00'
16+ groups :
17+ nuget-dependencies :
18+ patterns :
19+ - ' *' # Group all updates together
1620
17- # Check for Nuget package updates
18- - package-ecosystem : " nuget "
19- directory : " / "
21+ # Check for Github Actions version updates (for CI/CD)
22+ - package-ecosystem : github-actions
23+ directory : /
2024 schedule :
21- interval : ' weekly'
22- day : ' monday'
25+ interval : weekly
26+ day : monday
2327 time : ' 06:00'
2428 groups :
25- nuget-dependencies :
29+ github-actions :
2630 patterns :
2731 - ' *' # Group all updates together
You can’t perform that action at this time.
0 commit comments