Merge pull request #552 from QYG2297248353/renovate/migrate-config

Migrate renovate config
This commit is contained in:
新疆萌森软件开发工作室 2024-10-29 18:47:14 +08:00 committed by GitHub
commit d6e6ca750e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

18
.github/renovate.json vendored
View File

@ -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": [