From 1c240edad5e8afd5961b78f9f95b41c700a71e45 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 7 May 2021 21:02:38 -0700 Subject: [PATCH] Configure Dependabot for Python dependencies Even though the project's current use of Python is insignificant, we already have the infrastructure in place and Dependabot has been very useful for the other dependencies, so it makes sense to use it for everything. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9da0b06b..ae33b0c3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,9 @@ updates: interval: daily labels: - "topic: infrastructure" + - package-ecosystem: pip + directory: / + schedule: + interval: daily + labels: + - "topic: infrastructure"