From c654b34f336dd43eefc0512da2c8f27aaef17e37 Mon Sep 17 00:00:00 2001 From: "Chris Baudouin, Jr" Date: Sat, 2 Jan 2021 22:28:42 -0500 Subject: [PATCH] build: Moves dependabot to develop branch --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..f9653486b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "bundler" + directory: "/" + target-branch: "develop" + schedule: + interval: "daily" + commit-message: + prefix: "build(deps): " + + - package-ecosystem: "npm" + directory: "/website" + target-branch: "develop" + schedule: + interval: "daily" + commit-message: + prefix: "build(deps): "