From 37e4c216af033d45caf499b35e90e3b1d23e1c58 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 22 Apr 2021 12:24:51 +0200 Subject: [PATCH] chore: configure dependabot to ignore pip ecosystem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: César Gallego Rodríguez Co-authored-by: Roberto Abdelkader Martínez Pérez --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2dd2294..837512e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,10 @@ updates: directory: "/.github/go" schedule: interval: "daily" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + ignore: + - dependency-name: "*"