Navigation Menu

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

chore: use fix: prefix for dependencies #466

Merged
merged 1 commit into from Sep 13, 2021

Conversation

andipaetzold
Copy link
Contributor

Dependabot currently uses chore: as prefix for all dependencies. For our ...-app-base packages this means that we release a new version without any changelog entry.
See https://github.com/contentful/apps/blob/master/packages/ecommerce-app-base/CHANGELOG.md

With this change, all regular dependencies use fix: as prefix. All dev dependencies still use chore:

Docs: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#commit-message

Dependabot currently uses `chore:` as prefix for all dependencies. For our `...-app-base` packages this means that we release a new version without any changelog entry.
See https://github.com/contentful/apps/blob/master/packages/ecommerce-app-base/CHANGELOG.md

With this change, all regular dependencies use `fix:` as prefix. All dev dependencies still use `chore:`

Docs: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#commit-message
@andipaetzold andipaetzold self-assigned this Sep 13, 2021
@andipaetzold andipaetzold enabled auto-merge (squash) September 13, 2021 13:25
@andipaetzold andipaetzold merged commit ca5c4cc into master Sep 13, 2021
@andipaetzold andipaetzold deleted the dependabot-commit-message branch September 13, 2021 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants