Skip to content

Commit ef9eb4e

Browse files
authored
Exclude dependabot PRs from changelog (#576)
Dependabot commits add a lot of noise to the release notes - we only want user-facing changes in there. This config skips dependabot PRs when creating the changelog. Signed-off-by: Ajeet D'Souza <98ajeet@gmail.com>
1 parent 0ccb491 commit ef9eb4e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
authors:
6+
- dependabot[bot]

0 commit comments

Comments
 (0)