diff --git a/.github/renovate.json b/.github/renovate.json index c062ea745..877703873 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -34,6 +34,15 @@ ], "allowedVersions": "/^v0\\./" }, + { + "description": "Automerge version bumps of roles maintained in the MASH organization (via branch push - no PR)", + "matchManagers": ["ansible-galaxy"], + "matchSourceUrls": [ + "https://github.com/mother-of-all-self-hosting{/,}**" + ], + "automerge": true, + "automergeType": "branch" + }, { "matchFileNames": [ ".github/workflows/close-stale-issues.yml",