maint: Auto-update flake
(cherry picked from commit 975d1a7193f7ed1ee8456b909637fb078046db41)
This commit is contained in:
parent
6c0fb20a9a
commit
206a4ca7c5
1 changed files with 10 additions and 0 deletions
|
|
@ -90,5 +90,15 @@
|
||||||
{
|
{
|
||||||
ciSystems = [ "x86_64-linux" ];
|
ciSystems = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
hercules-ci.flake-update = {
|
||||||
|
enable = true;
|
||||||
|
baseMerge.enable = true;
|
||||||
|
autoMergeMethod = "merge";
|
||||||
|
when = { dayOfMonth = 2; };
|
||||||
|
flakes = {
|
||||||
|
"." = { };
|
||||||
|
"dev" = { };
|
||||||
|
};
|
||||||
|
};
|
||||||
flake = { };
|
flake = { };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue