1
0
Fork 0

🔧 chore(renovate): update uptime-kuma version matching pattern

- change version matching pattern from `/^v1.*/` to `/^1.*/`
- maintain version constraint to less than major version 2
This commit is contained in:
pooneyy 2025-10-21 17:11:10 +08:00
parent 4b960eb7c9
commit 6e63b96ae2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
},
{
"matchPackageNames": ["louislam/uptime-kuma"],
"matchCurrentVersion": "/^v1.*/",
"matchCurrentVersion": "/^1.*/",
"allowedVersions": "<2"
},
{