Skip to content

Commit

Permalink
Preparations for 2.0.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed May 2, 2024
1 parent 0d3721f commit 5700216
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,31 @@ updates:
directory: "gradle-twirl"
schedule:
interval: "weekly"
- package-ecosystem: "gradle"
directory: "gradle-twirl"
schedule:
interval: "weekly"
target-branch: "2.0.x"
- package-ecosystem: "maven"
directory: "maven-twirl"
schedule:
interval: "weekly"
- package-ecosystem: "maven"
directory: "maven-twirl"
schedule:
interval: "weekly"
target-branch: "2.0.x"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "2.0.x"
commit-message:
prefix: "[2.0.x] "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
4 changes: 0 additions & 4 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ buildRoots = [
]

updates.pin = [
{ groupId = "org.playframework", artifactId = "play-docs-sbt-plugin", version = "3.0." },
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "2.3." },
{ groupId = "org.scala-js", version = "1.15." },
{ groupId = "org.portable-scala", version = "1.3." }
]
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: release-drafter/release-drafter@v6
with:
name: "Twirl $RESOLVED_VERSION"
config-name: release-drafts/increasing-minor-version.yml # located in .github/ in the default branch within this or the .github repo
config-name: release-drafts/increasing-major-version.yml # located in .github/ in the default branch within this or the .github repo
commitish: ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5700216

Please sign in to comment.