From 7f36bdc41fafa02a4013223f3fca88f673511be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 14 Jan 2025 15:29:36 +0100 Subject: [PATCH] Add dependabot config for build requirements --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2390d8c809e..a3a55e8b329 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,7 @@ updates: github-actions: patterns: - "*" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly"