Skip to content

Commit

Permalink
refactor: configWarningReuseIssue type
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Feb 5, 2021
1 parent 6fa3729 commit 88f5414
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/config/common.ts
Expand Up @@ -94,7 +94,6 @@ export interface RepoAdminConfig {
export interface RenovateAdminConfig {
baseDir?: string;
cacheDir?: string;
configWarningReuseIssue?: boolean;

customEnvVariables?: Record<string, string>;

Expand Down Expand Up @@ -165,7 +164,7 @@ export interface RenovateConfig
isFork?: boolean;

fileList?: string[];

configWarningReuseIssue?: boolean;
dependencyDashboard?: boolean;
dependencyDashboardAutoclose?: boolean;
dependencyDashboardChecks?: Record<string, string>;
Expand Down

0 comments on commit 88f5414

Please sign in to comment.