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 - sentry-logback to 7.19.1 - logback-classic to 1.5.16 #1531

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

broadbot
Copy link
Contributor

@broadbot broadbot commented Jan 6, 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.qos.logback", artifactId = "logback-classic" },
  { groupId = "io.sentry", artifactId = "sentry-logback" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.sentry", artifactId = "sentry-logback" }
  }
]
labels: library-update, early-semver-patch, semver-spec-patch, commit-count:n:2

@broadbot broadbot requested a review from a team as a code owner January 6, 2025 12:01
@broadbot broadbot requested review from kevinpalis and dvoet and removed request for a team January 6, 2025 12:01
@github-actions github-actions bot added the Scala_Steward Scala Steward label Jan 6, 2025
@dvoet dvoet merged commit caa40c9 into develop Jan 6, 2025
14 checks passed
@dvoet dvoet deleted the update/minor_patch branch January 6, 2025 14:50
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