renovate: add nix lock file to config

This commit is contained in:
Yuri Tatishchev 2025-05-11 21:40:49 -07:00
parent 49c781c1a8
commit 4fce23e446
Signed by: CaZzzer
SSH Key Fingerprint: SHA256:sqXB3fe0LMpfH+IeM/vlmxKdso52kssrIJBlwKXVe1U

View File

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