File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed
Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- # Configuration for the oc-mirror v1 go mod
3+ # Configuration for the oc-mirror v1 go mod (weekly security-updates)
44 - package-ecosystem : " gomod"
55 directory : " /"
66 schedule :
7- interval : " daily "
7+ interval : " weekly "
88 # Disable version updates, only allow security updates
99 open-pull-requests-limit : 0
1010 groups :
11- oc-mirror-v1 :
11+ oc-mirror-v1-security-updates :
1212 applies-to : security-updates
1313 patterns : [ "*" ]
1414
15- # Configuration for the oc-mirror v2 go module
15+ # Configuration for the oc-mirror v2 go module (monthly version updates)
1616 - package-ecosystem : " gomod"
1717 directory : " /v2"
1818 schedule :
19- interval : " daily"
20- # Allow all updates (version and security)
19+ interval : " monthly"
2120 open-pull-requests-limit : 10
2221 groups :
23- oc-mirror-v2 :
22+ oc-mirror-v2-version-updates :
23+ applies-to : version-updates
24+ patterns : [ "*" ]
25+
26+ # Configuration for the oc-mirror v2 go module (weekly security updates)
27+ - package-ecosystem : " gomod"
28+ directory : " /v2"
29+ schedule :
30+ interval : " weekly"
31+ open-pull-requests-limit : 10
32+ groups :
33+ oc-mirror-v2-security-updates :
34+ applies-to : security-updates
2435 patterns : [ "*" ]
You can’t perform that action at this time.
0 commit comments