mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-24 17:55:10 +08:00
Migrate config .github/renovate.json
This commit is contained in:
parent
06cbbecdb6
commit
072ca13bcb
18
.github/renovate.json
vendored
18
.github/renovate.json
vendored
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
"config:recommended"
|
||||
],
|
||||
"enabledManagers": [
|
||||
"docker-compose",
|
||||
@ -137,16 +137,16 @@
|
||||
"versioning": "semver"
|
||||
},
|
||||
{
|
||||
"packagePatterns": [
|
||||
"^minio"
|
||||
],
|
||||
"versioning": "regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})"
|
||||
"versioning": "regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})",
|
||||
"matchPackageNames": [
|
||||
"/^minio/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"packagePatterns": [
|
||||
"^diygod/rsshub"
|
||||
],
|
||||
"versioning": "regex:^(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})$"
|
||||
"versioning": "regex:^(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})$",
|
||||
"matchPackageNames": [
|
||||
"/^diygod/rsshub/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchFileNames": [
|
||||
|
Loading…
Reference in New Issue
Block a user