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

Merged
merged 5 commits into from
Jun 11, 2024
Merged

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

merged 5 commits into from
Jun 11, 2024

Conversation

gu-scala-steward-public-repos[bot]
Copy link
Contributor

@gu-scala-steward-public-repos gu-scala-steward-public-repos bot commented Feb 28, 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!

πŸ’‘ Applied Scalafix Migrations
βš™ Adjust future updates

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

updates.ignore = [
  { groupId = "com.squareup.okhttp3", artifactId = "okhttp" },
  { groupId = "org.scalatest", artifactId = "scalatest" },
  { groupId = "org.slf4j", artifactId = "slf4j-api" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.squareup.okhttp3", artifactId = "okhttp" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalatest", artifactId = "scalatest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.slf4j", artifactId = "slf4j-api" }
  }
]
labels: dependencies, library-update, test-library-update, early-semver-major, semver-spec-major, early-semver-minor, semver-spec-minor, scalafix-migrations, commit-count:n:4

Copy link

github-actions bot commented Jun 11, 2024

Test Results

0 tests  Β±0   0 βœ… Β±0   0s ⏱️ Β±0s
0 suites Β±0   0 πŸ’€ Β±0 
0 files   Β±0   0 ❌ Β±0 

Results for commit 13ad4da. ± Comparison against base commit 69778e0.

♻️ This comment has been updated with latest results.

@fredex42 fredex42 merged commit 0d09825 into main Jun 11, 2024
2 checks passed
@fredex42 fredex42 deleted the update/non_aws branch June 11, 2024 14:56
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