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:
Roel de Cort 2024-09-01 21:14:54 +02:00 committed by GitHub
parent e02c129f4b
commit c992b71204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"],
} }