Skip to content

Commit 1996e9c

Browse files
authored
ci(dependabot): use public registries (#204)
Use public registries for updating dependencies via dependabot. This is a public repository, so it does not include dependencies from private registries.
1 parent 0cf44ef commit 1996e9c

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
version: 2
22

3-
registries:
4-
ecr-docker:
5-
type: docker-registry
6-
url: https://567716553783.dkr.ecr.us-east-1.amazonaws.com
7-
username: ${{secrets.ECR_AWS_ACCESS_KEY_ID}}
8-
password: ${{secrets.ECR_AWS_SECRET_ACCESS_KEY}}
9-
npm-github:
10-
type: npm-registry
11-
url: https://npm.pkg.github.com
12-
token: ${{ secrets.GH_TOKEN }}
13-
git-github:
14-
type: git
15-
url: https://github.com
16-
username: x-access-token
17-
password: '${{ secrets.GH_TOKEN }}'
18-
193
updates:
204
- package-ecosystem: npm
215
schedule:
@@ -29,9 +13,6 @@ updates:
2913
- "/"
3014
commit-message:
3115
prefix: fix(dependabot)
32-
registries:
33-
- npm-github
34-
- git-github
3516

3617
- package-ecosystem: github-actions
3718
schedule:
@@ -47,8 +28,6 @@ updates:
4728
- "/"
4829
commit-message:
4930
prefix: fix(dependabot)
50-
registries:
51-
- git-github
5231

5332
- package-ecosystem: docker
5433
schedule:
@@ -62,5 +41,3 @@ updates:
6241
- "/"
6342
commit-message:
6443
prefix: fix(dependabot)
65-
registries:
66-
- ecr-docker

0 commit comments

Comments
 (0)