Skip to content

🧹 update eslint dependabot group patterns#1286

Merged
bmiddha merged 2 commits intomainfrom
bmiddha/dependabot-group-update
Mar 22, 2026
Merged

🧹 update eslint dependabot group patterns#1286
bmiddha merged 2 commits intomainfrom
bmiddha/dependabot-group-update

Conversation

@bmiddha
Copy link
Copy Markdown
Member

@bmiddha bmiddha commented Mar 21, 2026

Description

update eslint dependabot group patterns

Issues

Checklist

  • I've labeled the PR appropriately.
  • I've have built the website and verified that my changes work.
  • I've linked the appropriate issues and related PRs.

@bmiddha bmiddha requested a review from a team as a code owner March 21, 2026 20:35
Copilot AI review requested due to automatic review settings March 21, 2026 20:35
@bmiddha bmiddha enabled auto-merge (squash) March 21, 2026 20:35
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 the eslint Dependabot group patterns.
  • Add typescript-eslint to the eslint Dependabot group patterns.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-sea-0f799c410-1286.centralus.azurestaticapps.net

1 similar comment
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://brave-sea-0f799c410-1286.centralus.azurestaticapps.net

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-prettier matches both the eslint group (eslint-plugin-*) and the prettier group. Dependabot assigns a dependency to the first matching group, so this will likely end up in the eslint group, making the prettier grouping ineffective. Consider either moving the prettier group above eslint or narrowing eslint-plugin-* (or adding an exclusion) so eslint-plugin-prettier reliably lands in the prettier group.
          - "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.

@bmiddha bmiddha merged commit 1c43e2f into main Mar 22, 2026
12 checks passed
@bmiddha bmiddha deleted the bmiddha/dependabot-group-update branch March 22, 2026 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants