Add dependabot config

This commit is contained in:
Marc Mueller 2021-02-21 22:17:53 +01:00 committed by Pierre Sassoulas
parent 7a3f53a437
commit e50af7d0a7

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

@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependency"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependency"
open-pull-requests-limit: 10