diff --git a/dev/flake-module.nix b/dev/flake-module.nix index 49b1102..fa77f15 100644 --- a/dev/flake-module.nix +++ b/dev/flake-module.nix @@ -6,6 +6,13 @@ inputs.hercules-ci-effects.flakeModule # herculesCI attr ]; systems = [ "x86_64-linux" "aarch64-darwin" ]; + + hercules-ci.flake-update = { + enable = true; + autoMergeMethod = "merge"; + when.dayOfMonth = 1; + }; + perSystem = { config, self', inputs', pkgs, ... }: { devShells.default = pkgs.mkShell {