From ae1f99e071ee84cc76a75587644cedb351c03cfe Mon Sep 17 00:00:00 2001 From: Ben Kristinsson Date: Sun, 31 Dec 2023 00:52:43 +0100 Subject: [PATCH] Dependabot version updates --- .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..c001610 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + -- 2.40.1