Skip to content

Commit 057e17e

Browse files
authored
feat(renovate): enable security alerts for foreman/sat branches (#209)
1 parent 03f0d5d commit 057e17e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

renovate/foreman_satellite/renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
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
},
@@ -62,6 +68,12 @@
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
}

0 commit comments

Comments
 (0)