From f5bf5db45d1252e8a005b624a999c4a34907ffdd Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Mon, 24 Aug 2026 15:59:12 +0300 Subject: [PATCH] Automerge Renovate version bumps of devture roles too The seven pinned com.devture.ansible.role.* roles are maintained by the same people who review these PRs; their releases are already the review. Same branch-push automerge (and the same lint gate) as MASH role bumps. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01BhJbmhyUpt4qSrKD9cbJ5A --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,