Skip to content

Commit

Permalink
docs: gitlab automerge docs (#6840)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clumsy-Coder committed Jul 23, 2020
1 parent 0823b14 commit 7f5125d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions docs/usage/install-gitlab-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,21 @@ Unlike on GitHub, it is not possible to have the option to install Renovate on "
##### Detecting new projects

Currently there is no detection mechanism in the backend scheduler to determine when Renovate has been added to a new project, so the onboarding MR won't appear instantly. Instead, the new project should be picked up during hourly scheduled runs.

##### Auto merging pull requests

If you have auto merging enabled in your config, Renovate needs permission to merge a branch into master.

There's four ways to make it work:

- Allow all developers to merge into master branch
![Allow renovate-bot merge permission](assets/images/allow-developers-to-merge.png)

- Change renovate-bot member permission from developer to **maintainer**
![Allow renovate-bot merge permission](assets/images/change-renovate-bot-to-maintainer.png)

- Allow **renovate-bot** to merge into master.
![Allow renovate-bot merge permission](assets/images/allow-renovate-bot-to-merge.png)

- Change master branch from protected branch to **unprotected** branch
![Allow renovate-bot merge permission](assets/images/unprotect-master-branch.png)

0 comments on commit 7f5125d

Please sign in to comment.