Skip to content

Commit

Permalink
👷 Add prefix to dependabot pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
arelstone committed May 12, 2022
1 parent b205370 commit deb3451
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 @@ -8,17 +8,19 @@ updates:
- package-ecosystem: npm
directory: /
schedule:
interval: daily
interval: monthly
reviewers:
- arelstone
labels:
- dependencies
- javascript
commit-message:
prefix: ⬆️

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: monthly
reviewers:
- arelstone
labels:
Expand Down

0 comments on commit deb3451

Please sign in to comment.