Skip to content

Commit

Permalink
feat(dashboard): add disabling preset (#11246)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Aug 13, 2021
1 parent 6ec4e2b commit 986e1c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/config/presets/internal/default.ts
Expand Up @@ -523,6 +523,10 @@ export const presets: Record<string, Preset> = {
description: 'Enable Renovate Dependency Dashboard creation',
dependencyDashboard: true,
},
disableDependencyDashboard: {
description: 'Disable Renovate Dependency Dashboard creation',
dependencyDashboard: false,
},
dependencyDashboardApproval: {
description: 'Enable Renovate Dependency Dashboard approval workflow',
dependencyDashboardApproval: true,
Expand Down

0 comments on commit 986e1c1

Please sign in to comment.