intuit / intuit/auto

Remove Dependabot PRs from release notes?

Open
#2,031 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.