Skip to content

Commit

Permalink
chore: do not include renovate PRs in changelog (#274)
Browse files Browse the repository at this point in the history
Changelogs should contain user-relevant stuff, updating dependencies is mostly not. Full list of commits is also linked in the changelog.
  • Loading branch information
apricote committed Jun 21, 2023
1 parent 976c180 commit d45d75d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

11 changes: 11 additions & 0 deletions renovate.json5
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"

// Generate commits compatible with release-please changelog
// => "deps: update module github.com/prometheus/client_golang to v1.15.1"
":semanticCommitTypeAll(deps)",
":semanticCommitScopeDisabled"
]
}

0 comments on commit d45d75d

Please sign in to comment.