Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Oct 15, 2020

Conversation

zharinov
Copy link
Collaborator

Closes #7450

const repoConfig = await detectRepoFileConfig();
checkForRepoConfigError(repoConfig);
let repoConfig: RepoFileConfig = {};
if (!config.onboarding) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesn't this potentially have other repercussions? I had expected some evaluation added closer to the dashboard logic

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think merging onboarding config is the wrong thing, but yes maybe it can break something.

@zharinov zharinov changed the title fix(dependency-dashboard): Don't read config file from onboarding branch fix(dependency-dashboard): Don't create dependency dashboard during onboarding Oct 12, 2020
@zharinov zharinov requested a review from rarkins October 12, 2020 12:05
@rarkins rarkins merged commit 692eea1 into renovatebot:master Oct 15, 2020
@rarkins rarkins deleted the fix/onboarding-no-dd branch October 15, 2020 06:26
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 23.49.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependency Dashboard should not be created while still onboarding
3 participants