File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
2-
32registries :
43 npm-github :
54 type : npm-registry
@@ -10,7 +9,6 @@ registries:
109 url : https://github.com
1110 username : x-access-token
1211 password : ' ${{ secrets.GH_TOKEN }}'
13-
1412updates :
1513 - package-ecosystem : npm
1614 schedule :
@@ -27,7 +25,14 @@ updates:
2725 registries :
2826 - npm-github
2927 - git-github
30-
28+ cooldown :
29+ default-days : 7
30+ exclude :
31+ - ' @typeform/*'
32+ ignore :
33+ - dependency-name : semantic-release
34+ versions :
35+ - ' >=25.0.0'
3136 - package-ecosystem : github-actions
3237 schedule :
3338 interval : weekly
Original file line number Diff line number Diff line change 7676 if : steps.yarn-cache.outputs.cache-hit != 'true'
7777 run : yarn install --frozen-lockfile
7878
79+ - name : Install Cypress binary
80+ run : yarn cypress install
81+
7982 - run : yarn build
8083 - run : yarn test:functional
8184
Original file line number Diff line number Diff line change 3333 if : steps.yarn-cache.outputs.cache-hit != 'true'
3434 run : yarn install --frozen-lockfile
3535
36+ - name : Install Cypress binary
37+ run : yarn cypress install
38+
3639 - run : yarn build
3740
3841 - run : yarn test:visual
Original file line number Diff line number Diff line change 1+ ignore-scripts true
2+ save-exact true
You can’t perform that action at this time.
0 commit comments