From 3c442c60fa58ad6153014875fb424c1c89f5f870 Mon Sep 17 00:00:00 2001 From: Marcel Johannesmann Date: Tue, 2 Jan 2024 23:31:10 +0100 Subject: [PATCH] fix: add dev requirements to dependabot config --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c0a96e6..cd43f65 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "pip" # See documentation for possible values + directory: "/dev_requirements/" # Location of package manifests + schedule: + interval: "weekly" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/"