From 4da27b400a4fa20d527ad24e4103cdf6ca4d32c9 Mon Sep 17 00:00:00 2001 From: Alexander Gil Date: Sat, 24 Jan 2026 23:08:57 +0100 Subject: [PATCH] build(ci): Automerge minor requests Signed-off-by: Alexander Gil --- renovate.json5 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index f324916..d4c5197 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -27,6 +27,19 @@ '/.*/', ], }, + { + matchUpdateTypes: [ + 'minor', + ], + matchCurrentVersion: '!/^0/', + automerge: true, + automergeType: 'pr', + ignoreTests: false, + platformAutomerge: true, + matchPackageNames: [ + '/.*/', + ], + }, { matchPackageNames: [ 'renovatebot/pre-commit-hooks',