mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(renovate): commit message
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"commitMessageTopic": "",
|
||||
"semanticCommitScope": "{{datasource}}/{{depName}}",
|
||||
"commitMessageExtra": "{{currentVersion}} ➼ {{newVersion}}"
|
||||
"commitMessageExtra": "{{#if currentVersion}}{{currentVersion}}{{else if currentDigestShort}}{{currentDigestShort}}{{else}}{{currentValue}}{{/if}} ➼ {{#if newVersion}}{{newVersion}}{{else if newDigestShort}}{{newDigestShort}}{{else}}{{newValue}}{{/if}}"
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["major"],
|
||||
|
||||
@@ -18,23 +18,23 @@
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["!docker"],
|
||||
"addLabels": ["renovate/name/{{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 }}"]
|
||||
"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 }}"]
|
||||
//},
|
||||
{
|
||||
"addLabels": ["{{#if isVulnerabilityAlert}}security/{{vulnerabilitySeverity}}{{/if}}"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user