Skip to content
Snippets Groups Projects
Unverified Commit 25aed752 authored by Philipp Stehle's avatar Philipp Stehle Committed by GitHub
Browse files

docs: correct custom managers edit url (#29741)

parent a90c7452
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ function getEditUrl(name: string): string {
'https://github.com/renovatebot/renovate/edit/main/lib/config/presets/internal/';
switch (name) {
case 'regexManagers':
return `${url}regex-managers.ts`;
case 'customManagers':
return `${url}custom-managers.ts`;
case 'mergeConfidence':
return `${url}merge-confidence.ts`;
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment