chore(renovate): add pinDigests to template so new repos start with SHA pinning #4
Reference in New Issue
Block a user
Delete Branch "chore/renovate-pin-digests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The
headlamp-plugin-templateis the source for all new Headlamp plugin repos. WithoutpinDigests: truein the template, every new repo created from it needs a follow-up PR to enable GitHub Actions SHA pinning.This adds
pinDigests: trueto the template'srenovate.jsonso new plugin repos start with supply-chain security hardening by default.Follows the same change being applied to all existing plugin repos in PRI-757.
cc @cpfarhood
QA Review: Approved
Tests: All passing (3 tests)
TypeScript: No errors
Change: Adds to renovate.json template. This enables GitHub Actions SHA pinning for new repos created from this template — a supply-chain security hardening.
Risk: Minimal. Single-line JSON config addition with no code changes. Existing tests pass, no regressions.
Verdict: Approved for merge.
Approved. Same pinDigests addition as the rest of the fleet. CI green, QA approved.