From 61978e655199adb42031cd309ea43c8b6288022d Mon Sep 17 00:00:00 2001 From: Thomas M Kehrenberg Date: Tue, 11 Jun 2024 15:44:01 +0200 Subject: [PATCH] Create dependabot.yml (#55) --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e8319c8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "pip" + # Look for `requirements.lock` files in the `root` directory + directory: "/" + # Check the pypi registry for updates every week + schedule: + interval: "weekly" + versioning-strategy: lockfile-only