🔧 chore(renovate): remove version constraints for calibre-web
- remove deprecated `matchCurrentVersion` and `allowedVersions` constraints for linuxserver/calibre-web package - maintain custom regex versioning scheme for the package
This commit is contained in:
@@ -136,8 +136,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["linuxserver/calibre-web"],
|
"matchPackageNames": ["linuxserver/calibre-web"],
|
||||||
"matchCurrentVersion": "<=5",
|
|
||||||
"allowedVersions": "<5",
|
|
||||||
"ignoreUnstable": false,
|
"ignoreUnstable": false,
|
||||||
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<build>\\d+)$"
|
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<build>\\d+)$"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user