We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eef87e commit a098e84Copy full SHA for a098e84
.github/workflows/combine-dependabot-prs.yml
@@ -19,5 +19,5 @@ jobs:
19
- name: combine-dependabot-prs
20
uses: github/[email protected]
21
with:
22
- branch_regex: ^(dependa|wrapper)bot\/.*$
+ branch_regex: ^(dependa|wrapper|upgrade)bot\/.*$
23
github_token: ${{ secrets.GH_BOT_GITHUB_TOKEN }}
0 commit comments