From 01fdf6f4082799e02e12d7aea676190056a092f7 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Mon, 11 Mar 2024 17:08:34 +0900 Subject: [PATCH] Update dependabot.yml to add pip path for gui modules (#1313) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8f817b87de..d64b5c2c53 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,8 @@ updates: directory: /tests schedule: interval: daily + + - package-ecosystem: pip + directory: /gui + schedule: + interval: daily