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: