From 2a25f17b162ddcdfe332767e650cefff6e902816 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 10:37:44 +0000 Subject: [PATCH 1/2] Create Dependabot config file --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9dcd158 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + time: "04:00" + open-pull-requests-limit: 10 From 1ddbfa9be732bfae854445b11c7ec0d5fa590b44 Mon Sep 17 00:00:00 2001 From: Shadi Amr <35688557+shadoo77@users.noreply.github.com> Date: Wed, 17 Mar 2021 11:50:59 +0100 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9dcd158..af86e3a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,16 @@ +# This is an example with only required properties: version: 2 updates: - package-ecosystem: npm directory: "/" schedule: - interval: daily + interval: weekly + time: "04:00" + open-pull-requests-limit: 10 + +- package-ecosystem: npm + directory: "/client" + schedule: + interval: weekly time: "04:00" open-pull-requests-limit: 10