Skip to content

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

Closed
gu-scala-steward-public-repos[bot] wants to merge 6 commits into
mainfrom
update/non_aws
Closed

chore(deps): Non-AWS dependency updates#1506
gu-scala-steward-public-repos[bot] wants to merge 6 commits into
mainfrom
update/non_aws

Conversation

@gu-scala-steward-public-repos

Copy link
Copy Markdown
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!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

cdk/package-lock.json
cdk/yarn.lock
notificationworkerlambda/cdk/yarn.lock
⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "com.github.docker-java", artifactId = "docker-java-core" },
  { groupId = "com.github.docker-java", artifactId = "docker-java-transport-httpclient5" },
  { groupId = "com.squareup.okhttp3", artifactId = "okhttp" },
  { groupId = "org.playframework", artifactId = "play-json" },
  { groupId = "org.playframework", artifactId = "sbt-plugin" },
  { groupId = "org.scala-sbt", artifactId = "sbt" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.docker-java", artifactId = "docker-java-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.docker-java", artifactId = "docker-java-transport-httpclient5" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.squareup.okhttp3", artifactId = "okhttp" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-json" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "sbt-plugin" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  }
]
labels: dependencies

@gu-scala-steward-public-repos
gu-scala-steward-public-repos Bot requested a review from a team as a code owner July 8, 2025 14:05
@gu-scala-steward-public-repos gu-scala-steward-public-repos Bot added the dependencies Pull requests that update a dependency file label Jul 8, 2025
@akash1810

Copy link
Copy Markdown
Member

Closing as this is quite stale now. Scala Steward will raise/has raised additional PRs on its next run.

@akash1810 akash1810 closed this Nov 24, 2025
@akash1810
akash1810 deleted the update/non_aws branch November 24, 2025 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant