diff --git a/.github/renovate.json b/.github/renovate.json index 877703873..075226b12 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -35,9 +35,10 @@ "allowedVersions": "/^v0\\./" }, { - "description": "Automerge version bumps of roles maintained in the MASH organization (via branch push - no PR)", + "description": "Automerge version bumps of roles maintained in the MASH organization and of devture roles (via branch push - no PR)", "matchManagers": ["ansible-galaxy"], "matchSourceUrls": [ + "https://github.com/devture/com.devture.ansible.role{/,}**", "https://github.com/mother-of-all-self-hosting{/,}**" ], "automerge": true,