File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515permissions : {}
1616
1717concurrency :
18- group : dep-review-${{ github.workflow }}-${{ github.event.action }}-${{ github. head_ref }}
19- cancel-in-progress : true
18+ group : dep-review-${{ github.workflow }}-${{ github.head_ref }}
19+ cancel-in-progress : ${{ github.actor == 'renovate[bot]' && false || true }}
2020
2121jobs :
2222 dependency-review :
Original file line number Diff line number Diff line change 77permissions : {}
88
99concurrency :
10- # Add the event type to the concurrency group name
11- # For example: to ensure unique events for edited and synchronized events
12- # Renovate PRs are often edited and synchronized in quick succession
13- group : pr-title-${{ github.workflow }}-${{ github.event.action }}-${{ github.head_ref }}
14- cancel-in-progress : true
10+ group : pr-title-${{ github.workflow }}-${{ github.head_ref }}
11+ cancel-in-progress : ${{ github.actor == 'renovate[bot]' && false || true }}
1512
1613defaults :
1714 run :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions: {}
88
99concurrency :
1010 group : checks-${{ github.workflow }}-${{ github.head_ref }}
11- cancel-in-progress : true
11+ cancel-in-progress : ${{ github.actor == 'renovate[bot]' && false || true }}
1212
1313jobs :
1414 enforce-all-checks :
You can’t perform that action at this time.
0 commit comments