Add dependabot for pip and action updates

This commit is contained in:
XhmikosR 2022-03-12 10:16:14 +02:00
parent 218ce3c901
commit dd5334d1d3

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

@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: weekly
labels:
- dependencies
- python
versioning-strategy: increase
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
labels:
- dependencies
- github_actions