chore: use dependabot for GitHub Actions and npm (#54)

This commit is contained in:
Jonathan Yu 2021-04-02 17:45:47 -07:00 committed by GitHub
parent 6fa1567c96
commit 3e4835aeeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

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

@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "America/Chicago"
commit-message:
prefix: "chore"
ignore:
# GitHub always delivers the latest versions for each major
# release tag, so handle updates manually
- dependency-name: "actions/*"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "America/Chicago"
commit-message:
prefix: "chore"