Skip to content

Commit 8fbe889

Browse files
committed
configure dependabot to access the internal ee actions repos
1 parent 8bda6ed commit 8fbe889

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
version: 2
22

3+
registries:
4+
github:
5+
type: git
6+
url: https://github.com/
7+
username: x-access-token
8+
password: ${{ secrets.HALFPIPE_REPOS_READ_PAT }} # saved as a dependabot secret
9+
310
updates:
411
- package-ecosystem: gomod
512
directory: /

0 commit comments

Comments
 (0)