🔧 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:
parent
5efca190d3
commit
641ce88820
|
|
@ -136,8 +136,6 @@
|
|||
},
|
||||
{
|
||||
"matchPackageNames": ["linuxserver/calibre-web"],
|
||||
"matchCurrentVersion": "<=5",
|
||||
"allowedVersions": "<5",
|
||||
"ignoreUnstable": false,
|
||||
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-ls(?<build>\\d+)$"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue