mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
feat(renovate): add labels
This commit is contained in:
@@ -91,8 +91,6 @@
|
||||
"automerge": false,
|
||||
"separateMultipleMajor": true,
|
||||
"separateMinorPatch": true,
|
||||
// TODO: Helm chart uses separate key for digests, which Renovate seems to not recognize? maybe patching the image would be better?
|
||||
"pinDigests": false,
|
||||
"group": {
|
||||
"commitMessageTopic": "{{{groupName}}} group"
|
||||
}
|
||||
|
||||
@@ -28,6 +28,24 @@
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"addLabels": ["renovate/github-action"]
|
||||
},
|
||||
{
|
||||
"matchFileNames": ["kube/deploy/apps/**"],
|
||||
"addLabels": ["kube-deploy-apps"]
|
||||
},
|
||||
{
|
||||
"matchFileNames": ["kube/deploy/core/**"],
|
||||
"addLabels": ["kube-deploy-core"]
|
||||
},
|
||||
{
|
||||
"matchFileNames": ["kube/clusters/**"],
|
||||
"addLabels": ["{{ lookup (split packageFileDir '/') 2 }}"]
|
||||
},
|
||||
{
|
||||
"addLabels": ["renovate/name/{{depNameSanitized}}"]
|
||||
},
|
||||
{
|
||||
"addLabels": ["{{#if isVulnerabilityAlert}}security/{{vulnerabilitySeverity}}{{/if}}"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user