We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d4e0a commit 1613dfcCopy full SHA for 1613dfc
.github/dependabot.yaml
@@ -37,7 +37,7 @@ updates:
37
patterns:
38
- "github.com/stretchr/testify"
39
40
- golang.org-dependencies:
+ golang-org-dependencies:
41
42
- "golang.org/*"
43
.github/workflows/auto-merge.yml
@@ -35,7 +35,7 @@ jobs:
35
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
36
- name: Auto-merge dependabot PRs for golang.org updates
- if: contains(steps.metadata.outputs.dependency-names, 'golang.org')
+ if: contains(steps.metadata.outputs.dependency-group, 'golang-org-dependencies')
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments