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:09 +00:00
committed by GitHub
parent 55049a14aa
commit 2dda82a6e4
+2
View File
@@ -4,6 +4,7 @@
"baseBranches": ["main"],
"schedule": ["every weekend"],
"prConcurrentLimit": 10,
"pinDigests": true,
"packageRules": [
{
"matchManagers": ["npm"],
@@ -17,3 +18,4 @@
}
]
}