File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,12 @@ updates:
66 interval : monthly
77 labels :
88 - github-actions
9-
9+ groups :
10+ github-actions :
11+ patterns :
12+ - " *"
13+ open-pull-requests-limit : 2
14+
1015 - package-ecosystem : npm
1116 directory : " /"
1217 schedule :
Original file line number Diff line number Diff line change 1717 with :
1818 persist-credentials : false
1919
20- - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 .0.0
20+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 .0.0
2121 with :
2222 node-version : 22
2323
Original file line number Diff line number Diff line change 3838 VALIDATE_BIOME_FORMAT : false
3939 VALIDATE_BIOME_LINT : false
4040 VALIDATE_EDITORCONFIG : false
41+ VALUDATE_GITHUB_ACTIONS_ZIZMOR : false
4142 VALIDATE_HTML : false
4243 VALIDATE_HTML_PRETTIER : false
4344 VALIDATE_JSCPD : false
Original file line number Diff line number Diff line change 3232 persist-credentials : false
3333
3434 - name : Set up Node.js
35- uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 .0.0
35+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 .0.0
3636 with :
3737 node-version : ${{ matrix.node }}
3838 cache : npm
You can’t perform that action at this time.
0 commit comments