chore(deps): enable nix lockfile maintenance for renovate

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-05-27 19:16:36 -04:00
parent d582bf7f1f
commit 5d14724e66
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86
1 changed files with 7 additions and 1 deletions

View File

@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"nix": {
"enabled": true
},
"lockFileMaintenance": {
"enabled": true
}
}