From 56e01ad456f12a0033525a330a30d7686cf9f180 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 11 Jul 2025 16:39:38 +0900 Subject: [PATCH] Update renovate.json: apply versioning=loose This makes it possible for Renovate to detect updates such as from `x.x.x-0` to `x.x.x-1`. References: - https://docs.renovatebot.com/modules/versioning/loose/ - https://docs.renovatebot.com/configuration-options/#versioning Signed-off-by: Suguru Hirahara --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 607d94509..5565fefde 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -20,6 +20,7 @@ "packageRules": [ { "ignoreUnstable": false, + "versioning": "loose", "matchSourceUrls": [ "https://github.com/devture/com.devture.ansible.role{/,}**", "https://github.com/mother-of-all-self-hosting{/,}**"