nix fmt: renovate.json

This commit is contained in:
Jörg Thalheim
2025-03-11 17:56:52 +01:00
parent e83591f7c3
commit 17831d076a

View File

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