fix(renovate): fix npm versioning range (#169)

This commit is contained in:
William Boman 2023-06-01 20:37:21 +02:00 committed by GitHub
parent 4dbcf181e5
commit 27fe810b19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
"packageRules": [
{
"matchPackageNames": ["thelounge"],
"allowedVersions": "\\d+\\.\\d+\\.\\d+.*"
"allowedVersions": "*"
}
]
}