From 80796b6c6e4647a85ddc9492e343547a027258e4 Mon Sep 17 00:00:00 2001 From: tw-sec <68999741+tw-sec@users.noreply.github.com> Date: Wed, 16 Jun 2021 20:15:26 +0800 Subject: [PATCH] Create a configuration file for Dependabot. (#72) Co-authored-by: Ivan Giacomelli Co-authored-by: Samira --- .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"