Skip to content

Commit

Permalink
maint: add prefix to dependabot prs (#65)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- Closes #64 

## Short description of the changes

dependabot file was already created; this PR just adds the `maint:`
prefix so they pass our PR Title Validator check

## How to verify that this has the expected result

new dependabot PRs should be prepended with `maint:`
  • Loading branch information
JamieDanielson committed Jan 31, 2023
1 parent eb374ed commit b7573da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ updates:
- "type: dependencies"
reviewers:
- "honeycombio/telemetry-team"
commit-message:
prefix: "maint"
include: "scope"

0 comments on commit b7573da

Please sign in to comment.