diff --git a/docs/configuration.md b/docs/configuration.md index a329daa7..93277869 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -160,4 +160,4 @@ Example: keyName: TOKEN ``` -This will configure a bot account named `renovatebot` and create a PAT for the account. The value of the PAT will be stored in the key `TOKEN` in a secret `gitlab-renovate` in the `renovate` namespace. \ No newline at end of file +This will configure a bot account named `renovatebot` and create a PAT with scopes `api`, `read_repository`, and `write_repository` for the account. The value of the PAT will be stored in the key `TOKEN` in a secret `gitlab-renovate` in the `renovate` namespace. \ No newline at end of file