File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
renovate/foreman_satellite Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 88 "description" : " Disable gomod manager on foreman/satellite branches. This is needed to override default mintmaker config." ,
99 "matchManagers" : [" gomod" ],
1010 "enabled" : false
11+ },
12+ {
13+ "matchBaseBranches" : [" /^foreman-.*$/" , " /^SATELLITE-.*$/" ],
14+ "description" : " Enable security alerts for go dependencies on foreman/satellite branches." ,
15+ "matchManagers" : [" gomod" ],
16+ "osvVulnerabilityAlerts" : true
1117 }
1218 ]
1319 },
6268 "matchManagers" : [" tekton" ],
6369 "enabled" : true ,
6470 "schedule" : [" every weekend" ]
71+ },
72+ {
73+ "matchBaseBranches" : [" /^foreman-.*$/" , " /^SATELLITE-.*$/" ],
74+ "description" : " Enable security alerts for application dependencies on foreman/satellite branches." ,
75+ "matchManagers" : [" !tekton" , " !dockerfile" , " !rpm-lockfile" ],
76+ "osvVulnerabilityAlerts" : true
6577 }
6678 ]
6779}
You can’t perform that action at this time.
0 commit comments