From 8f96eabb7d92e152aabb1a5a9720e40f9b081c54 Mon Sep 17 00:00:00 2001 From: Christian Krakau-Louis Date: Sat, 29 Mar 2025 02:31:34 +0100 Subject: [PATCH] feat: update dependabot configuration for pip and npm package ecosystems --- .github/dependabot.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1813cae9..e5d9a54e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,15 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "pip" + directory: "/" schedule: interval: "weekly" - + open-pull-requests-limit: 10 + + - package-ecosystem: "npm" + directory: "/frontend/static" + schedule: + interval: "monthly" + open-pull-requests-limit: 5 +