Closed bee344 closed 2 months ago
Updates dependabot.yml to prefix PR's with chore(deps) and remove the scope, in order to avoid having to update the PR title every time.
dependabot.yml
chore(deps)
scope
All dependabot's PRs are dependencies updates, and as it stands it prefixes the PR with chore:(deps): and has to be manually modified every time.
chore:(deps):
Inspired by #1482
Updates
dependabot.yml
to prefix PR's withchore(deps)
and remove thescope
, in order to avoid having to update the PR title every time.All dependabot's PRs are dependencies updates, and as it stands it prefixes the PR with
chore:(deps):
and has to be manually modified every time.Inspired by #1482