vlsi opened a new pull request, #6704:
URL: https://github.com/apache/jmeter/pull/6704

   ## Summary
   - Adds `.github/workflows/renovate-config-lint.yaml` to validate 
`renovate.json` via `renovate-config-validator` on PRs and pushes that touch 
the config (or the workflow itself).
   - Catches typos and schema regressions before merge, similar to the workflow 
used in 
[Netcracker/qubership-profiler-agent](https://github.com/Netcracker/qubership-profiler-agent/blob/main/.github/workflows/renovate-config-lint.yaml).
   - Follows the repo's existing CI conventions: pinned `actions/checkout@<sha> 
# v5`, `persist-credentials: false`, default `permissions: read-all`.
   
   ## Test plan
   - [ ] CI green on this PR (workflow only runs on `renovate.json` / workflow 
path changes — touching the workflow file in this PR triggers it).
   - [ ] Intentionally break `renovate.json` locally and re-run `docker run 
--rm -v "$PWD":/work -w /work renovate/renovate:latest 
renovate-config-validator renovate.json` to confirm the validator fails as 
expected.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to