Skip to content

Commit

Permalink
Update dependabot flow with proper config (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejancar authored Mar 19, 2024
1 parent d4e710a commit 51240a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.ACTION_TOKEN}}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.ACTION_TOKEN}}
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @michael-parkins @mikejancar
* @michael-parkins @mikejancar @pgrbot-01

0 comments on commit 51240a8

Please sign in to comment.