From ab2179ba95355690c52eb6bcb3cae19519385467 Mon Sep 17 00:00:00 2001 From: Alexander Gil Date: Tue, 28 May 2024 08:27:20 +0200 Subject: [PATCH] fix(ci): Automerge all patches Signed-off-by: Alexander Gil --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 85b169ae..767b5539 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -7,7 +7,7 @@ commitMessagePrefix: "build(deps): ", }, { - matchManagers: ["github-actions"], + matchPackagePatterns: ".*", matchUpdateTypes: ["patch"], matchCurrentVersion: "!/^0/", automerge: true,