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

chore(deps): Non-AWS dependency updates #127

Merged
merged 5 commits into from
Jan 23, 2025
Merged

chore(deps): Non-AWS dependency updates #127

merged 5 commits into from
Jan 23, 2025

Conversation

gu-scala-steward-public-repos[bot]
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 = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" },
  { groupId = "com.github.nscala-time", artifactId = "nscala-time" },
  { groupId = "org.playframework", artifactId = "play-ahc-ws" },
  { groupId = "org.playframework", artifactId = "play-filters-helpers" },
  { groupId = "org.playframework", artifactId = "play-logback" },
  { groupId = "org.playframework", artifactId = "play-pekko-http-server" },
  { groupId = "org.playframework", artifactId = "play-server" },
  { groupId = "org.playframework", artifactId = "play-test" },
  { groupId = "org.playframework", artifactId = "sbt-plugin" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "scripted-plugin" }
]

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 = "com.eed3si9n", artifactId = "sbt-buildinfo" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.nscala-time", artifactId = "nscala-time" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-ahc-ws" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-filters-helpers" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-logback" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-pekko-http-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-test" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "sbt-plugin" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "scripted-plugin" }
  }
]
labels: dependencies

@rtyley rtyley merged commit a343fd7 into main Jan 23, 2025
1 check passed
@rtyley rtyley deleted the update/non_aws branch January 23, 2025 10:40
@prout-bot
Copy link
Contributor

Seen on PROD (created by @gu-scala-steward-public-repos[bot] and merged by @rtyley 1 hour, 40 minutes and 35 seconds ago) Please check your changes!

Sentry Release: prout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants