Create dependabot.yml (#4558)

Part of #4198
This commit is contained in:
Guillaume Ross 2022-03-16 16:00:22 -04:00 committed by GitHub
parent 62d3b9145f
commit 32ad77c22e
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 @@
# Basic set up starting with github actions only
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"