修复配置

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen
2024-10-29 18:34:51 +08:00
parent 02ce4b791c
commit e9dd61a809
6 changed files with 253 additions and 0 deletions

12
.github/renovate.json vendored
View File

@@ -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"