From 8ed41fd7c18ff13bc3feaf297be71d9a0c13d60f Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 6 Jan 2022 17:43:09 +1100 Subject: [PATCH] Add web-chat to dependabot config --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5b8bed7bf..04ed0d1966 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,10 @@ updates: day: "sunday" reviewers: - "d4nte" + - package-ecosystem: "npm" + directory: "/examples/web-chat" + schedule: + interval: "weekly" + day: "sunday" + reviewers: + - "d4nte"