Skip to content

Commit

Permalink
Update dependabot.yml to pull from private registry (#6733)
Browse files Browse the repository at this point in the history
* Update dependabot.yml to pull from private registry

* Update .github/dependabot.yml

Co-authored-by: Ben Brooks <ben.brooks@couchbase.com>

---------

Co-authored-by: Ben Brooks <ben.brooks@couchbase.com>
  • Loading branch information
torcolvin and bbrks committed Mar 20, 2024
1 parent 57caa78 commit 07367d2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
ignore:
- dependency-name: github.com/couchbaselabs/go-fleecedelta
schedule:
interval: "weekly"
registries:
- gh-private
registries:
gh-private:
type: git
url: https://github.com
username: x-access-token
password: ${{secrets.GH_PERSONAL_ACCESS_TOKEN_CBROBOTSG}}

0 comments on commit 07367d2

Please sign in to comment.