Skip to content

chore: add renovate-config-validator to validate.sh#84

Merged
iwamot merged 1 commit intomainfrom
chore/add-renovate-config-validator
Apr 15, 2026
Merged

chore: add renovate-config-validator to validate.sh#84
iwamot merged 1 commit intomainfrom
chore/add-renovate-config-validator

Conversation

@iwamot
Copy link
Copy Markdown
Owner

@iwamot iwamot commented Apr 15, 2026

Summary

  • Add node and npm:renovate to .mise.toml
  • Add renovate-config-validator invocation to validate.sh (after the GitHub Actions checks)

A broken .github/renovate.json silently halts Renovate after merge, stopping the automated dependency update pipeline. Running the validator in validate.sh catches the breakage at PR review time.

Validate .github/renovate.json syntax and schema in validate.sh
so that breakage is caught in PR review. A broken Renovate config
silently halts the dependency update pipeline after merge.

Adds node and npm:renovate to .mise.toml (renovate-config-validator
is shipped as part of the renovate npm package).

Signed-off-by: Takashi Iwamoto <hello@iwamot.com>
@github-actions
Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA cc1cd0a.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

@iwamot iwamot self-assigned this Apr 15, 2026
@iwamot iwamot merged commit 194b836 into main Apr 15, 2026
6 checks passed
@iwamot iwamot deleted the chore/add-renovate-config-validator branch April 15, 2026 14:05
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.96%. Comparing base (ad02d1f) to head (cc1cd0a).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #84   +/-   ##
=======================================
  Coverage   50.96%   50.96%           
=======================================
  Files          26       26           
  Lines        1244     1244           
  Branches      178      178           
=======================================
  Hits          634      634           
  Misses        606      606           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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