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

Update for group all_${hash} #32

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

Conversation

scala-steward
Copy link
Contributor

@scala-steward scala-steward commented Mar 9, 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!

πŸ” 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.

scripts/akka-to-pekko.sed
βš™ Adjust future updates

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

updates.ignore = [
  { groupId = "org.apache.pekko", artifactId = "pekko-actor" },
  { groupId = "org.apache.pekko", artifactId = "pekko-actor-testkit-typed" },
  { groupId = "org.apache.pekko", artifactId = "pekko-actor-typed" },
  { groupId = "org.apache.pekko", artifactId = "pekko-cluster-sharding-typed" },
  { groupId = "org.apache.pekko", artifactId = "pekko-cluster-typed" },
  { groupId = "org.apache.pekko", artifactId = "pekko-discovery" },
  { groupId = "org.apache.pekko", artifactId = "pekko-persistence-query" },
  { groupId = "org.apache.pekko", artifactId = "pekko-persistence-testkit" },
  { groupId = "org.apache.pekko", artifactId = "pekko-persistence-typed" },
  { groupId = "org.apache.pekko", artifactId = "pekko-serialization-jackson" },
  { groupId = "org.apache.pekko", artifactId = "pekko-slf4j" },
  { groupId = "org.apache.pekko", artifactId = "pekko-stream" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-actor" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-actor-testkit-typed" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-actor-typed" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-cluster-sharding-typed" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-cluster-typed" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-discovery" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-persistence-query" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-persistence-testkit" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-persistence-typed" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-serialization-jackson" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-slf4j" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.pekko", artifactId = "pekko-stream" }
  }
]
labels: library-update, test-library-update, early-semver-pre-release, semver-spec-pre-release, version-scheme:semver-spec, old-version-remains, commit-count:n:2

@scala-steward scala-steward force-pushed the update/all_1352511302 branch 2 times, most recently from c34371d to b1a0b02 Compare March 13, 2024 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant