Skip to content

Commit

Permalink
Merge pull request #72 from ms-ati/add-dependabot
Browse files Browse the repository at this point in the history
Add dependabot.yml
  • Loading branch information
ms-ati committed May 11, 2021
2 parents 27efda4 + 2d48c5a commit fba9f01
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
@@ -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"

0 comments on commit fba9f01

Please sign in to comment.