From 1b9d8a00c1fd5c4481a080040113a16a53d2e09e Mon Sep 17 00:00:00 2001 From: Mirjam Aulbach Date: Thu, 22 Aug 2024 13:07:00 +0200 Subject: [PATCH] Add proxy and e2e dir to dependabot Signed-off-by: Mirjam Aulbach --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 27539e07df..58f37affeb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,5 +10,13 @@ updates: interval: "weekly" - package-ecosystem: npm # for whatever reason, the YAML value for pnpm is npm directory: "/coral" + schedule: + interval: "weekly" + - package-ecosystem: npm # for whatever reason, the YAML value for pnpm is npm + directory: "/coral/proxy" + schedule: + interval: "weekly" + - package-ecosystem: npm # for whatever reason, the YAML value for pnpm is npm + directory: "/e2e" schedule: interval: "weekly" \ No newline at end of file