File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,16 @@ updates:
2525 github-actions-dependencies :
2626 patterns :
2727 - " *"
28+
29+ - package-ecosystem : npm
30+ open-pull-requests-limit : 20
31+ versioning-strategy : widen
32+ directory : " /"
33+ schedule :
34+ interval : weekly
35+ day : friday
36+ time : " 04:00"
37+ groups :
38+ npm-dependencies :
39+ patterns :
40+ - " *"
Original file line number Diff line number Diff line change 11<!-- start title -->
22
3- # <img src =" .github/ghadocs/branding.svg " width =" 60px " align =" center " alt =" branding<icon:settings color:gray-dark> " /> GitHub Action: Setup NodeJS
3+ # <img src =" .github/ghadocs/branding.svg " width =" 60px " align =" center " alt =" branding<icon:settings color:gray-dark> " /> GitHub Action: Setup Node.js
44
55<!-- end title -->
66<!-- start description -->
77
8- Action to setup NodeJS and install dependencies according to the package manager used.
8+ Action to setup Node.js and install dependencies according to the package manager used.
99
1010<!-- end description -->
1111<!-- start contents -->
Original file line number Diff line number Diff line change 1- name : " Setup NodeJS "
2- description : " Action to setup NodeJS and install dependencies according to the package manager used."
1+ name : " Setup Node.js "
2+ description : " Action to setup Node.js and install dependencies according to the package manager used."
33author : Hoverkraft
44branding :
55 icon : settings
You can’t perform that action at this time.
0 commit comments