feat: Ignore forked repositories unless already configured (#561)
This feature is particularly useful in the case that renovate is enabled on all repositories a user/account has. Many of those might be forks, and it makes no sense to renovate those by default. Instead, Renovate will skip over forked repositories unless a renovate.json has been added to their root. Also, Renovate will now prune branches after deciding to skip a repository, whether because of a fork or disablement. Closes #541
Showing
- lib/api/github.js 2 additions, 1 deletionlib/api/github.js
- lib/workers/repository/index.js 6 additions, 0 deletionslib/workers/repository/index.js
- test/api/__snapshots__/github.spec.js.snap 20 additions, 0 deletionstest/api/__snapshots__/github.spec.js.snap
- test/workers/repository/index.spec.js 6 additions, 0 deletionstest/workers/repository/index.spec.js
Loading
Please register or sign in to comment