Merge pull request #352 from mas-cli/dependabot

🤖 Configure Dependabot to update Ruby Gems
This commit is contained in:
Ben Chatelain 2021-05-03 19:38:22 -06:00 committed by GitHub
commit 934bae6b8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,10 @@
# https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "⬆️"
include: "scope"