- Aug 22, 2018
-
-
Rhys Arkins authored
Renovate will now attempt to decrypt with existing default padding, and if that fails then try with RSA_PKCS1_PADDING.
-
- Jul 06, 2018
-
- Jul 05, 2018
-
-
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
-
- Jul 03, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
- Jun 04, 2018
-
-
Connor Brathwaite authored
Closes #1764
-
- Mar 27, 2018
-
-
Rhys Arkins authored
-
- Mar 25, 2018
-
-
Rhys Arkins authored
-
- Jan 10, 2018
-
-
Rhys Arkins authored
commit 7e15d3d488c927df2f11f728f35d493e2821477d Author: Rhys Arkins <rhys@arkins.net> Date: Wed Jan 10 14:26:44 2018 +0100 Revert "refactor: use _auth= when migrating npm tokens" This reverts commit 4a2fdd04.
-
- Dec 14, 2017
-
- Dec 05, 2017
-
-
renovate[bot] authored
* chore(deps): update dependency prettier to v1.9.0 * run prettier
-
- Nov 10, 2017
-
-
Rhys Arkins authored
Closes #1079
-
- Nov 08, 2017
-
- Nov 07, 2017
-
-
renovate[bot] authored
* chore(deps): update dependency prettier to v1.8.0 * reformat
-
- Nov 03, 2017
-
-
Rhys Arkins authored
Also clarify docs that encrypted config must be contained in renovate.json (i.e. not package.json).
-
- Sep 15, 2017
-
-
renovate[bot] authored
* chore(deps): update dependency eslint-config-airbnb-base to v12.0.0 * fix lint
-
- Sep 01, 2017
-
-
Rhys Arkins authored
A new config object `encrypted` can be defined at any level and contain encrypted configuration strings. Initial use is for encrypting an npm token for use with the hosted renovate app. Closes #650