From bca6d3d0df2fb494946ea7533eb44deea2ce50cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 00:48:58 +0000 Subject: [PATCH] Create Dependabot config file --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f54e79c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/server" + schedule: + interval: weekly + time: '03:00' + timezone: Europe/Berlin +- package-ecosystem: npm + directory: "/client" + schedule: + interval: weekly + time: '03:00' + timezone: Europe/Berlin +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + time: '03:00' + timezone: Europe/Berlin