Skip to content

chore(deps): tighten Dependabot config — group vitest, ignore sonar v7#12

Merged
h2devx merged 1 commit intodevelopfrom
chore/tighten-dependabot
Apr 29, 2026
Merged

chore(deps): tighten Dependabot config — group vitest, ignore sonar v7#12
h2devx merged 1 commit intodevelopfrom
chore/tighten-dependabot

Conversation

@h2devx
Copy link
Copy Markdown
Contributor

@h2devx h2devx commented Apr 29, 2026

Que cambia

  • Drop `update-types: [minor, patch]` filter on the `vitest` group so MAJOR bumps are also batched. `vitest` and `@vitest/coverage-v8` are peer-dep'd by version; landing one without the other breaks develop.
  • Add explicit `ignore` for `SonarSource/sonarqube-scan-action` MAJOR bumps. v7 reproducibly throws HTTP 401 against our self-hosted SonarQube 26.4 with a token that v6 accepts. Re-evaluate once the server is upgraded.

Por que

Closes the 3 problematic Dependabot PRs from the first weekly run:

When Dependabot reopens vitest 4.x it will arrive as a single grouped PR.

Tipo

  • chore — deps/CI config

Checklist

No production code touched. The config change applies on next Dependabot run.

- Drop the `update-types: [minor, patch]` filter on the vitest group so
  major bumps are also batched. vitest and @vitest/coverage-v8 are
  peer-dep'd by version; landing one without the other breaks develop.
  Closed PRs #9 (vitest 3->4) and #10 (@vitest/coverage-v8 3->4) — when
  Dependabot reopens them they will arrive as a single grouped PR that
  CI can validate atomically.
- Add explicit ignore for `SonarSource/sonarqube-scan-action` major
  bumps. v7 reproducibly throws HTTP 401 against our self-hosted
  SonarQube 26.4 with a token that v6 accepts. Closed PR #5. Re-evaluate
  once the server is upgraded.
@h2devx h2devx enabled auto-merge (squash) April 29, 2026 01:52
@h2devx h2devx merged commit f28f1cd into develop Apr 29, 2026
1 check passed
@h2devx h2devx deleted the chore/tighten-dependabot branch April 29, 2026 01:54
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