12
.github/renovate.json
vendored
12
.github/renovate.json
vendored
@@ -141,6 +141,18 @@
|
||||
"^diygod/rsshub"
|
||||
],
|
||||
"versioning": "regex:^(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})$"
|
||||
},
|
||||
{
|
||||
"matchFileNames": [
|
||||
"apps/jellyfin/10.9.*/*.yml"
|
||||
],
|
||||
"allowedVersions": "<10.10"
|
||||
},
|
||||
{
|
||||
"matchFileNames": [
|
||||
"apps/jellyfin/10.10.*/*.yml"
|
||||
],
|
||||
"allowedVersions": ">=10.10"
|
||||
}
|
||||
],
|
||||
"prCreation": "immediate"
|
||||
|
||||
Reference in New Issue
Block a user