Skip to content

Commit

Permalink
Add merge method (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelisc authored Nov 1, 2023
1 parent 0647bd3 commit bd22d73
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dependabot-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ permissions:
jobs:
call-workflow-passing-data:
uses: grafana/security-github-actions/.github/workflows/dependabot-automerge.yaml@main
# with:
# Add this to define production packages that dependabot can auto-update if the bump is minor
# packages-minor-autoupdate: '[]'
with:
repository-merge-method: squash
# Add this to define production packages that dependabot can auto-update if the bump is minor
# packages-minor-autoupdate: '[]'
secrets: inherit

0 comments on commit bd22d73

Please sign in to comment.