Prevent renovate updating alpha artifacts to snapshot version (#10807)
This commit is contained in:
parent
66eeb6b09e
commit
2f976181ed
|
@ -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:"],
|
||||
|
|
Loading…
Reference in New Issue