File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,11 @@ jobs:
15
15
git branch --track dependabot-updates origin/dependabot-updates
16
16
echo "poetry.lock merge=ours" >> .git/info/attributes
17
17
git config merge.ours.driver true
18
- - uses : mark-hingston /combine-dependabot -prs@main
18
+ - uses : github /combine-prs@main
19
19
with :
20
- branchPrefix : " dependabot"
21
- mustBeGreen : false
22
- combineBranchName : " combined-prs"
23
- includeLabel : " "
24
- ignoreLabel : " nocombine"
25
- baseBranch : " develop"
26
- openPR : true
27
- allowSkipped : false
28
- closeOnceCombined : true
29
- githubToken : " ${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
20
+ branch_prefix : " dependabot"
21
+ ci_required : false
22
+ ignore_label : " nocombine"
23
+ open_pr : true
24
+ github_token : " ${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
25
+ pr_title : " chore: combined dependency update"
You can’t perform that action at this time.
0 commit comments