Skip to content

Commit 4fbf7b7

Browse files
authored
[skip changelog] Add skip changelog prefix to Dependabot workflow update commits (#1381)
Dependabot is configured to submit pull requests for updates to the GitHub Actions actions used in the repository's workflows whenever a new version is available. These commits will not result in any user facing changes and so should not be mentioned in the release changelog. The changelog generation system automatically excludes any commit that has the `[skip changelog]` prefix on its message title. Adding this changelog to the commits generated by Dependabot will save the release manager time when cleaning up the raw changelog.
1 parent 0db96b3 commit 4fbf7b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ updates:
99
directory: / # Check the repository's workflows under /.github/workflows/
1010
schedule:
1111
interval: daily
12+
commit-message:
13+
prefix: "[skip changelog] "
1214
labels:
1315
- "topic: dependencies"

0 commit comments

Comments
 (0)