-
- Downloads
feat(github): use git for all file operations (#3806)
With Renovate’s github platform code now using git for all file system operations, we need to tell Renovate which gitAuthor to use. If you had already configured a gitAuthor in your bot config, you do not need to make any change. Otherwise, to keep functionality as before, you should either: (1) configure `gitAuthor` to match the bot’s account, or (2) recreate your bot’s personal access token to include the “user:email” permission so that the bot can retrieve the email itself BREAKING CHANGE: GitHub bot admins should either configure gitAuthor in their config or generate a new token with “user:email” permissions.
Showing
- docs/self-hosting.md 1 addition, 11 deletionsdocs/self-hosting.md
- lib/manager/pip_setup/extract.js 1 addition, 0 deletionslib/manager/pip_setup/extract.js
- lib/platform/github/index.js 71 additions, 39 deletionslib/platform/github/index.js
- lib/platform/github/storage.js 0 additions, 530 deletionslib/platform/github/storage.js
- lib/platform/index.js 27 additions, 0 deletionslib/platform/index.js
- lib/workers/global/index.js 0 additions, 2 deletionslib/workers/global/index.js
- lib/workers/global/meta.js 0 additions, 34 deletionslib/workers/global/meta.js
- test/platform/github/__snapshots__/index.spec.js.snap 18 additions, 244 deletionstest/platform/github/__snapshots__/index.spec.js.snap
- test/platform/github/index.spec.js 88 additions, 751 deletionstest/platform/github/index.spec.js
- test/platform/github/storage.spec.js 0 additions, 25 deletionstest/platform/github/storage.spec.js
- test/platform/index.spec.js 6 additions, 1 deletiontest/platform/index.spec.js
Loading
Please register or sign in to comment