From b01d6dd9cc097fa10584212aab0a07623b66c191 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Mon, 2 Aug 2021 12:46:45 +0200 Subject: [PATCH] ci: enable Dependabot checks for Python --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f826c1d..9056ae1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,11 @@ updates: labels: - "type/build" - "scope/dockerfile" + + # Maintain Python dependencies (test suite) + - package-ecosystem: "pip" + directory: "/test/requirements" + schedule: + interval: "daily" + labels: + - "type/ci"