chore: Standardize Dependabot+Renovate commit messages#1978
Merged
Conversation
Signed-off-by: Josh Baird <jbaird@galileo.io>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR standardizes dependency-update commit/PR prefixes so release-please can group dependency updates more consistently in generated changelogs.
Changes:
- Adds release-please changelog sections that expose
builddependency updates while keepingciand other non-release types hidden. - Configures Dependabot commit prefixes for GitHub Actions and Go module updates.
- Configures Renovate and the Fluent Bit bump workflow commit message to use
build(deps).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.github/release-please-config.json |
Adds explicit changelog section mapping, including visible dependency entries for build. |
.github/dependabot.yml |
Sets semantic commit prefixes for GitHub Actions and Go module dependency updates. |
.github/renovate-config.js |
Updates Renovate semantic commit type to build. |
.github/workflows/bump-fluent-bit-version.yaml |
Changes the generated bump commit message to build(deps). |
Signed-off-by: Josh Baird <jbaird@galileo.io>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Comment on lines
+10
to
+11
| { "type": "build", "section": "Dependencies", "hidden": false }, | ||
| { "type": "deps", "section": "Dependencies", "hidden": false }, |
cw-Guo
approved these changes
May 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
release-please relies on conventional PR titles to update the CHANGELOG and draft releases.
By default, it "hides" (does not include in CHANGELOG or versioning)
choreandbuildmessages. We want to include dependency updates in the CHANGELOG and versioning scheme.This PR:
build()PR titles (by default, Dependabot will usebuild(deps)for dependency updates)ci(deps)for Github Actions updates since these don't need to be included in CHANGELOGsbuild(deps)for updates to match that of Dependabot