From 7bf8cf5ef4458e396ac057c8201b30f4b787fa6e Mon Sep 17 00:00:00 2001 From: Serban Teodorescu Date: Tue, 27 Aug 2024 11:16:22 +0300 Subject: [PATCH] [HDX-10076] add dependabot customisation --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..43b9089 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10