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

New option: skipArtifactUpdating #33118

Open
rarkins opened this issue Dec 15, 2024 · 0 comments
Open

New option: skipArtifactUpdating #33118

rarkins opened this issue Dec 15, 2024 · 0 comments
Assignees
Labels
priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@rarkins
Copy link
Collaborator

rarkins commented Dec 15, 2024

Describe the proposed change(s).

Add new config option skipArtifactUpdating which defaults to false. If it's set to true then artifacts updating should be skipped, regardless of package manager.

For some managers, artifact updating is done per-branch, and for others it's per-update. Where possible, it should be possible to support this new feature per-update, e.g. check update.disableArtifactUpdating and not branch.disableArtifactUpdating, and filter out any updates which have the value true. If all updates are skipped, artifact updating should be skipped. A debug log message should be printed any time skipping occurs.

The idea behind this is to allow users to skip/bypass Renovate's automatic artifact updating in cases where it's problematic, so that they can update artifacts via postUpgradeTasks or their own commit via CI.

@rarkins rarkins added type:feature Feature (new functionality) priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others labels Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

2 participants