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 #502

Merged
merged 12 commits into from
Aug 27, 2023
Merged

Dependency Updates #502

merged 12 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 = "io.github.davidgregory084", artifactId = "sbt-tpolecat" },
  { groupId = "org.http4s", artifactId = "http4s-dsl" },
  { groupId = "org.scala-sbt", artifactId = "sbt" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.github.davidgregory084", artifactId = "sbt-tpolecat" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-dsl" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  }
]
labels: sbt-plugin-update, test-library-update, library-update, early-semver-major, semver-spec-minor, early-semver-minor, semver-spec-patch, version-scheme:early-semver, early-semver-patch, scalafix-migrations, commit-count:n:4

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

Successfully merging this pull request may close these issues.

0 participants