🔧 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:
parent
4b960eb7c9
commit
6e63b96ae2
|
|
@ -129,7 +129,7 @@
|
|||
},
|
||||
{
|
||||
"matchPackageNames": ["louislam/uptime-kuma"],
|
||||
"matchCurrentVersion": "/^v1.*/",
|
||||
"matchCurrentVersion": "/^1.*/",
|
||||
"allowedVersions": "<2"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue