Skip to content

Conversation

@alejandrohdezma-steward
Copy link
Contributor

@alejandrohdezma-steward alejandrohdezma-steward bot commented Oct 1, 2024

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 = "ch.epfl.scala", artifactId = "sbt-scalafix" },
  { groupId = "ch.epfl.scala", artifactId = "scalafix-core" },
  { groupId = "com.alejandrohdezma", artifactId = "sbt-ci" },
  { groupId = "com.eed3si9n", artifactId = "sbt-projectmatrix" },
  { groupId = "com.github.sbt", artifactId = "sbt-ci-release" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "scripted-plugin" },
  { groupId = "org.scalameta", artifactId = "mdoc" },
  { groupId = "org.scalameta", artifactId = "sbt-mdoc" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "scalafix-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.alejandrohdezma", artifactId = "sbt-ci" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.eed3si9n", artifactId = "sbt-projectmatrix" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-ci-release" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "scripted-plugin" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "mdoc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-mdoc" }
  }
]
labels: sbt-plugin-update, library-update, early-semver-major, semver-spec-minor, version-scheme:early-semver, early-semver-minor, semver-spec-patch, early-semver-patch, commit-count:n:8

@github-actions github-actions bot added 📈 dependency-update Dependency update (possibly bot-automated) ⚖️ XXS Size of PR is less than 10 lines labels Oct 1, 2024
@github-actions github-actions bot enabled auto-merge October 1, 2024 05:18
@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 Nov 15, 2024
Signed-off-by: Alejandro Hernández <[email protected]>
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.

2 participants