Skip to content

Commit

Permalink
patch: fix renovate config (#27)
Browse files Browse the repository at this point in the history
The renovate config pointed to the wrong repository, fixed in this PR so
it points to the Nixvim repository.
  • Loading branch information
dc-tec authored Sep 1, 2024
1 parent e02c129 commit c992b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"platform": "github",
"semanticCommits": true,
"labels": ["renovate"],
"repositories": ["dc-tec/k8s-gitops"],
"repositories": ["dc-tec/nixvim"],
"extends": ["config:recommended"],
}

0 comments on commit c992b71

Please sign in to comment.