Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: allow long commit message titles if they're dependabot-generat…
…ed (#450) ## Description Dependabot generates commit message titles for the dependency update PRs it makes and _sometimes_ those titles extend longer than our title-check length allows (i.e. > 100chars). This PR updates the commitlint config to allow our title-check to _not_ fail on long dependabot commit message titles. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed
- Loading branch information