Possibility to override min-age for specific packages #76
aleksandrs-ledovskis
started this conversation in
Ideas
Replies: 0 comments
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.
-
Some Homebrew packages are being updated on the ever so frequent cadence. Especially the Casks like web browsers ("google-chrome", "chromedriver"), editors ("visual-studio-code", "zed") or when using "@beta", "@nightly" modifiers.
It would be valuable if end-user of "brew-safe-upgrade" could mark that a package "X" is checked against a different (even a
0) value formin-agecheck.The implementation would likely require a some form of a persistent configuration for the "brew-safe-upgrade". Options may vary from a simple TOML/JSON at a
~/.config/path to a something more robust like a SQLite DB.Beta Was this translation helpful? Give feedback.
All reactions