Enable Hercules CI flake-update
's baseMerge
This commit is contained in:
parent
56f6aa991c
commit
0c08a8b4a5
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@
|
||||||
updateBranch = "updated-flake-lock";
|
updateBranch = "updated-flake-lock";
|
||||||
createPullRequest = true;
|
createPullRequest = true;
|
||||||
autoMergeMethod = null;
|
autoMergeMethod = null;
|
||||||
# baseMerge.enable = true;
|
baseMerge = {
|
||||||
|
enable = true;
|
||||||
|
mergeMethod = "rebase";
|
||||||
|
};
|
||||||
when = {
|
when = {
|
||||||
minute = 45;
|
minute = 45;
|
||||||
hour = 13;
|
hour = 13;
|
||||||
|
|
Loading…
Add table
Reference in a new issue