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
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
'config:recommended',
// https://docs.renovatebot.com/presets-default/#automergepatch - Automerge lockfile maintenance, path, pin and separate minor and patch
':automergePatch',
// this is missing from the automergePatch preset
':automergeDigest',
// Pin docker
'docker:pinDigests',
// Pin Github Actions
Expand All @@ -28,6 +30,10 @@
lockFileMaintenance: {
enabled: true,
},
// there is no preset for this
pinDigest: {
automerge: true,
},
// https://docs.renovatebot.com/presets-schedule/#scheduleweekly - Run renovate on early mondays instead of running it too often
// Clock giver is: https://docs.renovatebot.com/mend-hosted/overview/#resources-and-scheduling
// 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'.
Expand Down
Loading