diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index fc7aa97..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: 2 -registries: - # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#npm-registry - npm-github: # Define access for our private NPM registry - type: npm-registry - url: https://npm.pkg.github.com - token: ${{secrets.FINSIT_GITHUB}} - replaces-base: true