- Jul 13, 2018
-
-
Rhys Arkins authored
Previously if there were any “pin” updates then that would block all non-pin updates until the pin one was merged. However, this doesn’t make sense if the other PR is for an unrelated dependency. Closes https://github.com/renovatebot/config-help/issues/64
-
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 12, 2018
-
-
Rhys Arkins authored
This should address the GITHUB_ENDPOINT problem in #2249
-
Rhys Arkins authored
-
Rhys Arkins authored
Closes #2246
-
- Jul 11, 2018
-
-
Renovate Bot authored
-
- Jul 10, 2018
-
-
Renovate Bot authored
-
- Jul 09, 2018
-
-
Renovate Bot authored
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Renovate Bot authored
-
- Jul 08, 2018
-
- Jul 07, 2018
-
- Jul 06, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
Closes https://github.com/renovatebot/config-help/issues/63
-
Renovate Bot authored
-
- Jul 05, 2018
-
-
Rhys Arkins authored
This reverts commit 247bdf6b.
-
Rhys Arkins authored
Refactors template logic to test for isSingleVersion instead of the negative of isRange. This means that new values like `==1.2.0` in python will be presented as v1.2.0
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
If an encrypted npmToken is found alongside an unencrypted npmrc in config, then the token will replace any `${NPM_TOKEN}` placeholder found, or be appended to the end of the file. This enables large npmrc files to be defined in config without needing to enrypt the entire thing. Closes #1796
-
Rhys Arkins authored
-
Rhys Arkins authored