Skip to content

Commit

Permalink
Preparations on main for 3.0.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jun 27, 2024
1 parent 50b2228 commit 9a1f0de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "3.0.x"
commit-message:
prefix: "[3.0.x] "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
10 changes: 0 additions & 10 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,4 @@ updates.ignore = [
]

updates.pin = [
{ groupId = "org.playframework", artifactId = "play-docs-sbt-plugin", version = "3.0." },
{ groupId = "org.playframework", artifactId = "play-docs", version = "3.0." },
{ groupId = "com.fasterxml.jackson.core", version = "2.14." },
{ groupId = "com.fasterxml.jackson.datatype", version = "2.14." },
{ groupId = "org.scala-native", artifactId = "sbt-scala-native", version = "0.4." },
{ groupId = "org.scala-native", artifactId = "nscplugin", version = "0.4." },
{ groupId = "org.scala-js", version = "1.15." },
{ groupId = "org.portable-scala", version = "1.3." },
{ groupId = "org.specs2", version = "4.20." },
{ groupId = "org.scalacheck", artifactId = "scalacheck", version = "1.17.0." }
]

0 comments on commit 9a1f0de

Please sign in to comment.