Skip to content

fix(ci): ignore generated pnpm lockfile - #12

Merged
XxKotfeJxX merged 1 commit into
devfrom
agent/dependabot-lockfile-format
Jul 23, 2026
Merged

fix(ci): ignore generated pnpm lockfile#12
XxKotfeJxX merged 1 commit into
devfrom
agent/dependabot-lockfile-format

Conversation

@XxKotfeJxX

Copy link
Copy Markdown
Owner

What changed

  • excluded pnpm-lock.yaml from frontend Prettier checks
  • preserved existing ignores for build output, coverage, and dependencies

Why

Dependabot regenerates pnpm-lock.yaml when updating frontend dependencies. Prettier reformats that generated lockfile, so otherwise valid dependency pull requests failed at pnpm format:check before typecheck, tests, and build could run.

Impact

Source files remain formatting-gated, while the pnpm-owned lockfile is validated by pnpm install --frozen-lockfile instead of Prettier. This allows Dependabot PRs targeting dev to run their meaningful CI checks.

Validation

@XxKotfeJxX
XxKotfeJxX marked this pull request as ready for review July 23, 2026 17:02
@XxKotfeJxX
XxKotfeJxX merged commit 19329c8 into dev Jul 23, 2026
1 check passed
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.

1 participant