wellcomecollection / concepts-pipeline

Some sort of ETL pipeline for concepts in the Wellcome Collection catalogue
MIT License
0 stars 0 forks source link

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

Open wellcome-collection-scala-steward[bot] opened 1 month ago

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

🔍 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. ``` aggregator/Dockerfile common/Dockerfile ingestor/Dockerfile recorder/Dockerfile builds/run_formatting.sh ```
⚙ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "ch.qos.logback", artifactId = "logback-access" }, { groupId = "ch.qos.logback", artifactId = "logback-classic" }, { groupId = "ch.qos.logback", artifactId = "logback-core" }, { groupId = "com.eed3si9n", artifactId = "sbt-assembly" }, { groupId = "com.frugalmechanic", artifactId = "fm-sbt-s3-resolver" }, { groupId = "com.github.sbt", artifactId = "sbt-native-packager" }, { groupId = "com.google.code.gson", artifactId = "gson" }, { groupId = "com.lihaoyi", artifactId = "upickle" }, { groupId = "com.typesafe", artifactId = "config" }, { groupId = "org.scala-sbt", artifactId = "sbt" }, { groupId = "org.scalameta", artifactId = "scalafmt-core" }, { groupId = "org.scalatest", artifactId = "scalatest" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.qos.logback", artifactId = "logback-access" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.qos.logback", artifactId = "logback-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.eed3si9n", artifactId = "sbt-assembly" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.frugalmechanic", artifactId = "fm-sbt-s3-resolver" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.sbt", artifactId = "sbt-native-packager" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.code.gson", artifactId = "gson" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.lihaoyi", artifactId = "upickle" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe", artifactId = "config" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalatest", artifactId = "scalatest" } } ] ```

labels: dependencies, library-update, sbt-plugin-update, test-library-update, early-semver-patch, semver-spec-patch, early-semver-major, semver-spec-major, semver-spec-minor, version-scheme:semver-spec, version-scheme:early-semver, old-version-remains, commit-count:n:10