Skip to content

Instantly share code, notes, and snippets.

@jppelteret
jppelteret / rules.rb
Last active August 29, 2015 14:27 — forked from leipert/rules.rb
Full brew and brew cask upgrade cycle in https://github.com/benjaminoakes/maid
#
# 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