From 25da86e650735e71fc3d7ff4acd4a9da57eb363d Mon Sep 17 00:00:00 2001 From: dcwalk Date: Thu, 29 Jul 2021 12:28:12 -0400 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..cbc9d770 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# 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: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" + + # Apply default reviewer to created pull requests + assignees: + - "ASoTNetworks" From 4b1a74253243a7efe19fc9ef13b0d3224fc9e780 Mon Sep 17 00:00:00 2001 From: dcwalk Date: Thu, 29 Jul 2021 12:37:19 -0400 Subject: [PATCH 2/2] add package manager --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cbc9d770..e3499614 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,10 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "bundler" + directory: "/" schedule: interval: "daily" - # Apply default reviewer to created pull requests assignees: - "ASoTNetworks"