mirror of
https://gitlab.com/rensa-nix/devtools.git
synced 2026-02-01 23:05:07 +01:00
fix(renovate): fix wrong key in renovate config
This commit is contained in:
parent
5262901404
commit
d609fd52fb
2 changed files with 2 additions and 2 deletions
|
|
@ -18,6 +18,6 @@
|
||||||
"commands": [
|
"commands": [
|
||||||
"nix-portable nix run .#soonix:update"
|
"nix-portable nix run .#soonix:update"
|
||||||
],
|
],
|
||||||
"updateMode": "branch"
|
"executionMode": "branch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ in
|
||||||
commands = [
|
commands = [
|
||||||
"nix-portable nix run .#soonix:update"
|
"nix-portable nix run .#soonix:update"
|
||||||
];
|
];
|
||||||
updateMode = "branch";
|
executionMode = "branch";
|
||||||
};
|
};
|
||||||
lockFileMaintenance = {
|
lockFileMaintenance = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue