The renovate config pointed to the wrong repository, fixed in this PR so it points to the Nixvim repository.
8 lines
221 B
Text
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"],
|
|
}
|