Skip to content

Commit 2129761

Browse files
authored
Merge pull request #17 from mlabs-haskell/revert-14-szg251/test-flake-auto-update
Revert "szg251/test flake auto update"
2 parents cd6fb76 + 2a94677 commit 2129761

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flake.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979
updateBranch = "updated-flake-lock";
8080
# Next two parameters should always be set explicitly
8181
createPullRequest = true;
82-
autoMergeMethod = "merge";
82+
autoMergeMethod = null;
8383
when = {
8484
# Perform update by Sundays at 12:45
85-
minute = 25;
86-
hour = 16;
87-
dayOfWeek = "Mon";
85+
minute = 45;
86+
hour = 12;
87+
dayOfWeek = "Sun";
8888
};
8989
};
9090
};

0 commit comments

Comments
 (0)