From aece810f817cce6416c61ea4d36cd9405818d900 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 11 Aug 2024 14:53:26 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Use=20Renovate=20for=20Ansible?= =?UTF-8?q?=20Galaxy=20roles=20(#1537)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 👷 Use Renovate for Ansible Galaxy roles * this is fucking ridiculous --- .github/renovate.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d583c12a1..d4f07254d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,9 +1,18 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" + "extends": ["config:base"], + "customManagers": [ + { + "customType": "regex", + "fileMatch": ["^galaxy\\.ya?ml$"], + "matchStrings": [ + "- name: (?[^\\n]+)\\n\\s+src: (?[^\\n]+)\\n\\s+version: (?[^\\n]+)" + ], + "datasourceTemplate": "galaxy", + "versioningTemplate": "loose" + } ], - "ansible-galaxy": { + "github-actions": { "enabled": true } }