From fadc4fa351777c6b345a7c529698f3f2fa1f05a0 Mon Sep 17 00:00:00 2001 From: Samuel Letellier-Duchesne Date: Tue, 11 May 2021 10:22:20 -0400 Subject: [PATCH] dependabot (#46) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3ccc10f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: +- package-ecosystem: pip + directory: "/" + schedule: + interval: daily + time: "10:00" + open-pull-requests-limit: 10 + # Raise pull requests for version updates + # to pip against the `develop` branch + target-branch: "develop"