Skip to content

Commit

Permalink
Add additional dependabot config for private gem and docker repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabby committed Sep 24, 2024
1 parent 4d0b8ca commit 7e75d2c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@
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
directory: "/"
schedule:
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 7e75d2c

Please sign in to comment.