1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Exclude rc without versions from dependencyUpdates

This commit is contained in:
Rob Winch
2021-08-16 11:17:27 -05:00
parent aed203f367
commit 2765cd58f1
@@ -166,7 +166,7 @@ public class UpdateDependenciesExtension {
}
public DependencyExcludes releaseCandidatesVersions() {
this.actions.add(excludeVersionWithRegex("(?i).*?rc\\d+.*", "a release candidate version"));
this.actions.add(excludeVersionWithRegex("(?i).*?rc.*", "a release candidate version"));
return this;
}