Configure automatic Dependabot version updates (#151)

This is enabled for GitHub Actions and Python packages.
This commit is contained in:
Jon Parise 2022-05-17 10:37:38 -07:00 committed by GitHub
parent 27f70ed5ec
commit 3c379339dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,11 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"