From 5b7d8f4d4278045799c63932838e0524f0eeea0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 07:53:57 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index e9c3ceb67..18347a32b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,12 +1,17 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" ], - "labels": ["dependencies"], - "regexManagers": [ + "labels": [ + "dependencies" + ], + "customManagers": [ { - "fileMatch": ["defaults/main.yml$"], + "customType": "regex", + "fileMatch": [ + "defaults/main.yml$" + ], "matchStrings": [ "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)(?: (?:lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[a-z-0-9]+?))?\\s+[A-Za-z0-9_]+?(?:_version|_tag)\\s*:\\s*[\"']?(?.+?)[\"']?\\s" ] @@ -14,11 +19,11 @@ ], "packageRules": [ { - "matchSourceUrlPrefixes": [ - "https://github.com/devture/com.devture.ansible.role", - "https://github.com/mother-of-all-self-hosting" - ], - "ignoreUnstable": false + "ignoreUnstable": false, + "matchSourceUrls": [ + "https://github.com/devture/com.devture.ansible.role{/,}**", + "https://github.com/mother-of-all-self-hosting{/,}**" + ] } ], "ignoreDeps": [