Skip to content

Commit

Permalink
Remove internal registries (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Fořt authored Nov 29, 2023
1 parent aafab77 commit 7ff0fa5
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
version: 2
registries:
rubygems-server-pkgs-shopify-io:
type: rubygems-server
url: https://pkgs.shopify.io
username: ${{secrets.RUBYGEMS_SERVER_PKGS_SHOPIFY_IO_USERNAME}}
password: ${{secrets.RUBYGEMS_SERVER_PKGS_SHOPIFY_IO_PASSWORD}}
github-com:
type: git
url: https://github.com
username: ${{secrets.DEPENDENCIES_GITHUB_USER}}
password: ${{secrets.DEPENDENCIES_GITHUB_TOKEN}}
npm-registry-npm-shopify-io-node:
type: npm-registry
url: https://npm.shopify.io/node
token: ${{secrets.NPM_REGISTRY_NPM_SHOPIFY_IO_NODE_TOKEN}}
updates:
- package-ecosystem: bundler
directory: "/"
Expand All @@ -24,7 +9,6 @@ updates:
timezone: Europe/Berlin
open-pull-requests-limit: 100
insecure-external-code-execution: allow
registries: "*"
- package-ecosystem: npm
directory: "/"
schedule:
Expand All @@ -33,7 +17,6 @@ updates:
time: "10:00"
timezone: Europe/Berlin
open-pull-requests-limit: 100
registries: "*"
- package-ecosystem: bundler
directory: "/fixture"
schedule:
Expand All @@ -43,7 +26,6 @@ updates:
timezone: Europe/Berlin
open-pull-requests-limit: 100
insecure-external-code-execution: allow
registries: "*"
- package-ecosystem: npm
directory: "/fixture"
schedule:
Expand All @@ -52,4 +34,3 @@ updates:
time: "10:00"
timezone: Europe/Berlin
open-pull-requests-limit: 100
registries: "*"

0 comments on commit 7ff0fa5

Please sign in to comment.