Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,14 @@
"pinDigests": true
},
{
"description": "First-party Netresearch reusable workflows: never digest-pin. Org policy is @main (or @vN once tagged releases exist). Distinct from third-party actions which DO get SHA-pinned per supply-chain convention. Without this rule, Renovate's earlier digest-pinning produced commit 309fca0 (auto-merge.yml@<sha>) which violates that policy.",
"description": "First-party Netresearch reusable workflows: never digest-pin. Org policy is @main (or @vN once tagged releases exist). Distinct from third-party actions, which DO get SHA-pinned per supply-chain convention — different trust models.",
"matchManagers": [
"github-actions"
],
"matchPackagePatterns": [
"^netresearch/"
],
"pinDigests": false,
"enabled": false
"pinDigests": false
},
{
"description": "Security updates - high priority",
Expand Down