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
11 changes: 11 additions & 0 deletions config/renovate/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@
"automerge": true,
"platformAutomerge": true
},
{
// First-party conforma/* Actions & reusable workflows: skip the release-age
// cooldown. The cooldown defends against fresh THIRD-PARTY releases; our own
// internal, already-reviewed workflows should propagate immediately. Combined
// with org-wide sha_pinning_required, delaying an internal digest bump strands
// consumers on a pre-pinning SHA and breaks their runs (see EC-2173/EC-2185).
"description": "No release-age cooldown for first-party conforma/* Actions",
"matchManagers": [ "github-actions" ],
"matchPackageNames": [ "/^conforma\\//" ],
"minimumReleaseAge": "0 days"
},
{
// Group JavaScript/Node.js dependency updates
"description": "Group npm dependency updates",
Expand Down