Skip to content

Commit 0378ffb

Browse files
committed
Link to click-ops
1 parent 8ea6b3c commit 0378ffb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/how-to-guides/dependabot-auto-merge.md

+5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ See also [Automating Dependabot with GitHub Actions][automating-dependabot].
8080
Change working directory to your git repository, then run this script.
8181
Otherwise, the workflow above might not work as expected.
8282

83+
If you prefer, you can instead use GitHub's web frontend to configure auto-merge and branch protection. See GitHub docs for
84+
[enable auto-merge](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository)
85+
and
86+
[branch protection rules](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/managing-a-branch-protection-rule).
87+
8388
!!! note "enforce_branch_protection.sh"
8489

8590
```bash

0 commit comments

Comments
 (0)