Skip to content

Commit

Permalink
feat: support automerge of npm_and_yarn group PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign committed Oct 16, 2024
1 parent 389cf1f commit 612168f
Show file tree
Hide file tree
Showing 4 changed files with 2,398 additions and 1,625 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ runs:
updateType: '${{ steps.dependabot-metadata.outputs.update-type }}',
dependencyType:'${{ steps.dependabot-metadata.outputs.dependency-type }}',
dependencyNames: '${{ steps.dependabot-metadata.outputs.dependency-names }}',
dependencyGroup: '${{ steps.dependabot-metadata.outputs.dependency-group }}',
}
})
Expand Down
Loading

0 comments on commit 612168f

Please sign in to comment.