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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Dependency Updates #274

wants to merge 8 commits into from

Conversation

alejandrohdezma-steward[bot]
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
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