尝试修复 rsshub识别

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
新疆萌森软件开发工作室 2024-10-16 10:13:58 +08:00
parent 509393c492
commit 64a4f7a0f5

16
.github/renovate.json vendored
View File

@ -16,14 +16,22 @@
"rebaseWhen": "never",
"packageRules": [
{
"packageNames": [
"docker-compose"
"matchPackageNames": [
"github-actions"
],
"matchUpdateTypes": [
"patch",
"minor"
],
"automerge": true
},
{
"matchPackageNames": [
"renovatebot/github-action"
],
"matchUpdateTypes": [
"patch"
"patch",
"minor"
],
"automerge": true
},
@ -150,7 +158,7 @@
},
{
"packagePatterns": [
"^rsshub"
"^diygod/rsshub"
],
"versioning": "regex:(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})"
}