From c992b712047c03eef19fb64f5f20ad7f7bfc3bd8 Mon Sep 17 00:00:00 2001 From: Roel de Cort <63876068+dc-tec@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:14:54 +0200 Subject: [PATCH] patch: fix renovate config (#27) The renovate config pointed to the wrong repository, fixed in this PR so it points to the Nixvim repository. --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 59bcec9..e16afb5 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -3,6 +3,6 @@ "platform": "github", "semanticCommits": true, "labels": ["renovate"], - "repositories": ["dc-tec/k8s-gitops"], + "repositories": ["dc-tec/nixvim"], "extends": ["config:recommended"], }