Skip to content

Commit

Permalink
do not include dependency updates in the changelog
Browse files Browse the repository at this point in the history
although it is still possible to remove the skip-changelog from rennovate PRs if there's something worthy of flagging in release notes
  • Loading branch information
tjenkinson committed Jun 10, 2021
1 parent 3fb859d commit 4f8108f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ template: |
tag-template: 'v$RESOLVED_VERSION'

exclude-labels:
- 'skip-changelog'

version-resolver:
major:
labels:
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["config:base"],
"labels": ["dependencies"],
"labels": ["dependencies", "skip-changelog"],
"commitMessagePrefix": "[skip netlify]",
"prHourlyLimit": 0,
"packageRules": [
Expand Down

0 comments on commit 4f8108f

Please sign in to comment.