.github/dependabot.yml
# Reference: https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# Validation: https://dependabot.com/docs/config-file/validator/
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "monthly"
#ignore:
#- dependency-name: "rubocop"