actions for checking dependencies

This commit is contained in:
Pouria Hadjibagheri 2022-01-03 11:09:00 +00:00
parent 7eda35192c
commit f65e940d5e
No known key found for this signature in database
GPG key ID: B0F90B052A424A3F

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

@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
time: "09:00"
assignees:
- "xenatisch"
- "adi-"
labels:
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
time: "09:00"
assignees:
- "xenatisch"
- "adi-"