Skip to content

Commit

Permalink
fix(docs): correct documentation for fork processing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Jan 20, 2025
1 parent 20d65c8 commit 72269bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage/mend-hosted/hosted-apps-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ This change causes Renovate to create an Onboarding PR, even if Renovate does no

## Fork Processing

If an Organization installs Renovate with the "All repositories" option, then `forkProcessing` will remain set to its default value `false`.
If an Organization installs Renovate with the "All repositories" option, then `forkProcessing` will remain set to its default value `disabled`.
This means forked repositories are _not_ onboarded, Renovate ignores them.
To change this behavior, push a `renovate.json` file to the repository with `"forkProcessing": true`.
To change this behavior, push a `renovate.json` file to the repository with `"forkProcessing": "enabled"`.

If an Organization installs Renovate with "Selected repositories", we assume the organization wants to onboard _all_ of the selected repositories, even forked repositories.
Therefore we set `forkProcessing` to `true`.
Therefore we set `forkProcessing` to "enabled".

## Inherited config

Expand Down

0 comments on commit 72269bc

Please sign in to comment.