Add pip (requirements) dependabot updating

- Once a week dependabot will look at dependencies and open a PR per depdency as they upgrade
- This will ensure we don't get to far behind without knowing a reason (hopefully via CI) not to upgrade
Cooper Ry Lees 1 year ago
parent b47b80e830
commit d1c98cb935

@ -6,3 +6,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"

Loading…
Cancel
Save