Skip to content

Commit

Permalink
Update lib/config/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
rarkins and viceice committed May 24, 2022
1 parent c41ba53 commit b6d4e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ export interface MigratedRenovateConfig extends RenovateConfig {

export interface ManagerConfig extends RenovateConfig {
manager: string;
language: string | null;
language?: string | null;
}

export interface WorkerExtractConfig extends ExtractConfig {
Expand Down

0 comments on commit b6d4e35

Please sign in to comment.