We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e03c92 + 863d071 commit 5b13f31Copy full SHA for 5b13f31
modules/core/src/main/scala/org/scalasteward/core/repoconfig/UpdatesConfig.scala
@@ -79,7 +79,7 @@ final case class UpdatesConfig(
79
val m = UpdatePattern.findMatch(allowOrDefault, update, include = true)
80
if (m.filteredVersions.nonEmpty)
81
Right(update.copy(newerVersions = Nel.fromListUnsafe(m.filteredVersions)))
82
- else if (allow.isEmpty)
+ else if (allowOrDefault.isEmpty)
83
Right(update)
84
else Left(NotAllowedByConfig(update))
85
}
0 commit comments