Created
April 20, 2023 23:37
-
-
Save dlynam/b3ee10e32017fd2ab2d701a176a73aa3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| MonitorOutdatedGems::Config.new do | |
| set_frequency_default "monthly" | |
| set_versions_default "MAJOR" | |
| monitor "strong_migrations", versions: "PATCH" | |
| monitor "browser", versions: "MINOR" | |
| monitor "annotate", versions: "MAJOR" | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment