diff --git a/renovate.json b/renovate.json index 28e817d48..e5d299d77 100644 --- a/renovate.json +++ b/renovate.json @@ -74,12 +74,21 @@ "enabled": false }, { - "description": "Universal dynamic labeling by datasource", - "addLabels": [ - "{{{datasource}}}" + "description": "Label Helm updates", + "matchDatasources": [ + "helm" ], - "matchPackageNames": [ - "*" + "addLabels": [ + "helm" + ] + }, + { + "description": "Label Docker updates", + "matchDatasources": [ + "docker" + ], + "addLabels": [ + "docker" ] }, { @@ -154,9 +163,6 @@ "patch", "pinDigest" ], - "matchDatasources": [ - "*" - ], "addLabels": [ "{{{datasource}}}", "automerge"