This is an automated email from the ASF dual-hosted git repository. mdedetrich pushed a commit to branch 1.0.x in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
commit e20c468a58d5aa302218b33efc6ece7bf1600e4b Author: Matthew de Detrich <[email protected]> AuthorDate: Wed Oct 18 23:53:17 2023 +0200 Add scala-steward (cherry picked from commit a11dbd8d9aa4985de61b1f4959c538f4678c09b0) --- .scala-steward.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index ab410395c..6a4d7461f 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,9 +1,6 @@ -# Only send PRs on Monday morning -pullRequests.frequency = "0 0 ? * 1" - -commits.message = "build: update ${artifactName} from ${currentVersion} to ${nextVersion}" - updates.ignore = [ + { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info" }, + { groupId = "com.lightbend.paradox", artifactId = "sbt-paradox "}, { groupId = "org.apache.pekko", artifactId = "pekko-actor" }, { groupId = "org.apache.pekko", artifactId = "pekko-actor-typed" }, { groupId = "org.apache.pekko", artifactId = "pekko-stream" }, @@ -25,3 +22,5 @@ updates.pin = [ # https://github.com/akka/akka-http/pull/4080#issuecomment-1074853622 { groupId = "com.github.ben-manes.caffeine", artifactId = "caffeine", version = "2.9." }, ] + +updatePullRequests = "always" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
