From 31766c2cc78e127b56f75358d226657ead9c1f26 Mon Sep 17 00:00:00 2001 From: Jianjun Zhu Date: Fri, 4 Mar 2022 16:36:09 +0800 Subject: [PATCH] Specify detailed directories in dependabot config. --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc1603eda..55d114899 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,10 @@ version: 2 updates: - package-ecosystem: "npm" - directory: "/" + directory: "/source/agent/addons/quic/test" schedule: interval: "monthly" + - package-ecosystem: "npm" + directory: "/source/agent/quic" + schedule: + interval: "monthly" \ No newline at end of file