Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Updates #89

Merged
merged 18 commits into from
Aug 27, 2023
Merged

Dependency Updates #89

merged 18 commits into from
Aug 27, 2023

Conversation

alejandrohdezma-steward[bot]
Copy link
Contributor

@alejandrohdezma-steward alejandrohdezma-steward bot commented Aug 1, 2023

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!

💡 Applied Scalafix Migrations
⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "com.softwaremill.sttp.apispec", artifactId = "openapi-circe-yaml" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-core" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-openapi-docs" },
  { groupId = "io.github.davidgregory084", artifactId = "sbt-tpolecat" },
  { groupId = "org.scala-sbt", artifactId = "sbt" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.apispec", artifactId = "openapi-circe-yaml" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-openapi-docs" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.github.davidgregory084", artifactId = "sbt-tpolecat" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  }
]
labels: library-update, sbt-plugin-update, early-semver-major, semver-spec-minor, version-scheme:early-semver, early-semver-patch, semver-spec-patch, scalafix-migrations, commit-count:n:6

@github-actions github-actions bot added the 📈 dependency-update Dependency update (possibly bot-automated) label Aug 1, 2023
@github-actions github-actions bot enabled auto-merge August 1, 2023 05:13
@github-actions github-actions bot added the ⚖️ XXS Size of PR is less than 10 lines label Aug 1, 2023
@github-actions github-actions bot added ⚖️ XS Size of PR between 10 and 50 lines and removed ⚖️ XXS Size of PR is less than 10 lines labels Aug 27, 2023
@github-actions github-actions bot merged commit f5b803c into main Aug 27, 2023
@github-actions github-actions bot deleted the update/all branch August 27, 2023 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚖️ XS Size of PR between 10 and 50 lines 📈 dependency-update Dependency update (possibly bot-automated)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants