fix(renovate): fix wrong key in renovate config

This commit is contained in:
technofab 2025-12-19 16:09:32 +01:00
parent 5262901404
commit d609fd52fb
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
2 changed files with 2 additions and 2 deletions

View file

@ -18,6 +18,6 @@
"commands": [
"nix-portable nix run .#soonix:update"
],
"updateMode": "branch"
"executionMode": "branch"
}
}

View file

@ -17,7 +17,7 @@ in
commands = [
"nix-portable nix run .#soonix:update"
];
updateMode = "branch";
executionMode = "branch";
};
lockFileMaintenance = {
enabled = true;