Skip to content

Commit

Permalink
chore: GlobalOnlyConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Feb 7, 2021
1 parent 80fd1fe commit f21b761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export interface RenovateSharedConfig {

// Config options used only within the global worker
// The below should contain config options where stage=global
export interface GlobalAdminConfig {
export interface GlobalOnlyConfig {
autodiscover?: boolean;
autodiscoverFilter?: string;
baseDir?: string;
Expand Down Expand Up @@ -190,7 +190,7 @@ export interface RenovateConfig
fetchReleaseNotes?: boolean;
}

export interface GlobalConfig extends RenovateConfig, GlobalAdminConfig {}
export interface GlobalConfig extends RenovateConfig, GlobalOnlyConfig {}

export interface AssigneesAndReviewersConfig {
assigneesFromCodeOwners?: boolean;
Expand Down

0 comments on commit f21b761

Please sign in to comment.