Config validator #9

Merged
vbrandl merged 3 commits from config-validation into main 2024-04-18 16:15:44 +02:00
Showing only changes of commit 954b589ef4 - Show all commits

View File

@ -1,5 +1,8 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>renovatebot/.github", ":dependencyDashboard"], "extends": ["github>renovatebot/.github", ":dependencyDashboard"],
"prCreation": "immediate" "prCreation": "immediate",
"nix": {
"enabled": false
}
} }