Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency spam from changelog #97

Merged
merged 1 commit into from Sep 23, 2023
Merged

Remove dependency spam from changelog #97

merged 1 commit into from Sep 23, 2023

Conversation

seapagan
Copy link
Owner

@seapagan seapagan commented Sep 23, 2023

Dependabot makes a lot of PRs which in turn causes a lot of spam in the generated CHANGELOG.md. This PR removes any PR with the tag 'dependencies' from the output.

I use Github Changelog Generator locally to generate the CHANGELOG.md - this is a Ruby application since I have not yet managed to find a comparable Python one.

This is a local change to the config file .github_changelog_generator by adding the line exclude-labels=dependencies.
This config file is not uploaded to the repo since it contains a GitHub key.

Signed-off-by: Grant Ramsay <seapagan@gmail.com>
@seapagan seapagan added the documentation Improvements or additions to documentation label Sep 23, 2023
@seapagan seapagan self-assigned this Sep 23, 2023
@seapagan seapagan merged commit b6c97d3 into main Sep 23, 2023
5 checks passed
@seapagan seapagan deleted the trim-changelog branch September 23, 2023 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant