Skip to content

Commit e1ef9b5

Browse files
authored
Remove internal registry
1 parent e70f29d commit e1ef9b5

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
11
version: 2
2-
3-
registries:
4-
npm-codeartifact:
5-
type: npm-registry
6-
url: https://getyourguide-130607246975.d.codeartifact.eu-central-1.amazonaws.com/npm/private/
7-
username: "aws"
8-
password: "${{secrets.CODEARTIFACT_AUTH_TOKEN}}"
9-
docker-registry-130607246975-dkr-ecr-eu-central-1-amazonaws-com:
10-
type: docker-registry
11-
url: https://130607246975.dkr.ecr.eu-central-1.amazonaws.com
12-
username: "${{secrets.DOCKER_REGISTRY_130607246975_DKR_ECR_EU_CENTRAL_1_AMAZONAWS_COM_USERNAME}}"
13-
password: "${{secrets.DOCKER_REGISTRY_130607246975_DKR_ECR_EU_CENTRAL_1_AMAZONAWS_COM_PASSWORD}}"
14-
152
updates:
163
- package-ecosystem: npm
174
directory: /
185
schedule:
196
interval: daily
207
time: "08:00"
218
timezone: Europe/Berlin
22-
registries:
23-
- npm-codeartifact
249
labels: []
2510
open-pull-requests-limit: 30
2611
ignore:
@@ -50,8 +35,6 @@ updates:
5035
directory: /
5136
schedule:
5237
interval: weekly
53-
registries:
54-
- docker-registry-130607246975-dkr-ecr-eu-central-1-amazonaws-com
5538
commit-message:
5639
prefix: "[BUILD] "
5740
open-pull-requests-limit: 10
@@ -60,4 +43,4 @@ updates:
6043
directory: /
6144
schedule:
6245
interval: weekly
63-
open-pull-requests-limit: 10
46+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)