From 56939c015c9d289d1deab2ccec93b39a537f8f8b Mon Sep 17 00:00:00 2001 From: MayaGillilan <101652314+MayaGillilan@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:24:26 +0100 Subject: [PATCH] chore: fix npm-github registry in dependabot.yml (#1587) --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 97316d58c..3c0073658 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,10 @@ registries: type: npm-registry url: https://registry.npmjs.org token: '${{secrets.NPM_REGISTRY_REGISTRY_NPMJS_ORG_TOKEN}}' - npm-github: - type: npm-registry - url: https://npm.pkg.github.com - token: ${{secrets.NPM_REGISTRY_REGISTRY_GH_ORG_TOKEN}} + npm-github: + type: npm-registry + url: https://npm.pkg.github.com + token: ${{secrets.NPM_REGISTRY_REGISTRY_GH_ORG_TOKEN}} updates: - package-ecosystem: npm