From 3a01b3a17e630aa68d60cb5b7bf35a2cda989e10 Mon Sep 17 00:00:00 2001 From: Simon Lukasik Date: Wed, 17 Mar 2021 13:56:00 +0000 Subject: [PATCH] Configure dependabot to focus on python And hopefully disregard javascript modules, that are only used for docs pipeline. --- .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 000000000..a81161967 --- /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