From 2149644b815a047e8e4d17e525de2db429e09db2 Mon Sep 17 00:00:00 2001 From: Samuel Meenzen Date: Thu, 23 Nov 2023 14:03:13 +0100 Subject: [PATCH] feat: allow renovate to update ansible dependencies --- .github/renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index db03f2b4..8cd189ae 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,5 +10,15 @@ "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)(?: (?:lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[a-z-0-9]+?))?\\s+[A-Za-z0-9_]+?(?:_version|_tag)\\s*:\\s*[\"']?(?.+?)[\"']?\\s" ] } + ], + "packageRules": [ + { + "matchSourceUrlPrefixes": [ + "https://github.com/devture/com.devture.ansible.role", + "https://gitlab.com/etke.cc/roles", + "https://github.com/mother-of-all-self-hosting" + ], + "ignoreUnstable": false + } ] }