mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-04 16:14:24 +08:00
Umami 降级
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
ef0e335570
commit
bb08e564d5
18
.github/renovate.json
vendored
18
.github/renovate.json
vendored
@ -129,13 +129,6 @@
|
|||||||
],
|
],
|
||||||
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)"
|
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"matchPackageNames": [
|
|
||||||
"umamisoftware/umami"
|
|
||||||
],
|
|
||||||
"versionCompatibility": "^(?<compatibility>.*)-(?<version>.*)$",
|
|
||||||
"versioning": "semver"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"versioning": "regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2}).*Z$",
|
"versioning": "regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2}).*Z$",
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
@ -190,15 +183,22 @@
|
|||||||
],
|
],
|
||||||
"allowedVersions": ">=2.5"
|
"allowedVersions": ">=2.5"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": [
|
||||||
|
"umamisoftware/umami"
|
||||||
|
],
|
||||||
|
"versionCompatibility": "^(?<compatibility>.*)-(?<version>.*)$",
|
||||||
|
"versioning": "semver"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
"apps/umami/2.16.0/*.yml"
|
"apps/umami*/2.16.0/*.yml"
|
||||||
],
|
],
|
||||||
"allowedVersions": "<=2.16.0"
|
"allowedVersions": "<=2.16.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
"apps/umami/2.16.1/*.yml"
|
"apps/umami*/2.16.1/*.yml"
|
||||||
],
|
],
|
||||||
"allowedVersions": ">=2.16.1"
|
"allowedVersions": ">=2.16.1"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user