From 373b194b4cc3c2267e902c72f0f969e053657aa2 Mon Sep 17 00:00:00 2001 From: Matt McKinley <94015231+rc-MattMcKindling@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:36:55 -0500 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 0000000..abd52c5 --- /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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/package-lock.json" # Location of package manifests + schedule: + interval: "weekly" From 33d7d33b8a00cc20bfb683ec8ddac3379b5b6a9d Mon Sep 17 00:00:00 2001 From: Matt McKinley <94015231+rc-MattMcKindling@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:47:43 -0500 Subject: [PATCH 2/2] root directory change to dependabot --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index abd52c5..3a3cce5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values - directory: "/package-lock.json" # Location of package manifests + directory: "/" # Location of package manifests schedule: interval: "weekly"