diff --git a/.github/workflows/dependabot-reviewer.yml b/.github/workflows/dependabot-reviewer.yml index 548def26..ffc27109 100644 --- a/.github/workflows/dependabot-reviewer.yml +++ b/.github/workflows/dependabot-reviewer.yml @@ -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