fix: move to json5 (#25)

Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com>
This commit is contained in:
Truxnell 2024-03-27 08:32:51 +11:00 committed by GitHub
parent 4553aae0e7
commit d90cff296a

View file

@ -8,14 +8,14 @@
"username": "trux-bot[bot]", "username": "trux-bot[bot]",
"gitAuthor": "Trux-Bot <19149206+trux-bot[bot]@users.noreply.github.com>", "gitAuthor": "Trux-Bot <19149206+trux-bot[bot]@users.noreply.github.com>",
"repositories": ["truxnell/nix-config"], "repositories": ["truxnell/nix-config"],
"ignoreTests": false, "ignoreTests": "false",
// TODO remove once out of beta? // TODO remove once out of beta?
// https://docs.renovatebot.com/modules/manager/nix/ // https://docs.renovatebot.com/modules/manager/nix/
"nix": { "nix": {
"enabled": true "enabled": "true"
}, },
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true "enabled": "true"
}, },
} }