Skip to content

Commit e4faf36

Browse files
authored
Update renovate.json5
1 parent 1bb9256 commit e4faf36

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@
1212
":automergePr",
1313
],
1414
schedule: ["every weekday"], // for test proposes
15+
16+
// To make happy 'Validate PR title' GHA
17+
commitMessageLowerCase: "never",
18+
// Disable auto-rebase on every commit to avoid reaching Github limits on macos runners
19+
rebaseWhen: "conflicted",
20+
1521
}

0 commit comments

Comments
 (0)