patch: fix renovate config (#27)
The renovate config pointed to the wrong repository, fixed in this PR so it points to the Nixvim repository.
This commit is contained in:
parent
e02c129f4b
commit
c992b71204
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
||||||
"platform": "github",
|
"platform": "github",
|
||||||
"semanticCommits": true,
|
"semanticCommits": true,
|
||||||
"labels": ["renovate"],
|
"labels": ["renovate"],
|
||||||
"repositories": ["dc-tec/k8s-gitops"],
|
"repositories": ["dc-tec/nixvim"],
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue