File tree Expand file tree Collapse file tree 4 files changed +4
-28
lines changed
Expand file tree Collapse file tree 4 files changed +4
-28
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,3 @@ updates:
99 directory : " /docs"
1010 schedule :
1111 interval : " weekly"
12-
13- - package-ecosystem : " npm"
14- directory : " /"
15- schedule :
16- interval : " weekly"
17- allow :
18- - dependency-name : " cypress"
19- - dependency-name : " plywood*"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88 deploy :
99 runs-on : ubuntu-latest
1010
11- # disable for PRs from forks
12- if : ${{ !github.event.pull_request.head.repo.fork }}
11+ # disable for PRs from forks and Dependabot
12+ if : ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
1313
1414 env :
1515 TAG_NAME : ${{ github.head_ref || 'latest' }}
Original file line number Diff line number Diff line change 99 undeploy :
1010 runs-on : ubuntu-latest
1111
12- # disable for PRs from forks
13- if : ${{ !github.event.pull_request.head.repo.fork }}
12+ # disable for PRs from forks and Dependabot
13+ if : ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
1414
1515 env :
1616 TAG_NAME : ${{ github.head_ref }}
You can’t perform that action at this time.
0 commit comments