nixvim/renovate.json5
Roel de Cort c992b71204
patch: fix renovate config (#27)
The renovate config pointed to the wrong repository, fixed in this PR so
it points to the Nixvim repository.
2024-09-01 21:14:54 +02:00

8 lines
221 B
Text

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platform": "github",
"semanticCommits": true,
"labels": ["renovate"],
"repositories": ["dc-tec/nixvim"],
"extends": ["config:recommended"],
}