Merge pull request #1921 from XhmikosR/dependabot

Add dependabot for pip and action updates
This commit is contained in:
Steven Black
2022-03-12 10:25:44 -05:00
committed by GitHub
+17
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