chore(renovate): add pinDigests to ensure SHA pinning for GitHub Actions

The org renovate-config.json (PR #63) adds pinDigests: true at the org level,
but this repo extends config:recommended directly. Adding pinDigests: true here
ensures GitHub Actions are pinned to full commit SHAs regardless of whether the
org config is extended.

Related: privilegedescalation/.github#63, PRI-757
This commit is contained in:
privilegedescalation-engineer[bot]
2026-03-22 07:16:11 +00:00
committed by GitHub
parent fef2c3c3e5
commit f4e4e24b6c
+2
View File
@@ -4,6 +4,7 @@
"baseBranches": ["main"], "baseBranches": ["main"],
"schedule": ["every weekend"], "schedule": ["every weekend"],
"prConcurrentLimit": 10, "prConcurrentLimit": 10,
"pinDigests": true,
"packageRules": [ "packageRules": [
{ {
"matchManagers": ["npm"], "matchManagers": ["npm"],
@@ -17,3 +18,4 @@
} }
] ]
} }