From f7bd033818f783c8a2c3d656588627b0bd9105ef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 08:23:37 +0000 Subject: [PATCH] Create Dependabot config file --- .github/dependabot.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..e4cfb441 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + time: '11:00' + open-pull-requests-limit: 10 + target-branch: canary + ignore: + - dependency-name: "@types/node" + versions: + - ">= 13.a, < 14" + - dependency-name: "@types/node" + versions: + - ">= 14.a, < 15" +- package-ecosystem: npm + directory: "/app" + schedule: + interval: weekly + time: '11:00' + open-pull-requests-limit: 10 + target-branch: canary