diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 4299d7522..1a2d4e9e6 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,3 +7,10 @@ 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"