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- # Please see the documentation for all configuration options:
2- # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3-
41version : 2
52updates :
6-
7- - package-ecosystem : " github-actions"
8- directory : " /"
3+ - package-ecosystem : github-actions
4+ directory : /
95 schedule :
10- interval : " weekly"
6+ interval : weekly
117 open-pull-requests-limit : 10
128 cooldown :
139 default-days : 7
1410 labels :
15- - " dependencies"
16- - " github_actions"
11+ - dependencies
12+
13+ - package-ecosystem : composer
14+ directory : /
15+ schedule :
16+ interval : weekly
17+ open-pull-requests-limit : 0
18+ cooldown :
19+ default-days : 7
20+ labels :
21+ - dependencies
22+
23+ - package-ecosystem : npm
24+ directory : /
25+ schedule :
26+ interval : weekly
27+ open-pull-requests-limit : 0
28+ cooldown :
29+ default-days : 7
30+ labels :
31+ - dependencies
Original file line number Diff line number Diff line change 1515 # persist-credentials: true is required so `git-auto-commit-action` below
1616 # can push the reformatted files back to the branch.
1717 - name : Checkout code
18- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.2 # zizmor: ignore[artipacked]
18+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # zizmor: ignore[artipacked]
1919
2020 - name : Cache Composer dependencies
2121 uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
Original file line number Diff line number Diff line change 1515 # persist-credentials: true is required so `git-auto-commit-action` below
1616 # can push the CHANGELOG update.
1717 - name : Checkout code
18- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.2 # zizmor: ignore[artipacked]
18+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # zizmor: ignore[artipacked]
1919 with :
2020 ref : main
2121
Original file line number Diff line number Diff line change @@ -18,11 +18,10 @@ jobs:
1818 runs-on : ubuntu-latest
1919 permissions :
2020 contents : read
21+ security-events : write
2122 steps :
2223 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2324 with :
2425 persist-credentials : false
2526
2627 - uses : zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
27- with :
28- advanced-security : false
Original file line number Diff line number Diff line change 44.phpunit.cache
55.vscode
66build
7- composer.lock
87coverage
98docs
109node_modules
Original file line number Diff line number Diff line change 1+ min-release-age = 7
You can’t perform that action at this time.
0 commit comments