Maintenance: Allow dependabot PRs in Semantic PR config #1859
Labels
automation
This item relates to automation
completed
This item is complete and has been merged/shipped
internal
PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
Summary
Include
deps
in the scope listWhy is this needed?
Semantic PR is blocking app PRs created by Dependabot because of the PR titles: #1847.
Different than Python, TS has an explicit list of
scopes
which doesn't includedeps
. I suspect that's what's causing the problem.Which area does this relate to?
Automation
Solution
Add
deps
in thescopes
listAcknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: