Skip to content

ci: pin renovate npm package in validate workflow - #142

Merged
mickael-carl merged 1 commit into
mainfrom
ci/renovate-pin
Aug 5, 2026
Merged

ci: pin renovate npm package in validate workflow#142
mickael-carl merged 1 commit into
mainfrom
ci/renovate-pin

Conversation

@stevedotpscale

@stevedotpscale stevedotpscale commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Problem:

Doing security hardening in light of recent npm
supply-chain issues. The renovate config validator
was resolving an unpinned package at CI time.

Solution:

Pin renovate via RENOVATE_VERSION (currently
44.11.4) with a Renovate datasource comment so
updates stay reviewable. Invoke the pinned package
with npx --yes --ignore-scripts.


Security Impact:

CI installs of renovate are pinned and skip
lifecycle scripts.


Testing: N/A - it's part of CI

@stevedotpscale
stevedotpscale requested a review from a team as a code owner August 5, 2026 07:20
**Problem:**

Doing security hardening in light of recent npm
supply-chain issues. The renovate config validator
was resolving an unpinned package at CI time.

**Solution:**

Pin renovate via `RENOVATE_VERSION` (currently
44.11.4) with a Renovate datasource comment so
updates stay reviewable. Invoke the pinned package
with `npx --yes --ignore-scripts`.

---
_Security Impact:_

CI installs of renovate are pinned and skip
lifecycle scripts.

---
_Testing:_ N/A - it's part of CI
@mickael-carl
mickael-carl merged commit 9fe5650 into main Aug 5, 2026
2 checks 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.

2 participants