Browse Source

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 <acioustick@noreply.codeberg.org>
pull/4411/head
Suguru Hirahara 7 months ago
committed by Slavi Pantaleev
parent
commit
56e01ad456
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/renovate.json

+ 1
- 0
.github/renovate.json View File

@@ -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{/,}**"


Loading…
Cancel
Save