mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-10 09:45:57 +08:00
Merge pull request #552 from QYG2297248353/renovate/migrate-config
Migrate renovate config
This commit is contained in:
commit
d6e6ca750e
18
.github/renovate.json
vendored
18
.github/renovate.json
vendored
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"enabledManagers": [
|
"enabledManagers": [
|
||||||
"docker-compose",
|
"docker-compose",
|
||||||
@ -137,16 +137,16 @@
|
|||||||
"versioning": "semver"
|
"versioning": "semver"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"packagePatterns": [
|
"versioning": "regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})",
|
||||||
"^minio"
|
"matchPackageNames": [
|
||||||
],
|
"/^minio/"
|
||||||
"versioning": "regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})"
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"packagePatterns": [
|
"versioning": "regex:^(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})$",
|
||||||
"^diygod/rsshub"
|
"matchPackageNames": [
|
||||||
],
|
"/^diygod/rsshub/"
|
||||||
"versioning": "regex:^(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})$"
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user