File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55
66version : 2
7- registries :
8- github-minvws :
9- type : git
10- url : https://github.com
11- username : x-access-token
12- password : " ${{ secrets.REPO_READ_ONLY_TOKEN }}"
137
148updates :
159 # Maintain dependencies for GitHub Actions
@@ -23,8 +17,6 @@ updates:
2317 directory : " /"
2418 schedule :
2519 interval : " weekly"
26- registries :
27- - github-minvws
2820 open-pull-requests-limit : 5
2921 groups :
3022 version-updates :
Original file line number Diff line number Diff line change 3535 php-version : ${{ matrix.php-versions }}
3636 extensions : zip
3737 - name : Install Dependencies
38- env :
39- COMPOSER_AUTH : ' {"github-oauth": {"github.com": "${{ secrets.REPO_READ_ONLY_TOKEN }}"}}'
4038 run : composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
4139
4240 # ------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments