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+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " monthly"
7+ target-branch : " develop"
8+ labels :
9+ - " dependencies"
10+
11+ - package-ecosystem : " npm"
12+ directory : " /"
13+ schedule :
14+ interval : " monthly"
15+ target-branch : " develop"
16+ labels :
17+ - " dependencies"
18+ - " javascript"
Original file line number Diff line number Diff line change 1313 timeout-minutes : 5
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v7
1717 - name : Merge master back to develop
1818 run : |
1919 git config --local user.email "actions@github.com"
Original file line number Diff line number Diff line change 1919 options : --privileged
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323 - name : Build container
2424 run : |
2525 REPO="$(echo "$GITHUB_REPOSITORY" | tr "[:upper:]" "[:lower:]")"
Original file line number Diff line number Diff line change 66 - synchronize
77 - reopened
88 branches :
9+ - develop
910 - master
1011
1112concurrency :
1819
1920 steps :
2021 - name : Checkout Repository
21- uses : actions/checkout@v5
22+ uses : actions/checkout@v7
2223
2324 - name : Install Node.js
2425 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 99
10103 . Minimum configuration requires the following:
1111
12+ <!-- prettier-ignore -->
1213 ``` js
1314 let config = {
1415 modules: [
@@ -179,16 +180,15 @@ if (typeof module !== "undefined") {module.exports = config;}
179180
180181would be translated to
181182
183+ <!-- prettier-ignore -->
182184``` js
183185let config = {
184186 address: " localhost" ,
185187 port: 8080 ,
186188 useHttps: false ,
187189};
188190/** ************* DO NOT EDIT THE LINE BELOW ***************/
189- if (typeof module !== " undefined" ) {
190- module .exports = config;
191- }
191+ if (typeof module !== " undefined" ) {module .exports = config;}
192192```
193193
194194#### Defining variables
You can’t perform that action at this time.
0 commit comments