Skip to content

Commit

Permalink
fix: updates dependabot prefix for conventional commits (#308)
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Aug 5, 2024
1 parent 32ecd92 commit ee86f5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: ":arrow_up:"
prefix: build
include: scope

- package-ecosystem: "pip"
directory: "/"
Expand All @@ -19,4 +20,5 @@ updates:
allow:
- dependency-type: "all"
commit-message:
prefix: ":arrow_up:"
prefix: build
include: scope

0 comments on commit ee86f5c

Please sign in to comment.