This commit is contained in:
@@ -74,12 +74,21 @@
|
|||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Universal dynamic labeling by datasource",
|
"description": "Label Helm updates",
|
||||||
"addLabels": [
|
"matchDatasources": [
|
||||||
"{{{datasource}}}"
|
"helm"
|
||||||
],
|
],
|
||||||
"matchPackageNames": [
|
"addLabels": [
|
||||||
"*"
|
"helm"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Label Docker updates",
|
||||||
|
"matchDatasources": [
|
||||||
|
"docker"
|
||||||
|
],
|
||||||
|
"addLabels": [
|
||||||
|
"docker"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -154,9 +163,6 @@
|
|||||||
"patch",
|
"patch",
|
||||||
"pinDigest"
|
"pinDigest"
|
||||||
],
|
],
|
||||||
"matchDatasources": [
|
|
||||||
"*"
|
|
||||||
],
|
|
||||||
"addLabels": [
|
"addLabels": [
|
||||||
"{{{datasource}}}",
|
"{{{datasource}}}",
|
||||||
"automerge"
|
"automerge"
|
||||||
|
|||||||
Reference in New Issue
Block a user