This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Full brew and brew cask upgrade cycle in https://github.com/benjaminoakes/maid | |
# | |
Maid.rules do | |
### Homebrew: | |
# Set some safe options for upgrading sofware before cleanup | |
# Typically this is desired in the scienfic community | |
allowBrewUpgrade = false # Allow brew formulas to be upgraded | |
allowBrewCaskUpgrade = false # Allow brew casks to be upgraded |