From d609fd52fba752234e8d3285cf828bd937199c3a Mon Sep 17 00:00:00 2001 From: technofab Date: Fri, 19 Dec 2025 16:09:32 +0100 Subject: [PATCH] fix(renovate): fix wrong key in renovate config --- .gitlab/renovate.json5 | 2 +- nix/repo/soonix.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/renovate.json5 b/.gitlab/renovate.json5 index 8813966..0ec29b2 100644 --- a/.gitlab/renovate.json5 +++ b/.gitlab/renovate.json5 @@ -18,6 +18,6 @@ "commands": [ "nix-portable nix run .#soonix:update" ], - "updateMode": "branch" + "executionMode": "branch" } } diff --git a/nix/repo/soonix.nix b/nix/repo/soonix.nix index c78c4b6..0893ecc 100644 --- a/nix/repo/soonix.nix +++ b/nix/repo/soonix.nix @@ -17,7 +17,7 @@ in commands = [ "nix-portable nix run .#soonix:update" ]; - updateMode = "branch"; + executionMode = "branch"; }; lockFileMaintenance = { enabled = true;