fix: move to json5 (#25)
Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com>
This commit is contained in:
parent
4553aae0e7
commit
d90cff296a
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
}
|
}
|
Reference in a new issue