Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    eeae416a
    feat(npm): support git digest updates (#2528) · eeae416a
    Rhys Arkins authored
    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 
    feat(npm): support git digest updates (#2528)
    Rhys Arkins authored
    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