Skip to content

Commit

Permalink
Merge pull request #84 from gocardless/remove-private-repos-from-depe…
Browse files Browse the repository at this point in the history
…ndabot-config

Remove private repositories from Dependabot config
  • Loading branch information
Tabby committed Sep 24, 2024
2 parents 32d4506 + a4987c9 commit c61db6d
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
version: 2
registries:
docker-registry-eu-gcr-io:
type: docker-registry
url: https://eu.gcr.io
username: _json_key
password: "${{secrets.DOCKER_REGISTRY_EU_GCR_IO_PASSWORD}}"

github-org-private:
type: git
url: https://github.com
username: x-access-token
password: "${{secrets.GIT_HUB_ROBOT_TOKEN}}"

github-org-ruby-private:
type: rubygems-server
url: https://rubygems.pkg.github.com/gocardless
username: gocardless-robot-readonly
password: "${{secrets.GIT_HUB_ROBOT_TOKEN}}"

updates:
- package-ecosystem: bundler
Expand All @@ -25,13 +7,8 @@ updates:
interval: daily
open-pull-requests-limit: 10
insecure-external-code-execution: allow
registries:
- github-org-private
- github-org-ruby-private
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
registries:
- docker-registry-eu-gcr-io

0 comments on commit c61db6d

Please sign in to comment.