Skip to content

chore: Patches/Minor updates#147

Merged
rlemaitre merged 4 commits into
FunktionalIO:mainfrom
scala-steward:update/patches_minor
Sep 3, 2024
Merged

chore: Patches/Minor updates#147
rlemaitre merged 4 commits into
FunktionalIO:mainfrom
scala-steward:update/patches_minor

Conversation

@scala-steward

@scala-steward scala-steward commented Aug 23, 2024

Copy link
Copy Markdown
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 = "co.fs2", artifactId = "fs2-core" },
  { groupId = "org.flywaydb", artifactId = "flyway-core" },
  { groupId = "org.flywaydb", artifactId = "flyway-database-postgresql" },
  { groupId = "org.postgresql", artifactId = "postgresql" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "co.fs2", artifactId = "fs2-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.flywaydb", artifactId = "flyway-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.flywaydb", artifactId = "flyway-database-postgresql" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.postgresql", artifactId = "postgresql" }
  }
]
labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, early-semver-patch, semver-spec-patch, commit-count:n:4

@scala-steward scala-steward force-pushed the update/patches_minor branch 4 times, most recently from 76f0504 to c082ed3 Compare August 31, 2024 18:04
@rlemaitre rlemaitre merged commit ac5b18c into FunktionalIO:main Sep 3, 2024
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.

2 participants