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

CORE-69: Minor and patch updates - scalafmt-core to 3.9.3 - workspace-manager-client to 0.254.1178-SNAPSHOT - billing-profile-manager-client to 0.1.606-SNAPSHOT - sbt and 2 more to 1.10.10 #3215

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

broadbot
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.

Dockerfile
automation/Dockerfile-tests
docker/build.sh
docker/build_jar.sh
local-dev/templates/docker-rsync-local-rawls.sh
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "bio.terra", artifactId = "billing-profile-manager-client" },
  { groupId = "bio.terra", artifactId = "workspace-manager-client" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" },
  { groupId = "org.scala-sbt", artifactId = "scripted-plugin" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "bio.terra", artifactId = "billing-profile-manager-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "bio.terra", artifactId = "workspace-manager-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "scripted-plugin" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  }
]
labels: Scala_Steward, library-update, sbt-plugin-update, early-semver-minor, semver-spec-patch, early-semver-patch, version-scheme:early-semver, old-version-remains, commit-count:n:5

@broadbot broadbot requested a review from a team as a code owner March 10, 2025 12:03
@broadbot broadbot requested review from dvoet and marctalbott and removed request for a team March 10, 2025 12:03
@github-actions github-actions bot added the Scala_Steward Scala Steward label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scala_Steward Scala Steward
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant