-
Notifications
You must be signed in to change notification settings - Fork 871
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
update alpha dependencies to alpha #10761
Conversation
// (TODO remove once the artifacts above release stable versions) | ||
"ignoreUnstable": false | ||
"matchCurrentVersion": "/^.*-alpha$/", | ||
"allowedVersions": "/^.*-alpha$/" |
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.
will this also auto-update from -alpha
to a stable version?
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.
no, allowedVersions
describes which versions are allowed as new versions, which is the regex ^.*-alpha$
@zeitlinger did you test this or do you guess that this should work? |
I did not test it, but it should according to https://docs.renovatebot.com/configuration-options/#allowedversions |
To reduce the blast radius what do you think of keeping the
"ignoreUnstable": false is still needed.
|
Closed in favor of #10807 |
No description provided.