From c4c299da34384f861373c8d2cf64fad4e8974571 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 19 Oct 2023 14:18:22 -0400 Subject: [PATCH] add gh package registry to dependabot for npm --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e9181d009..57e7872de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -43,6 +43,12 @@ updates: labels: - "dependencies" - "javascript" + registries: + npm-github: + type: npm-registry + url: https://npm.pkg.github.com + token: ${{ secrets.NEWFOLD_ACCESS_TOKEN }} + replaces-base: true # Maintain dependencies for Composer - package-ecosystem: "composer"