Skip to content

Commit fa5d847

Browse files
committed
Add flake-update Hercules CI effect
1 parent 8d02823 commit fa5d847

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

flake.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,19 @@
7474
inherit cargoArtifacts;
7575
});
7676
};
77+
hercules-ci.flake-update = {
78+
enable = true;
79+
updateBranch = "updated-flake-lock";
80+
# Next two parameters should always be set explicitly
81+
createPullRequest = true;
82+
autoMergeMethod = null;
83+
when = {
84+
# Perform update by Sundays at 12:45
85+
minute = 45;
86+
hour = 12;
87+
dayOfWeek = "Sun";
88+
};
89+
};
7790
};
7891

7992
}

0 commit comments

Comments
 (0)