Skip to content

Commit

Permalink
chore: move postUpdateOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Feb 5, 2021
1 parent c80165d commit 675bd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export interface RenovateAdminConfig {
onboardingConfigFileName?: string;

platform?: string;
postUpdateOptions?: string[];
requireConfig?: boolean;
}

Expand Down Expand Up @@ -177,6 +176,7 @@ export interface RenovateConfig
dependencyDashboardFooter?: string;
packageFile?: string;
packageRules?: PackageRule[];
postUpdateOptions?: string[];
prConcurrentLimit?: number;
prHourlyLimit?: number;

Expand Down

0 comments on commit 675bd26

Please sign in to comment.