|
|
@@ -54,12 +54,10 @@ |
|
|
], |
|
|
], |
|
|
"packageRules": [ |
|
|
"packageRules": [ |
|
|
{ |
|
|
{ |
|
|
|
|
|
"description": "Roles use `vUPSTREAM-N` tags. `sourceUrl` is only known after lookup, so `matchSourceUrls` cannot select the versioning; match the datasource instead", |
|
|
"ignoreUnstable": false, |
|
|
"ignoreUnstable": false, |
|
|
"versioning": "loose", |
|
|
"versioning": "loose", |
|
|
"matchSourceUrls": [ |
|
|
|
|
|
"https://github.com/devture/com.devture.ansible.role{/,}**", |
|
|
|
|
|
"https://github.com/mother-of-all-self-hosting{/,}**" |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
"matchDatasources": ["git-tags"] |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"description": "mautrix images are dual-tagged (v0.YYMM.PATCH and vYY.MM[.PATCH]). Stick to the v0 scheme: it matches the git tags (needed for self-building) and has a consistent number of components (the calver tags do not, which makes Renovate stop offering updates).", |
|
|
"description": "mautrix images are dual-tagged (v0.YYMM.PATCH and vYY.MM[.PATCH]). Stick to the v0 scheme: it matches the git tags (needed for self-building) and has a consistent number of components (the calver tags do not, which makes Renovate stop offering updates).", |
|
|
|