Skip to content

Commit 241cfac

Browse files
authored
chore: fix dependabot updates (#3400)
1 parent 5c2cfb4 commit 241cfac

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/workflows/combine-dependabot-updates.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ jobs:
1515
git branch --track dependabot-updates origin/dependabot-updates
1616
echo "poetry.lock merge=ours" >> .git/info/attributes
1717
git config merge.ours.driver true
18-
- uses: mark-hingston/combine-dependabot-prs@main
18+
- uses: github/combine-prs@main
1919
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"

0 commit comments

Comments
 (0)