Remove/enable suppression of minimumReleaseAgeBehaviour=timestamp-optional warning #45367
morremeyer
started this conversation in
Suggest an Idea
Replies: 1 comment 3 replies
|
While true that you know you've set this, it's not always the case that everyone is aware. The issue is where there may be shared presets / self-hosted configuration that applies it, and then end-users aren't aware of it, so getting a warning to inform them is - IMO - reasonable. That being said, |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
We have intentionally set
minimumReleaseAgeBehaviourtotimestamp-optionalso that we get the benefits of minimum release age where possible, but don't block updates for everything else.For every repository where at least one release does not have a timestamp, we now get the following warning in the dependency dashboard:
Since we have intentionally set this configuration, we don't want this warning to appear. I would even argue that since the default configuration is
timestamp-required, this warning is counterproductive:It is telling the user about an option they explictly set, contributing to alert fatigue since it's another warning that needs to be ignored.
I suggest to either allow to disable it, or better, entirely remove it.
All reactions