Limit number of MS Edge updates #5638
Unanswered
alexs77
asked this question in
Everyday usage
Replies: 1 comment
-
This is not supported. Homebrew is a rolling release package manager, where only the latest version is supported and offered. If you want to avoid this, run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
Is there a way to limit the number of MS Edge updates that are being done? I'm running
brew update && brew upgrade
daily and it seems that there's almost always an update for Edge being applied.Eg. today:
microsoft-edge 129.0.2792.52,96652cfa-be7a-458a-9f98-c30d7d3323b5 -> 129.0.2792.65,1077769e-236a-4f55-801d-2f782881fe18
I'm really not that keen to get really each and every build update (
….52
to….65
). For some reason or the other, downloads of Edge are slow for me (it's not because of my network connection). And having to restart Edge is also annoying. And having to enter the password at thesudo
prompt is also annoying.I'd love to get only "minor" upgrades (if this is SemVer). Or maybe "patches". Ie. updates in the 2nd or 3rd "position".
Is this somehow possible?
Beta Was this translation helpful? Give feedback.
All reactions