mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 13:38:32 +00:00
397ab49ef3
Co-authored-by: Michael Kriese <michael.kriese@gmx.de> |
||
---|---|---|
.. | ||
artifacts.spec.ts | ||
artifacts.ts | ||
default-config.spec.ts | ||
default-config.ts | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
readme.md | ||
types.ts | ||
update.spec.ts | ||
update.ts |
Hermit package installation token
When upgrading private packages through, Hermit manager will uses one of the following two tokens to download private packages.
HERMIT_GITHUB_TOKEN
GITHUB_TOKEN
These environment variable could be passed on via setting it in customEnvironmentVariables
.
Nested Hermit setup
Nested Hermit setup in a single repository is also supported. e.g.
├bin
├─hermit
├─(other files)
├
├nested
├─bin
├──hermit
├──(other files)