From c967cabb77c9bb03c47e0a7c4f65e1daa431f93b Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 10 Jan 2022 09:34:31 +1100 Subject: [PATCH] Add daily PR but one at a time to avoid too much rebasing --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 04ed0d1966..5d832edf6b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,15 +2,14 @@ version: 2 updates: - package-ecosystem: "npm" directory: "/" + open-pull-requests-limit: 1 schedule: - interval: "weekly" - day: "sunday" + interval: "daily" reviewers: - "d4nte" - package-ecosystem: "npm" directory: "/examples/web-chat" schedule: - interval: "weekly" - day: "sunday" + interval: "daily" reviewers: - "d4nte"