更新应用 MaxKB 规则

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen
2025-07-17 18:59:32 +08:00
parent aff1cc09de
commit 9711b2386c
8 changed files with 98 additions and 0 deletions

12
.github/renovate.json vendored
View File

@@ -256,6 +256,18 @@
"apps/ani-rss/2.*.*/*.yml"
],
"allowedVersions": ">=2.0"
},
{
"matchFileNames": [
"apps/maxkb/1.*.*/*.yml"
],
"allowedVersions": "<2.0"
},
{
"matchFileNames": [
"apps/maxkb/2.*.*/*.yml"
],
"allowedVersions": ">=2.0"
}
],
"prCreation": "immediate"