From f1a5b9a70a15037867b74f59411cdd465e3c579a Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Tue, 15 Oct 2024 18:37:15 +0200 Subject: [PATCH] chore: Further Renovate tweaks --- .github/renovate.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index fa238a5a8..38ab6ff4e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,6 +11,11 @@ { "matchPackageNames": ["*"], "groupName": "Ansible collections" + }, + { + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true } ] }, @@ -30,6 +35,15 @@ { "matchPackageNames": ["docker/**"], "groupName": "Docker Actions" + }, + { + "enabled": false, + "matchUpdateTypes": ["digest"] + }, + { + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true } ] }, @@ -39,6 +53,15 @@ { "matchPackageNames": ["*"], "groupName": "Python dependencies" + }, + { + "matchPackageNames": ["ansible-core"], + "separateMinorPatch": true + }, + { + "matchUpdateTypes": ["patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true } ] }