🧹 update eslint dependabot group patterns#1286
Conversation
There was a problem hiding this comment.
Pull request overview
Updates Dependabot’s npm grouping rules so ESLint-related dependency updates are bundled more consistently, reducing update PR noise for the repo’s linting toolchain.
Changes:
- Add
@eslint/*to theeslintDependabot group patterns. - Add
typescript-eslintto theeslintDependabot group patterns.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-sea-0f799c410-1286.centralus.azurestaticapps.net |
1 similar comment
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-sea-0f799c410-1286.centralus.azurestaticapps.net |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
.github/dependabot.yml:46
eslint-plugin-prettiermatches both theeslintgroup (eslint-plugin-*) and theprettiergroup. Dependabot assigns a dependency to the first matching group, so this will likely end up in theeslintgroup, making theprettiergrouping ineffective. Consider either moving theprettiergroup aboveeslintor narrowingeslint-plugin-*(or adding an exclusion) soeslint-plugin-prettierreliably lands in theprettiergroup.
- "eslint-config-*"
- "eslint-plugin-*"
- "typescript-eslint"
prettier:
patterns:
- "prettier"
- "eslint-plugin-prettier"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
update eslint dependabot group patterns
Issues
Checklist