playframework / play-doc

Play documentation rendering support
Apache License 2.0
21 stars 23 forks source link

Patch updates #257

Closed scala-steward closed 1 month ago

scala-steward commented 1 month ago

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 = "org.playframework.twirl", artifactId = "sbt-twirl" }, { groupId = "org.playframework.twirl", artifactId = "twirl-api" }, { groupId = "org.scalameta", artifactId = "scalafmt-core" }, { groupId = "org.specs2", artifactId = "specs2-core" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework.twirl", artifactId = "sbt-twirl" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework.twirl", artifactId = "twirl-api" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.specs2", artifactId = "specs2-core" } } ] ```

labels: sbt-plugin-update, library-update, test-library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:n:3