depot/jobs/update-flake-lock/default.nix

14 lines
245 B
Nix
Raw Permalink Normal View History

{
hercules-ci.flake-update = {
enable = true;
createPullRequest = true;
autoMergeMethod = "merge";
forgeType = "github";
updateBranch = "pr-flake-update";
when = {
dayOfWeek = "Fri";
hour = 2;
};
};
}