Skip to content

Commit 47cf899

Browse files
HarHarLinksmgcm
andauthored
Let Renovate automerge digest and pinDigest (#966)
* automerge digests and pinDigests Signed-off-by: Kim Brose <[email protected]> * Typo Co-authored-by: Milton Moura <[email protected]> Signed-off-by: Kim Brose <[email protected]> --------- Signed-off-by: Kim Brose <[email protected]> Signed-off-by: Kim Brose <[email protected]> Co-authored-by: Milton Moura <[email protected]>
1 parent 528a41a commit 47cf899

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
'config:recommended',
77
// https://docs.renovatebot.com/presets-default/#automergepatch - Automerge lockfile maintenance, path, pin and separate minor and patch
88
':automergePatch',
9+
// this is missing from the automergePatch preset
10+
':automergeDigest',
911
// Pin docker
1012
'docker:pinDigests',
1113
// Pin Github Actions
@@ -28,6 +30,10 @@
2830
lockFileMaintenance: {
2931
enabled: true,
3032
},
33+
// there is no preset for this
34+
pinDigest: {
35+
automerge: true,
36+
},
3137
// https://docs.renovatebot.com/presets-schedule/#scheduleweekly - Run renovate on early mondays instead of running it too often
3238
// Clock giver is: https://docs.renovatebot.com/mend-hosted/overview/#resources-and-scheduling
3339
// This means it gets scheduled to run every 4h on average, however our experience is that the schedule queue is not steady enough to guarantee actually being scheduled within this period to use 'schedule:weekly'.

0 commit comments

Comments
 (0)