From 9ceb84aa404a9b4b91e0e56fc581026bbb499526 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Fri, 5 Jun 2020 08:50:51 +0200 Subject: [PATCH] fix2 --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b3b864..cf77fb1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,17 @@ updates: allow: - dependency-type: direct - dependency-type: indirect +- package-ecosystem: pip + directory: "/" + schedule: + interval: weekly + day: thursday + time: '14:00' + timezone: Europe/Berlin + pull-request-branch-name: + separator: "-" + open-pull-requests-limit: 99 + versioning-strategy: lockfile-only + allow: + - dependency-type: direct + - dependency-type: indirect