Skip to content
Snippets Groups Projects
Commit 88f54144 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: configWarningReuseIssue type

parent 6fa37294
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,6 @@ export interface RepoAdminConfig {
export interface RenovateAdminConfig {
baseDir?: string;
cacheDir?: string;
configWarningReuseIssue?: boolean;
customEnvVariables?: Record<string, string>;
......@@ -165,7 +164,7 @@ export interface RenovateConfig
isFork?: boolean;
fileList?: string[];
configWarningReuseIssue?: boolean;
dependencyDashboard?: boolean;
dependencyDashboardAutoclose?: boolean;
dependencyDashboardChecks?: Record<string, string>;
......
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