From 116606c422fddcf5d521cd2c424a5477158d60bd Mon Sep 17 00:00:00 2001 From: Serban Teodorescu Date: Wed, 21 Aug 2024 15:08:21 +0300 Subject: [PATCH] Add Dependabot configuration for pip --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..4da583b382 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ + +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10