Skip to content

Commit

Permalink
chore: config type comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Feb 5, 2021
1 parent c90c506 commit 878d9db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/config/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export interface RenovateSharedConfig {
}

// Config options used only within the global worker
// The below should contain config options where stage=global
export interface GlobalAdminConfig {
autodiscover?: boolean;
autodiscoverFilter?: string;
Expand All @@ -77,7 +78,8 @@ export interface GlobalAdminConfig {
repositories?: RenovateRepository[];
}

// Config options used within the repository worker, but non-user configurable
// Config options used within the repository worker, but not user configurable
// The below should contain config options where admin=true
export interface RepoAdminConfig {
allowPostUpgradeCommandTemplating?: boolean;
allowedPostUpgradeCommands?: string[];
Expand Down

0 comments on commit 878d9db

Please sign in to comment.