Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove internal registries #953

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: "*"
Loading