guardian / mobile-notifications-content

Lambda that reads from the content api stream and triggers notifications for followable content
2 stars 0 forks source link

chore(deps): AWS dependency updates #96

Closed gu-scala-steward-public-repos[bot] closed 4 weeks ago

gu-scala-steward-public-repos[bot] commented 1 month 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 = "autoscaling" }, { groupId = "software.amazon.awssdk", artifactId = "ec2" }, { groupId = "software.amazon.awssdk", artifactId = "ssm" }, { 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 = "autoscaling" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "ec2" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "ssm" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk", artifactId = "sts" } } ] ```

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