Skip to content
Snippets Groups Projects
Unverified Commit 986e1c1f authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

feat(dashboard): add disabling preset (#11246)

parent 6ec4e2bb
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment