Skip to content

Commit 2342290

Browse files
committed
Skip stability-days check for pin and digest updates
- Add minimumReleaseAge: 0 days to pin/digest package rule - Digest updates have no release date, causing stability-days to stay pending indefinitely with internalChecksFilter: strict
1 parent 339ed52 commit 2342290

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
{
2121
"matchUpdateTypes": ["pin", "digest"],
22+
"minimumReleaseAge": "0 days",
2223
"automerge": true
2324
},
2425
{

0 commit comments

Comments
 (0)