sbt-js-engine icon indicating copy to clipboard operation
sbt-js-engine copied to clipboard

Patch updates

Open scala-steward opened this issue 1 month ago • 0 comments

About this PR

Updates:

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "org.specs2", artifactId = "specs2-core" },
  { groupId = "org.specs2", artifactId = "specs2-scalacheck" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.specs2", artifactId = "specs2-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.specs2", artifactId = "specs2-scalacheck" }
  }
]
labels: test-library-update, early-semver-patch, semver-spec-patch, commit-count:n:2

scala-steward avatar May 11 '24 17:05 scala-steward