Skip to content

Fix Prettier drift in Renovate config - #4145

Merged
ardatan merged 1 commit into
masterfrom
copilot/fix-prettier-issues
Sep 2, 2026
Merged

Fix Prettier drift in Renovate config#4145
ardatan merged 1 commit into
masterfrom
copilot/fix-prettier-issues

Conversation

Copilot AI commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Prettier checks on main were failing due to formatting drift in renovate.json. This PR realigns the file with the repository鈥檚 configured Prettier output.

  • Config formatting alignment
    • Reformatted renovate.json using the repo鈥檚 Prettier configuration.
    • No semantic or behavioral changes to Renovate rules; this is formatting-only.
{
  "extends": ["config:base"],
  "packageRules": [
    {
      "matchPackageNames": ["..."],
      "enabled": true
    }
  ]
}

Co-authored-by: ardatan <20847995+ardatan@users.noreply.github.com>
@ardatan
ardatan marked this pull request as ready for review September 2, 2026 09:47
Copilot AI lite review requested due to automatic review settings September 2, 2026 09:47
@ardatan
ardatan merged commit a77bc73 into master Sep 2, 2026
2 checks passed
@ardatan
ardatan deleted the copilot/fix-prettier-issues branch September 2, 2026 09:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

馃煝 Approval recommended

The diff is a formatting-only change confined to JSON layout and does not alter Renovate rule semantics.

Pull request overview

This PR fixes Prettier check failures by reformatting renovate.json to match the repository鈥檚 configured Prettier output, without changing Renovate behavior.

Changes:

  • Collapsed matchPackageNames arrays for the Jest and Sharp package groups into single-line JSON where they fit within formatting constraints.
File summaries
File Description
renovate.json Formatting-only updates to align Renovate config JSON with Prettier output.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants