Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CORE-69: Minor and patch updates - billing-profile-manager-client to 0.1.602-SNAPSHOT - sentry-logback to 7.20.1 - mysql-connector-j to 9.2.0 - cats-core to 2.13.0 - scalafmt-core to 3.8.6 #3174

Merged
merged 7 commits into from
Jan 27, 2025

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 = "bio.terra", artifactId = "billing-profile-manager-client" },
  { groupId = "com.mysql", artifactId = "mysql-connector-j" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.typelevel", artifactId = "cats-core" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "bio.terra", artifactId = "billing-profile-manager-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.mysql", artifactId = "mysql-connector-j" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.sentry", artifactId = "sentry-logback" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "cats-core" }
  }
]
labels: Scala_Steward, library-update, early-semver-minor, semver-spec-patch, semver-spec-minor, early-semver-patch, version-scheme:early-semver, commit-count:n:7

@broadbot broadbot requested a review from a team as a code owner January 27, 2025 12:05
@broadbot broadbot requested review from dvoet and marctalbott and removed request for a team January 27, 2025 12:05
@github-actions github-actions bot added the Scala_Steward Scala Steward label Jan 27, 2025
@calypsomatic calypsomatic merged commit badb0c6 into develop Jan 27, 2025
30 checks passed
@calypsomatic calypsomatic deleted the update/minor_patch branch January 27, 2025 15:16
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.

2 participants