From 4025a5daff501af2192384bc70d69eefb72d6275 Mon Sep 17 00:00:00 2001 From: Erick Daniszewski Date: Wed, 14 Jul 2021 14:46:34 -0400 Subject: [PATCH] ci: add dependabot configuration [VIO-1152] --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..12b74cdd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# For configuration reference, see: +# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + # Maintain dependencies for Python via Poetry + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + day: "thursday" + labels: + - "dependencies" + open-pull-requests-limit: 3