Skip to content
Snippets Groups Projects
Unverified Commit 692eea18 authored by Sergio Zharinov's avatar Sergio Zharinov Committed by GitHub
Browse files

fix(dependency-dashboard): Don't create dependency dashboard during onboarding (#7453)

parent 22e15db9
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ beforeEach(() => {
config.platform = PLATFORM_TYPE_GITHUB;
config.errors = [];
config.warnings = [];
delete config.onboarding;
});
async function dryRun(
......
......@@ -55,6 +55,7 @@ export async function ensureMasterIssue(
// legacy/migrated issue
const reuseTitle = 'Update Dependencies (Renovate Bot)';
if (
config.onboarding ||
!(
config.dependencyDashboard ||
branches.some(
......
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