From 28a80902d6d5f88bb49d937fae04c784501f2f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Thu, 4 Sep 2025 08:48:50 +0200 Subject: [PATCH] chore: renovate automerge for our own openmcp-project packacges and disable stability days --- renovate.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index b81e603..32e2654 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "git-submodules": { "enabled": true }, - "minimumReleaseAge": "3 days", + "minimumReleaseAge": "0 days", "extends": [ "config:recommended", "config:best-practices", @@ -28,12 +28,18 @@ "rangeStrategy": "bump" }, { + "description": "Automerge submodule update", + "automerge": true, + "matchPackageNames": ["hack/common"] + }, + { + "description": "Update and automerge all components from openmcp-project immediately", "matchPackageNames": [ "github.com/openmcp-project/*" ], - "description": "Update all components from openmcp-project immediately", "rebaseWhen": "auto", "minimumReleaseAge": "0 days", + "automerge": true, "enabled": true } ]