Skip to content

Commit

Permalink
Add [skip-changelog] prefix to dependabot commit (#2586)
Browse files Browse the repository at this point in the history
* 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.

* apply CR suggestions
  • Loading branch information
alessio-perugini committed May 14, 2024
1 parent 21c5803 commit eba4af6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ updates:
interval: daily
labels:
- "topic: infrastructure"
commit-message:
prefix: "[skip changelog] "
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
open-pull-requests-limit: 10
labels:
- "topic: infrastructure"
commit-message:
prefix: "[skip changelog] "

0 comments on commit eba4af6

Please sign in to comment.