Add dependabot.yml

Configure Dependabot with the most basic configuration for both
Ruby gems (via Bundler) and Github Actions.

Re: #71
This commit is contained in:
Marc Siegel 2021-05-11 10:22:48 -04:00
parent 27efda4e2a
commit 2d48c5a1ef
1 changed files with 15 additions and 0 deletions

15
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,15 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for Ruby's Bundler
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "daily"