Automatic update-flake merge

This commit is contained in:
Andrea Ciceri 2024-01-05 12:36:38 +01:00
parent 7c50bad7bb
commit c76fda4511
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -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;