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

chore(deps): Non-AWS dependency updates #421

Merged
merged 8 commits into from
Jun 11, 2024
Merged

chore(deps): Non-AWS dependency updates #421

merged 8 commits into from
Jun 11, 2024

Conversation

gu-scala-steward-public-repos[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!

⚙ 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-version-policy" },
  { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" },
  { groupId = "commons-codec", artifactId = "commons-codec" },
  { groupId = "org.apache.thrift", artifactId = "libthrift" },
  { groupId = "org.mockito", artifactId = "mockito-core" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.slf4j", artifactId = "slf4j-api" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-version-policy" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "commons-codec", artifactId = "commons-codec" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.thrift", artifactId = "libthrift" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.mockito", artifactId = "mockito-core" }
  },
  {
    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.slf4j", artifactId = "slf4j-api" }
  }
]
labels: dependencies, sbt-plugin-update, library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, early-semver-major, semver-spec-minor, early-semver-minor, semver-spec-major, commit-count:n:8

Copy link

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 4a03760. ± Comparison against base commit 0d09825.

@fredex42 fredex42 merged commit c1d59bc into main Jun 11, 2024
2 checks passed
@fredex42 fredex42 deleted the update/non_aws branch June 11, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant