Add nix support to renovate.json

This commit is contained in:
JuliusFreudenberger 2026-06-18 01:39:16 +02:00
parent aabaa70595
commit 8ae895ac29

View file

@ -1,3 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"nix": {
"enabled": true
}
}