Skip to content

Commit 63fcd97

Browse files
Add [skip-changelog] prefix to dependabot commit
We use the `[skip-changelog]` prefix to avoid having such commits in our changelog history. When merging dependabot PRs we always manually add the prefix, but it's common to forget about it at costs of manually removing that entry in the changelog when publishing a new release. With this PR dependabot wil add that prefix in every commit, the GH PR will be open with the same commit name, and when pressing the `merge squash` we won't need to manually add the prefix.
1 parent 96cf962 commit 63fcd97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ updates:
1111
interval: daily
1212
labels:
1313
- "topic: infrastructure"
14+
commit-message:
15+
prefix: "[skip-changelog] "
1416
- package-ecosystem: gomod
1517
directory: /
1618
schedule:
1719
interval: daily
1820
open-pull-requests-limit: 10
1921
labels:
2022
- "topic: infrastructure"
23+
commit-message:
24+
prefix: "[skip-changelog] "

0 commit comments

Comments
 (0)