1
0
Fork 0

🔧 chore(renovate): update uptime-kuma version constraint

- change allowedVersions from "<=2" to "<2" for louislam/uptime-kuma package
This commit is contained in:
pooneyy 2025-10-21 15:20:11 +08:00
parent 973137a2ac
commit 4b960eb7c9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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