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.
```
yarn.lock
```
β Adjust future updates
Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies:
```
updates.ignore = [
{ groupId = "com.gu", artifactId = "content-api-client-aws" }
]
```
Or, add these to slow down future updates of these dependencies:
```
dependencyOverrides = [
{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.gu", artifactId = "content-api-client-aws" }
}
]
```
All deployment options
- [Deploy build 3344 of `dotcom:frontend-all` to CODE](https://riffraff.gutools.co.uk/deployment/deployAgain?project=dotcom%3Afrontend-all&build=3344&stage=CODE&updateStrategy=MostlyHarmless&action=deploy)
- [Deploy parts of build 3344 to CODE by previewing it first](https://riffraff.gutools.co.uk/preview/yaml?project=dotcom%3Afrontend-all&build=3344&stage=CODE&updateStrategy=MostlyHarmless)
- [What's on CODE right now?](https://riffraff.gutools.co.uk/deployment/history?projectName=dotcom%3Afrontend-all&stage=CODE)
About this PR
Updates:
0.7.4
to0.7.6
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. ``` yarn.lock ```β Adjust future updates
Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.gu", artifactId = "content-api-client-aws" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu", artifactId = "content-api-client-aws" } } ] ```labels: dependencies, library-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:1