From 07f897421f06c5c5b0835be174104b19d6172edd Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Mon, 13 Jan 2025 22:05:17 +0100 Subject: [PATCH] chore(fix): Automerge Renovate Ansible collection updates --- .github/renovate.json | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 09d222b47..8d9ebf698 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -19,22 +19,18 @@ "matchManagers": [ "ansible-galaxy", "custom.regex" - ] - } - ], - "ansible-galaxy": { - "fileMatch": [ - "(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$" - ], - "packageRules": [ - { - "automerge": true, + ], + "automerge": true, "matchCurrentVersion": "!/^0/", "matchUpdateTypes": [ "minor", "patch" ] - } + } + ], + "ansible-galaxy": { + "fileMatch": [ + "(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$" ] }, "customManagers": [