Skip to content

Commit

Permalink
chore: Add prefixes to dependabot commit messages
Browse files Browse the repository at this point in the history
Resolves #81
  • Loading branch information
leviem1 committed May 22, 2022
1 parent 2d1ddda commit a0f97d6
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 @@ -4,13 +4,17 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "build:"
target-branch: "main"
reviewers:
- "leviem1"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps:"
target-branch: "main"
reviewers:
- "leviem1"

0 comments on commit a0f97d6

Please sign in to comment.