Automatic update-flake
merge
This commit is contained in:
parent
7c50bad7bb
commit
c76fda4511
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{inputs, config, ...}: {
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.hercules-ci-effects.flakeModule
|
||||
];
|
||||
|
@ -10,7 +10,11 @@
|
|||
enable = true;
|
||||
updateBranch = "updated-flake-lock";
|
||||
createPullRequest = true;
|
||||
autoMergeMethod = null;
|
||||
autoMergeMethod = "rebase";
|
||||
baseMerge = {
|
||||
enable = true;
|
||||
method = "rebase";
|
||||
};
|
||||
when = {
|
||||
minute = 30;
|
||||
hour = 13;
|
||||
|
|
Reference in a new issue