From 638da3b11ab41072fe8fecdd987050645834864d Mon Sep 17 00:00:00 2001 From: Cyril Roos Date: Tue, 21 Jan 2025 13:11:52 +0100 Subject: [PATCH] fix: automerge zac components (#2461) This should hopefully fix the renovate automerging of zac components Solves PZ-5122 --------- Co-authored-by: Cyril Roos --- renovate.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index dee97a85ce..6042826fa9 100644 --- a/renovate.json +++ b/renovate.json @@ -17,7 +17,6 @@ "hsiliev" ], "prConcurrentLimit": 5, - "bumpVersion": "patch", "customManagers": [ { "customType": "regex", @@ -159,10 +158,24 @@ }, { "matchPackageNames": [ - "zaakafhandelcomponent" + "infonl/dimpact-zaakafhandelcomponent" ], "matchDatasources": [ - "custom" + "github-tags" + ], + "automerge": true + }, + { + "matchPackageNames": [ + "ghcr.io/infonl/zaakafhandelcomponent" + ], + "matchDatasources": [ + "docker" + ], + "matchUpdateTypes": [ + "patch", + "minor", + "major" ], "automerge": true }