From 18851719997c6f97d2d6ec951d02b30cb3978d99 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Thu, 6 Aug 2020 19:03:02 -0700 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..e574638e9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" From 65a047428de49c33d44b4d89da62b95295db2cd1 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Fri, 7 Aug 2020 11:46:19 -0700 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e574638e9..3ae6170df 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,6 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests + target-branch: "develop" schedule: interval: "weekly"