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 = [
|
imports = [
|
||||||
inputs.hercules-ci-effects.flakeModule
|
inputs.hercules-ci-effects.flakeModule
|
||||||
];
|
];
|
||||||
|
@ -10,7 +10,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
updateBranch = "updated-flake-lock";
|
updateBranch = "updated-flake-lock";
|
||||||
createPullRequest = true;
|
createPullRequest = true;
|
||||||
autoMergeMethod = null;
|
autoMergeMethod = "rebase";
|
||||||
|
baseMerge = {
|
||||||
|
enable = true;
|
||||||
|
method = "rebase";
|
||||||
|
};
|
||||||
when = {
|
when = {
|
||||||
minute = 30;
|
minute = 30;
|
||||||
hour = 13;
|
hour = 13;
|
||||||
|
|
Reference in a new issue