From 5e29adbbfe4963494430d7e203d78d1b1f240d0c Mon Sep 17 00:00:00 2001 From: Ivan Giacomelli Date: Wed, 30 Dec 2020 15:04:26 +0200 Subject: [PATCH] Create a configuration file for Dependabot. --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b673657 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# This is an automatically generated base configuration +# For further configuration options and tuning: +# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly"