Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Disable Dependency Dashboard globally #12161

Closed
tobru opened this issue Oct 14, 2021 · 2 comments
Closed

Disable Dependency Dashboard globally #12161

tobru opened this issue Oct 14, 2021 · 2 comments
Labels
status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality)

Comments

@tobru
Copy link

tobru commented Oct 14, 2021

What would you like Renovate to be able to do?

The dependency dashboard can only be disabled on a per repository setting. I'd like to disable the dependency dashboard for a whole GitHub organization, so that it I don't have to do it for each and every repository individually.

If you have any ideas on how this should be implemented, please tell us here.

Maybe disable dependency dashboard by default and make it an opt-in feature.

Is this a feature you are interested in implementing yourself?

No

@tobru tobru added priority-5-triage status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality) labels Oct 14, 2021
@viceice
Copy link
Member

viceice commented Oct 14, 2021

You've already multiple ways to do that:

  • use a shared preset and exclude :dependencyDashboard preset
  • add a force obeject to global config ( self-hosted only)

If you're using renovate org widde, you should use your own shared preset, which can extend the config:base if you like.
You can also have your own default onboarding config then. See https://github.com/renovatebot/.github for samples

@viceice
Copy link
Member

viceice commented Oct 14, 2021

Disable by default isn't an option, as it's disabled by default and only enabled via our config:base preset.
That preset is ment as our recommend preset not required, see #12024

@renovatebot renovatebot locked and limited conversation to collaborators Oct 14, 2021
@viceice viceice closed this as completed Oct 14, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

2 participants