Prevent renovate updating alpha artifacts to snapshot version (#10807)

This commit is contained in:
Lauri Tulmin 2024-03-11 23:13:49 +02:00 committed by GitHub
parent 66eeb6b09e
commit 2f976181ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@
// major.minor.patch, under the assumption that you would want to update to the stable version
// of that release instead of the unstable version for a future release
// (TODO remove once the artifacts above release stable versions)
"ignoreUnstable": false
"ignoreUnstable": false,
"allowedVersions": "!/\\-SNAPSHOT$/"
},
{
"matchPackagePrefixes": ["ch.qos.logback:"],