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 renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,16 @@ module.exports = {
],
pinDigests: true,
},
{
// pin/pinDigest/digest updates have no release timestamp, so
// minimumReleaseAge can never be satisfied and its stability check
// would leave those PRs pending forever.
// https://github.com/renovatebot/renovate/issues/40288
matchUpdateTypes: ['pin', 'pinDigest', 'digest'],
minimumReleaseAge: null,
prBodyNotes: [
'**Manual supply-chain check:** `minimumReleaseAge` cannot be enforced for pin/digest updates because they have no release timestamp. Before merging, confirm this commit SHA has been published for at least **2 days**.',
],
},
],
};