chore: disable dependabot for pip dependencies

- there is no way to group updates unfortunately... I'll set-up a custom
workflow to update python deps as I would imagine later
This commit is contained in:
Arthur Meyre
2021-09-15 17:48:47 +02:00
parent a69975742f
commit bc67b0cc1d

View File

@@ -7,10 +7,3 @@ updates:
# Check for updates to GitHub Actions every sunday
interval: "weekly"
day: "sunday"
- package-ecosystem: "pip"
directory: "/"
schedule:
# Check for updates to python dependencies every sunday
interval: "weekly"
day: "sunday"