Files
brew/.github/release.yml
Ruoyu Zhong 08dc20c53d release: exclude Dependabot PRs from changelog
I noticed from recent releases [1] that Dependabot PRs are not being
excluded from the changelog. I think changing Dependabot's entry in the
release configs to `dependabot[bot]` should fix that, because user or
bot login handles are expected here [2], and `dependabot[bot]` is the
login handle that you can use in e.g. `gh api /users/dependabot[bot]`.

[1]: https://github.com/Homebrew/brew/releases
[2]: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuration-options
2026-06-15 23:50:21 +08:00

6 lines
79 B
YAML

changelog:
exclude:
authors:
- dependabot[bot]
- BrewTestBot