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
7 changes: 7 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@
"* 0-3 * * WED"
]
},
// disable minimumReleaseAge for pinDigest to avoid the stability-days check showing as pending
// when Renovate opens a PR for pinning GHA dependencies to digests
{
"description": "Disable minimumReleaseAge for pinDigest update types",
"matchUpdateTypes": ["pinDigest"],
"minimumReleaseAge": null,
},
// EXAMPLE: If required, pin a specific dependency to an upper allowed version
// Otherwise renovate will use the general "widen" strategy to change the upper limit in pyproject.toml
// and will bump it anyway
Expand Down