fix(renovate): set ignoreUnstable: false (#171)

This commit is contained in:
William Boman 2023-06-01 20:53:47 +02:00 committed by GitHub
parent 121d133311
commit 3466f9d68d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
"packageRules": [
{
"matchPackageNames": ["thelounge"],
"allowedVersions": "*"
"ignoreUnstable": false
}
]
}