Skip to content

Conversation

broadbot
Copy link
Contributor

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.cloud", artifactId = "google-cloud-nio" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { groupId = "org.apache.logging.log4j", artifactId = "log4j-to-slf4j" },
  { groupId = "org.springframework", artifactId = "spring-web" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-nio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.sentry", artifactId = "sentry-logback" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.logging.log4j", artifactId = "log4j-to-slf4j" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.springframework", artifactId = "spring-web" }
  }
]
labels: test-library-update, library-update, early-semver-minor, semver-spec-patch, semver-spec-minor, early-semver-patch, commit-count:n:4

@broadbot broadbot requested a review from a team as a code owner December 16, 2024 12:11
@broadbot broadbot requested review from kevinmarete and samanehsan and removed request for a team December 16, 2024 12:11
@github-actions github-actions bot added the Scala_Steward Scala Steward label Dec 16, 2024
@davidangb davidangb merged commit be0aeb5 into develop Dec 18, 2024
14 checks passed
@davidangb davidangb deleted the update/minor_patch branch December 18, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scala_Steward Scala Steward

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants