mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
Mention access level for private GitLab repositories (#11357)
With a Guest level access Renovate is not able to access the repository. See https://docs.gitlab.com/ee/user/permissions.html
This commit is contained in:
parent
1a82293c6d
commit
e3778043c1
1 changed files with 4 additions and 0 deletions
|
@ -149,6 +149,8 @@ You do not need to add it as a devDependency or add any other files to the prese
|
||||||
It is also possible to host your preset config using just a regular GitLab repository and without needing to publish it to npmjs.
|
It is also possible to host your preset config using just a regular GitLab repository and without needing to publish it to npmjs.
|
||||||
In such cases Renovate will simply look for a `default.json` file in the default branch.
|
In such cases Renovate will simply look for a `default.json` file in the default branch.
|
||||||
|
|
||||||
|
For a private GitLab repository Renovate requires at least _Reporter_ level access.
|
||||||
|
|
||||||
To host your preset config on GitLab:
|
To host your preset config on GitLab:
|
||||||
|
|
||||||
- Create a new repository on GitLab. Normally you'd call it `renovate-config` but it can be named anything
|
- Create a new repository on GitLab. Normally you'd call it `renovate-config` but it can be named anything
|
||||||
|
@ -182,6 +184,8 @@ But you also probably want the preset to be private too, so how can the other re
|
||||||
The answer is to host your preset using GitHub or GitLab - not npmjs - and make sure you have added the preset's repo to Renovate too.
|
The answer is to host your preset using GitHub or GitLab - not npmjs - and make sure you have added the preset's repo to Renovate too.
|
||||||
GitHub will then allow Renovate to access the preset repo whenever it is processing any other repos within the same account/org.
|
GitHub will then allow Renovate to access the preset repo whenever it is processing any other repos within the same account/org.
|
||||||
|
|
||||||
|
For a private GitLab repository Renovate requires at least _Reporter_ level access.
|
||||||
|
|
||||||
## Contributing to presets
|
## Contributing to presets
|
||||||
|
|
||||||
Have you configured a rule that you think others might benefit from?
|
Have you configured a rule that you think others might benefit from?
|
||||||
|
|
Loading…
Reference in a new issue