Private registries are removed
This commit is contained in:
parent
fff9abd4a4
commit
a9ae51bd1d
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
@ -1,13 +1,4 @@
|
||||
version: 2
|
||||
registries:
|
||||
npm-registry-registry-npmjs-org:
|
||||
type: npm-registry
|
||||
url: https://registry.npmjs.org
|
||||
token: "${{secrets.NPM_REGISTRY_REGISTRY_NPMJS_ORG_TOKEN}}"
|
||||
npm-registry-npm-pkg-github-com:
|
||||
type: npm-registry
|
||||
url: https://npm.pkg.github.com
|
||||
token: "${{secrets.NPM_REGISTRY_NPM_PKG_GITHUB_COM_TOKEN}}"
|
||||
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
@ -48,6 +39,3 @@ updates:
|
||||
- dependency-name: eslint
|
||||
versions:
|
||||
- 7.24.0
|
||||
registries:
|
||||
- npm-registry-registry-npmjs-org
|
||||
- npm-registry-npm-pkg-github-com
|
||||
|
Loading…
Reference in New Issue
Block a user