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 : " /"
12- schedule :
13- interval : ' weekly'
14- day : ' monday'
15- time : ' 06:00'
16-
179 # Check for Nuget package updates
18- - package-ecosystem : " nuget"
19- directory : " / "
10+ - package-ecosystem : nuget
11+ directory : /
2012 schedule :
21- interval : ' weekly'
22- day : ' monday'
13+ interval : weekly
14+ day : monday
2315 time : ' 06:00'
2416 groups :
2517 nuget-dependencies :
2618 patterns :
2719 - ' *' # Group all updates together
20+
21+ # Check for Github Actions version updates (for CI/CD)
22+ - package-ecosystem : github-actions
23+ directory : /
24+ schedule :
25+ interval : weekly
26+ day : monday
27+ time : ' 06:00'
28+ groups :
29+ github-actions :
30+ patterns :
31+ - ' *' # Group all updates together
You can’t perform that action at this time.
0 commit comments