From cab3c97974afbfde19676a7b3220f62e8f500ff9 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 +++++++++++++++++++++++ .github/workflows/molecule.yml | 1 + 2 files changed, 24 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 } ] } diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 83ab47657..6ce54a9d5 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -6,6 +6,7 @@ on: push: branches: [main] tags-ignore: ["**"] + merge_group: schedule: - cron: "0 0 1 * *" workflow_dispatch: