wellcomecollection / catalogue-api

:crystal_ball: The API for searching the Wellcome Collection catalogue.
https://developers.wellcomecollection.org
MIT License
4 stars 0 forks source link

chore(deps): AWS dependency updates #764

Closed wellcome-collection-scala-steward[bot] closed 2 days ago

wellcome-collection-scala-steward[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!

βš™ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "software.amazon.awssdk", artifactId = "secretsmanager" }, { groupId = "software.amazon.awssdk", artifactId = "sso" }, { groupId = "software.amazon.awssdk", artifactId = "sts" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "secretsmanager" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "sso" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "sts" } } ] ```

labels: dependencies, library-update, early-semver-patch, semver-spec-patch, commit-count:1

StepanBrychta commented 2 days ago

Superseded by https://github.com/wellcomecollection/catalogue-api/pull/765