Skip to content

Commit

Permalink
Merge pull request playframework#872 from ihostage/add-prefix-dependabot
Browse files Browse the repository at this point in the history
Add related `[2.0.x]` prefix for Dependabot
  • Loading branch information
ihostage authored Dec 23, 2024
2 parents 6eaa607 + 542d5a8 commit 9974b0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ updates:
schedule:
interval: "weekly"
target-branch: "2.0.x"
commit-message:
prefix: "[2.0.x] "
- package-ecosystem: "maven"
directory: "maven-twirl"
schedule:
Expand All @@ -18,6 +20,8 @@ updates:
schedule:
interval: "weekly"
target-branch: "2.0.x"
commit-message:
prefix: "[2.0.x] "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 9974b0f

Please sign in to comment.