Remove Dependabot PRs from release notes?
Open
- Dominant language
- TypeScript
- Stars
- 2.5k
- Forks
- 221
- PR merge metrics
- No merged PRs in 30d
Description
Dependabot recently started barraging my project with PRs, and while useful, it's making release notes quite noisy. I can't seem to figure out how to remove dependabot PRs though.
```
{
"plugins": [
[
"npm",
{
"monorepoChangelog": false
}
],
[
"omit-release-notes",
{
"username": "dependabot[bot]"
}
],
"first-time-contributor",
"released"
],
…
}
```
Using `omit-release-notes` seems like it should work but it doesn't. Is there something I'm missing about how this works?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.