guardian / amigo

AMIgo: An AMI bakery
https://amigo.gutools.co.uk/
51 stars 22 forks source link

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

Closed gu-scala-steward-public-repos[bot] closed 6 months ago

gu-scala-steward-public-repos[bot] commented 6 months ago

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. ``` build.sbt 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.adrianhurt", artifactId = "play-bootstrap" }, { groupId = "io.circe", artifactId = "circe-generic" }, { groupId = "io.circe", artifactId = "circe-parser" }, { groupId = "org.playframework.twirl", artifactId = "twirl-api" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.adrianhurt", artifactId = "play-bootstrap" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.circe", artifactId = "circe-generic" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.circe", artifactId = "circe-parser" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework.twirl", artifactId = "twirl-api" } } ] ```

labels: dependencies, library-update, early-semver-pre-release, semver-spec-pre-release, early-semver-minor, semver-spec-patch, version-scheme:early-semver, early-semver-patch, old-version-remains, commit-count:1