Fix flake, and (actually) disable Renovate auto-merge.

This commit is contained in:
Catherine
2025-10-27 15:13:50 +00:00
parent b295318118
commit d0e0f98616
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
"-s -w"
];
vendorHash = "sha256-HaHuAdPa25kfR9RR1O6OtR5ArpI0jGsKzm7wtf9pq8o=";
vendorHash = "sha256-RWXXI6njZ8W5j8h4eUtGDZAv8oBWRML41r/kYzmWHWM=";
};
in
{

View File

@@ -12,6 +12,6 @@
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
"automerge": false
}
}