mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["*"],
|
|
"labels": ["renovate/type/{{updateType}}"]
|
|
},
|
|
{
|
|
"matchDatasources": ["!github-releases", "!github-tags"],
|
|
"addLabels": ["renovate/datasource/{{datasource}}"]
|
|
},
|
|
{
|
|
"matchDatasources": ["github-releases", "github-tags"],
|
|
"addLabels": ["renovate/datasource/github-release"]
|
|
},
|
|
{
|
|
"matchFileNames": ["kube/deploy/**"],
|
|
"addLabels": ["kube/deploy/{{ lookup (split packageFileDir '/') 2 }}"]
|
|
},
|
|
//{
|
|
// "matchDatasources": ["!docker"],
|
|
// "addLabels": ["renovate/{{datasource}}/{{depNameSanitized}}"]
|
|
//},
|
|
//{
|
|
// "matchDatasources": ["docker"],
|
|
// "matchDepNames": ["*"],
|
|
// "addLabels": ["oci/image/{{depName}}"]
|
|
//},
|
|
//{
|
|
// "matchDatasources": ["docker"],
|
|
// "matchDepNames": ["**/*"],
|
|
// "addLabels": ["oci/owner/{{ lookup (split depName '/') 0 }}", "oci/image/{{ lookup (split depName '/') 1 }}"]
|
|
//},
|
|
//{
|
|
// "matchDatasources": ["docker"],
|
|
// "matchDepNames": ["**/**/**"],
|
|
// "addLabels": ["oci/registry/{{ lookup (split depName '/') 0 }}", "oci/owner/{{ lookup (split depName '/') 1 }}", "oci/image/{{ lookup (split depName '/') 2 }}{{ lookup (split depName '/') 3 }}{{ lookup (split depName '/') 4 }}{{ lookup (split depName '/') 5 }}"]
|
|
//},
|
|
{
|
|
"matchPackageNames": ["*"],
|
|
"addLabels": ["{{#if isVulnerabilityAlert}}security/{{vulnerabilitySeverity}}{{/if}}"]
|
|
}
|
|
]
|
|
}
|