File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed
Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "timezone" : " America/New_York" ,
4- "gomod" : {
5- "enabled" : false
6- },
74 "dockerfile" : {
85 "managerFilePatterns" : [" build/Dockerfile.rhtap" ],
96 "ignorePaths" : [" **/Dockerfile" ],
107 "pinDigests" : true
118 },
9+ "gomod" : {
10+ "packageRules" : [
11+ {
12+ "matchDepTypes" : [" indirect" ],
13+ "enabled" : false
14+ }
15+ ]
16+ },
17+ "vulnerabilityAlerts" : {
18+ "enabled" : true
19+ },
20+ "osvVulnerabilityAlerts" : true ,
1221 "packageRules" : [
1322 {
1423 "groupName" : " containerfile images ({{baseBranch}})" ,
1524 "matchManagers" : [" dockerfile" ]
25+ },
26+ {
27+ "matchManagers" : [" gomod" ],
28+ "enabled" : false ,
29+ "vulnerabilityAlerts" : {
30+ "enabled" : true
31+ },
32+ "osvVulnerabilityAlerts" : true
1633 }
1734 ]
1835}
You can’t perform that action at this time.
0 commit comments