From d0e0f986162d5c4e9c2fbdab9643f07e43eb943c Mon Sep 17 00:00:00 2001 From: Catherine Date: Mon, 27 Oct 2025 15:13:50 +0000 Subject: [PATCH] Fix flake, and (actually) disable Renovate auto-merge. --- flake.nix | 2 +- renovate.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4a23fc9..25b0b95 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ "-s -w" ]; - vendorHash = "sha256-HaHuAdPa25kfR9RR1O6OtR5ArpI0jGsKzm7wtf9pq8o="; + vendorHash = "sha256-RWXXI6njZ8W5j8h4eUtGDZAv8oBWRML41r/kYzmWHWM="; }; in { diff --git a/renovate.json b/renovate.json index 3e9da2e..64abd7b 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,6 @@ ], "lockFileMaintenance": { "enabled": true, - "automerge": true + "automerge": false } }