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
|
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:
|
updates:
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
@ -48,6 +39,3 @@ updates:
|
|||||||
- dependency-name: eslint
|
- dependency-name: eslint
|
||||||
versions:
|
versions:
|
||||||
- 7.24.0
|
- 7.24.0
|
||||||
registries:
|
|
||||||
- npm-registry-registry-npmjs-org
|
|
||||||
- npm-registry-npm-pkg-github-com
|
|
||||||
|
Loading…
Reference in New Issue
Block a user