👷 Add Dependabot (#5128)

This commit is contained in:
Sebastián Ramírez 2022-07-12 18:53:38 +02:00 committed by GitHub
parent bea5194ffc
commit 1d5bbe5552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

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

@ -0,0 +1,12 @@
version: 2
updates:
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Python
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"