Skip to content

Commit

Permalink
chore: Update Scala Steward's PR naming (#31754)
Browse files Browse the repository at this point in the history
* Update Scala Steward's PR naming

* Get PRs for Jackson databind
  • Loading branch information
ennru committed Nov 22, 2022
1 parent 2b6631a commit 8e298af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
commits.message = "bump: ${artifactName} ${nextVersion} (was ${currentVersion})"
pullRequests.frequency = "@monthly"

updates.pin = [
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." }
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core", version = "2.11." }
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core", version = "2.13." }
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind", version = "2.13." }
]

updates.ignore = [
Expand All @@ -14,7 +16,6 @@ updates.ignore = [
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-parameter-names" }
{ groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala" }
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" }
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" }
{ groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-cbor" }
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jsr310" }
{ groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" }
Expand Down

0 comments on commit 8e298af

Please sign in to comment.