-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(config)!: experimental flags #28187
feat(config)!: experimental flags #28187
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
marked this as feature, because we need to know when it's released.
The hosted app is using those flags and my own runners too.
@rarkins should we add a migration? 🤔
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
@RahulGautamSingh if this was the first PR, wasn't it meant to be non-breaking so it could be merged first? Or necessary to be breaking? |
Sorry for the confusion. This PR doesn't need to be breaking. Initially I thought to merge all related PRs in a single one before mergning in If we merge this in |
This reverts commit 11a2950.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there will be a new docker flag
TODO: Add this when renovate:38 gets updated |
82b75c6
to
ee6c5b6
Compare
d66408f
to
ac9131f
Compare
Drafting this for now, as it has been added to v39 milestone. Will resume work once, v39 branch gets created. |
84ad846
to
1d20ad0
Compare
Changes
getExperimentalFlag
experimentalFlags
List of
experimentalFlags
and their corresponding experimental env vars:RENOVATE_X_DISABLE_DOCKER_HUB_TAGS
RENOVATE_X_EXEC_GPID_HANDLE
RENOVATE_EXPERIMENTAL_NO_MAVEN_POM_CHECK
RENOVATE_X_NUGET_DOWNLOAD_NUPKGS
RENOVATE_X_REPO_CACHE_FORCE_LOCAL
RENOVATE_X_YARN_PROXY
RENOVATE_X_USE_OPENPGP
Context
Closes: #27879
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: