From 8634341630624a75e22d4ff60bc63b3a98e3dab9 Mon Sep 17 00:00:00 2001 From: Ralf Grubenmann Date: Tue, 18 Jun 2024 16:12:34 +0200 Subject: [PATCH] chore: set up dependabot depedency updates (#263) --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5b97269a6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: +- package-ecosystem: "pip" + directories: + - "/" + - "/projects/renku_data_service" + - "/projects/background_jobs" + - "/projects/secrets_storage" + schedule: + interval: "weekly" + day: "sunday" + open-pull-requests-limit: 5 + groups: + poetry: + patterns: + - "*"