Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions renovate-presets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This directory contains shareable Renovate configuration presets that can be use

**Features**:
- Automatically merges minor, patch, and digest updates
- Automatically merges lock file maintenance PRs
- Operates on Berlin timezone (Europe/Berlin)
- PR creation window: Monday-Friday, 9:00-13:00
- Uses pull request automerge strategy
Expand Down
3 changes: 2 additions & 1 deletion renovate-presets/automerge.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Prerequisites for this preset:
"matchUpdateTypes": [
"minor",
"patch",
"digest"
"digest",
"lockFileMaintenance"
Comment thread
r0binary-sap marked this conversation as resolved.
],
// Create PRs only during working hours
// This controls the update window for scenarios using platform automerge
Expand Down