File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
2+
3+ version : 2
4+
5+ updates :
6+ - commit-message :
7+ include : " scope"
8+ prefix : " composer"
9+ directory : " /"
10+ open-pull-requests-limit : 10
11+ package-ecosystem : " composer"
12+ schedule :
13+ interval : " weekly"
14+ versioning-strategy : " widen"
15+
16+ - commit-message :
17+ include : " scope"
18+ prefix : " github-actions"
19+ directory : " /"
20+ open-pull-requests-limit : 10
21+ package-ecosystem : " github-actions"
22+ schedule :
23+ interval : " weekly"
Original file line number Diff line number Diff line change 6666
6767 - name : PHP ${{ matrix.php }} Upload build directory to artifact
6868 uses : actions/upload-artifact@v4
69- if : ${{ success() }} || ${{ failure() }}
69+ if : ' ${{ success() || failure() }}'
7070 with :
7171 name : phpcq-builds-php-${{ matrix.php }}
7272 path : .phpcq/build/
You can’t perform that action at this time.
0 commit comments