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

Merged
merged 4 commits into from
Nov 15, 2024
Merged

Dependency Updates #532

merged 4 commits into from
Nov 15, 2024

Conversation

alejandrohdezma-steward[bot]
Copy link
Contributor

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.

modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/remove-version-timestamp/github/releases.json
modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/simple/github/releases.json
modules/sbt-github/src/sbt-test/sbt-github/excluded-contributors/github/releases.json
modules/sbt-github/src/sbt-test/sbt-github/extra-collaborators/github/releases.json
modules/sbt-github/src/sbt-test/sbt-github/not-use-owner/github/releases.json
modules/sbt-github/src/sbt-test/sbt-github/override-organization/github/releases.json
modules/sbt-github/src/sbt-test/sbt-github/simple/build.sbt
modules/sbt-github/src/sbt-test/sbt-github/simple/github/releases.json
modules/sbt-github/src/test/scala/com/alejandrohdezma/sbt/github/github/repository/RepositoryReleasesSuite.scala
website/package.json
website/yarn.lock
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.alejandrohdezma", artifactId = "sbt-ci" },
  { groupId = "org.http4s", artifactId = "http4s-blaze-server" },
  { groupId = "org.scala-lang.modules", artifactId = "scala-xml" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "scripted-plugin" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.alejandrohdezma", artifactId = "sbt-ci" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-blaze-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang.modules", artifactId = "scala-xml" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "scripted-plugin" }
  }
]
labels: sbt-plugin-update, test-library-update, library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, semver-spec-patch, early-semver-patch, old-version-remains, commit-count:n:4

@github-actions github-actions bot added 📈 dependency-update Dependency update (possibly bot-automated) ⚖️ S Size of PR between 50 and 100 lines labels Nov 15, 2024
@github-actions github-actions bot merged commit c742ca9 into main Nov 15, 2024
4 checks passed
@github-actions github-actions bot deleted the update/all branch November 15, 2024 05:25
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