Skip to content
Snippets Groups Projects
Unverified Commit eeae416a authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

feat(npm): support git digest updates (#2528)

Adds support for renovating git references in `package.json` files. Supports updating semver tags or sha1 references ("commit hashes").

Also includes support for updating git references from *private* GitHub repositories, if the following conditions are met:
- Renovate user/token is authorised to read from the source private repository
- Dependency is written like `git+https://github.com/owner/repo.git#ref` in `package.json`

Closes #415, Closes #817 
parent c2eb51df
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment