Skip to content

Commit

Permalink
fix: make updating sibling deps a chore (#1349)
Browse files Browse the repository at this point in the history
This is done after a release so make it a chore to prevent it
causing release-please to create a new release.
  • Loading branch information
achingbrain authored Aug 7, 2023
1 parent fdb976d commit 8727b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const defaults = {
preid: undefined,
distTag: 'latest',
remote: 'origin',
siblingDepUpdateMessage: 'deps: update sibling dependencies',
siblingDepUpdateMessage: 'chore: update sibling dependencies',
siblingDepUpdateName: 'aegir[bot]',
siblingDepUpdateEmail: 'aegir[bot]@users.noreply.github.com'
},
Expand Down

0 comments on commit 8727b72

Please sign in to comment.