From f2582600b32bcaf3dcd84d0426a3a3591d22c5ba Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 15 Sep 2021 16:52:56 +0200 Subject: [PATCH] chore: set-up dependabot for poetry (using the pip ecosystem) --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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"