Skip to content

Conversation

@permutive-steward
Copy link
Contributor

@permutive-steward permutive-steward bot commented Jul 15, 2025

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 = "ch.epfl.scala", artifactId = "sbt-scalafix" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-scalafix-defaults" },
  { groupId = "com.github.jwt-scala", artifactId = "jwt-circe" },
  { groupId = "com.github.sbt", artifactId = "sbt-ci-release" },
  { groupId = "de.heikoseeberger", artifactId = "sbt-header" },
  { groupId = "org.http4s", artifactId = "http4s-circe" },
  { groupId = "org.http4s", artifactId = "http4s-client" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-lang", artifactId = "scala3-compiler" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "sbt-mdoc" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.alejandrohdezma", artifactId = "sbt-scalafix-defaults" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.jwt-scala", artifactId = "jwt-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-ci-release" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "de.heikoseeberger", artifactId = "sbt-header" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala3-compiler" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-mdoc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  }
]
labels: sbt-plugin-update, library-update, early-semver-minor, semver-spec-patch, early-semver-major, semver-spec-minor, version-scheme:early-semver, early-semver-patch, version-scheme:semver-spec, artifact-migrations, commit-count:n:12

@permutive-steward permutive-steward bot requested a review from a team as a code owner July 15, 2025 05:10
@github-actions github-actions bot enabled auto-merge July 15, 2025 05:10
@github-actions github-actions bot added 📈 dependency-update Dependency update (possibly bot-automated) ⚖️ XXS Size of PR is less than 10 lines labels Jul 15, 2025
@github-actions github-actions bot added ⚖️ XS Size of PR between 10 and 50 lines and removed ⚖️ XXS Size of PR is less than 10 lines labels Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚖️ XS Size of PR between 10 and 50 lines 📈 dependency-update Dependency update (possibly bot-automated)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant