Skip to content

Conversation

@permutive-steward
Copy link
Contributor

@permutive-steward permutive-steward bot commented Nov 1, 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 = "com.google.api.grpc", artifactId = "proto-google-cloud-pubsub-v1" },
  { groupId = "com.google.api.grpc", artifactId = "proto-google-common-protos" },
  { groupId = "com.google.protobuf", artifactId = "protobuf-java" },
  { groupId = "de.heikoseeberger", artifactId = "sbt-header" },
  { groupId = "org.http4s", artifactId = "http4s-circe" },
  { groupId = "org.http4s", artifactId = "http4s-client" },
  { groupId = "org.http4s", artifactId = "http4s-dsl" },
  { groupId = "org.http4s", artifactId = "http4s-ember-client" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.api.grpc", artifactId = "proto-google-cloud-pubsub-v1" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.api.grpc", artifactId = "proto-google-common-protos" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" }
  },
  {
    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.http4s", artifactId = "http4s-dsl" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-ember-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  }
]
labels: library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, early-semver-minor, semver-spec-minor, version-scheme:early-semver, artifact-migrations, commit-count:n:9

@permutive-steward permutive-steward bot requested a review from a team as a code owner November 1, 2025 05:06
@github-actions github-actions bot enabled auto-merge November 1, 2025 05:06
@github-actions github-actions bot added 📈 dependency-update Dependency update (possibly bot-automated) ⚖️ XS Size of PR between 10 and 50 lines labels Nov 1, 2025
@github-actions github-actions bot merged commit 9193a41 into main Nov 25, 2025
4 checks passed
@github-actions github-actions bot deleted the update/all branch November 25, 2025 10:40
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.

2 participants