Skip to content

Commit 2ec949f

Browse files
authored
ci: change updater PR strategy to update (#3780)
The default (which was the previous behaviour when the udpater was created) creates new branch & PR for every release. The "update" strategy updates a single PR per dependency.
1 parent 3832bcc commit 2ec949f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
with:
2727
name: ${{ matrix.name }}
2828
path: ${{ matrix.path }}
29+
pr-strategy: update
2930
secrets:
3031
api-token: ${{ secrets.CI_DEPLOY_KEY }}

0 commit comments

Comments
 (0)