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

renovate-config manager #16679

Closed
electriquo opened this issue Jul 21, 2022 · 7 comments
Closed

renovate-config manager #16679

electriquo opened this issue Jul 21, 2022 · 7 comments
Labels
core:config Related to config capabilities and presets duplicate This issue is closed as a duplicate of another issue new package manager New package manager support priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@electriquo
Copy link
Contributor

electriquo commented Jul 21, 2022

What would you like Renovate to be able to do?

Renovate should be able to detect updates to Sharable Config Preset. For instance, look at a Renovate configuration that looks like

{
  "extends": ["gitlab>abc/foo//path/xyz#1.5.4"]
}

Renovate should detect that abc/foo has a new tag.
There is no builtin manager for renovate-config where it should be a fundamental manager.

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

renovate-config manager should use its builtin config library to:

  • Parse renovate config ((^|/).?renovate(?:rc)?(?:\.json5?)?$)
  • Extract the
    • manager (e.g., github)
    • repository (e.g., abc/foo)
    • version (e.g., 1.5.4)
  • Use the extracted information (manager, repository, and version) from previous step to detect any changes

Is this a feature you are interested in implementing yourself?

Maybe

@electriquo electriquo added priority-5-triage status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality) labels Jul 21, 2022
@HonkingGoose HonkingGoose added the core:config Related to config capabilities and presets label Jul 21, 2022
@viceice viceice added the new package manager New package manager support label Jul 21, 2022
@viceice
Copy link
Member

viceice commented Jul 21, 2022

can easily be done with regex manager

@github-actions
Copy link
Contributor

Hi there,

You're requesting support for a new package manager. We need to know some basic information about this package manager first. Please copy/paste the new package manager questionnaire, and fill it out in full.

Once the questionnaire is filled out we will evaluate if adding support for this manager is something we want to do.

Good luck,

The Renovate team

@electriquo
Copy link
Contributor Author

can easily be done with regex manager

@viceice Kindly share the regex manager block that you will use

@electriquo
Copy link
Contributor Author

@viceice I think Renovate should fundamentally support upgrades of its config presets. Do think differently?

@rarkins
Copy link
Collaborator

rarkins commented Jul 22, 2022

Sure, PRs welcome

@HonkingGoose HonkingGoose added status:ready priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others and removed status:requirements Full requirements are not yet known, so implementation should not be started priority-5-triage labels Jul 23, 2022
@mkniewallner
Copy link
Contributor

This looks like a duplicate of #13308.

@viceice
Copy link
Member

viceice commented Oct 23, 2022

Duplicate of #13308

@viceice viceice closed this as completed Oct 23, 2022
@HonkingGoose HonkingGoose added the duplicate This issue is closed as a duplicate of another issue label Oct 23, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core:config Related to config capabilities and presets duplicate This issue is closed as a duplicate of another issue new package manager New package manager support priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

5 participants