mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-14 23:22:09 +08:00
尝试修复 rsshub识别
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
509393c492
commit
64a4f7a0f5
16
.github/renovate.json
vendored
16
.github/renovate.json
vendored
@ -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})"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user