Skip to content

Commit

Permalink
Change: Include dependabot commits in the release changelog
Browse files Browse the repository at this point in the history
Change the dependabot config to create commit messages that are parsed
by our release changelog generator.
  • Loading branch information
bjoernricks committed Jun 29, 2023
1 parent 13e6fea commit d594bb3
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 @@ -42,8 +42,12 @@ updates:
- dependency-name: '@vx/shape'
versions:
- '> 0.0.179'
commit-message:
prefix: "Deps"

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
commit-message:
prefix: "Deps"

0 comments on commit d594bb3

Please sign in to comment.