Exclude rc without versions from dependencyUpdates
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue