- Aug 22, 2018
-
-
Rhys Arkins authored
npmjs has fixed/lowered the cache expiry time now
-
- Aug 16, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
- Aug 11, 2018
-
-
Maximilian Gaß authored
-
- Aug 09, 2018
-
-
Maximilian Gaß authored
fix(docker): resolve relative URLs from registry
-
- Aug 07, 2018
-
-
Maximilian Gaß authored
The default prefix is library/. Using amd64/ as the prefix created weird issues with pinning to digests that matched no images.
-
- Aug 05, 2018
-
-
Maximilian Gaß authored
Closes #798
-
- Jul 31, 2018
-
-
Rhys Arkins authored
Adds support for GitHub-hosted presets, using the `github>` prefix. Supports single preset per repository only. Example: ```json { "extends": ["github>renovatebot/renovate"] } ``` The above would extend the `renovate.json` inside this repository (probably not a good idea, but an example). Closes #2102, Closes #2312
-
- Jul 30, 2018
-
-
Nicolas Byl authored
As mentioned in #2315 some docker registries don't support the digest header. This PR falls back to parsing the resulting manifest if the header is present. Closes #2315
-
Rhys Arkins authored
-
- Jul 29, 2018
-
- Jul 26, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Nicolas Byl authored
Adds support for processing www-authenticate Header to obtain a token from the Docker servers. In particular, this enables Artifactory to work (without username/passwords for now). This is backwards-compatible to Docker Hub which issues this header with the current hard-coded URLs.
-
- Jul 21, 2018
-
- Jul 20, 2018
-
-
Rhys Arkins authored
Removes custom Docker lookup code and instead integrates it with the generic lookup routine used by other package managers. Logic for digest support was added but is used by Docker-only for now. Closes #2081, Closes #2276
-
- Jul 17, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
- Jul 13, 2018
-
-
Kyle Hornberg authored
Adds support for PIP_INDEX_URL from environmental variables for self hosted version. This is used instead of any urls set in the config.
-
- Jul 09, 2018
-
-
Rhys Arkins authored
-
- Jul 06, 2018
-
- Jul 05, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
Renovate now ignores any upgrades that are marked as deprecated, unless the current version is itself also deprecated. The new config option `ignoreDeprecated` can be set to false to disable this if necessary. Closes #1988
-
Rhys Arkins authored
Adds config option repositoryUrls which can be used by pip to define an alternate host to pypi. Closes #2181
-