From 39ed7d513525b1cee0bf3092470e12e4f63384ad Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 28 Mar 2026 20:48:49 -0500 Subject: [PATCH] ci: reconfigure --- renovate.json | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) 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"