- Jun 16, 2020
-
-
Sergio Zharinov authored
-
- Jun 14, 2020
-
-
Sergio Zharinov authored
-
- May 28, 2020
-
-
Rubén authored
Co-authored-by:
Yura Beznos <yury.beznos@ocado.com> Co-authored-by:
Jamie Magee <JamieMagee@users.noreply.github.com> Co-Authored-By:
Michael Kriese <michael.kriese@visualon.de> Co-Authored-By:
Rhys Arkins <rhys@arkins.net>
-
- May 07, 2020
-
-
Michael Kriese authored
* chore: fix types * fix more types * chore: mote fixes * fix frmat * chore: fix tests * chore: fix type * chore: cleanup * chore: cleanup Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Apr 12, 2020
-
-
renovate[bot] authored
* chore(deps): update dependency prettier to v2 * Run prettier-fix Co-authored-by:
Renovate Bot <bot@renovateapp.com> Co-authored-by:
Jamie Magee <jamie.magee@gmail.com>
-
- Mar 30, 2020
-
- Mar 05, 2020
-
- Mar 01, 2020
-
-
Rhys Arkins authored
-
- Dec 04, 2019
-
- Aug 26, 2019
-
-
IKEDA Sho authored
A follow-up to #4246 which was insufficient.
-
- Aug 15, 2019
-
- May 27, 2019
-
-
Rhys Arkins authored
-
- Apr 02, 2019
-
-
Rishabh Jain authored
Closes #2028
-
- Mar 11, 2019
-
-
Rishabh Jain authored
- Refactor: move fixtures to corresponding directories - Delete unused fixtures Resolves: #3328
-
- Feb 01, 2019
-
-
Gord Lea authored
The code to get a list of releases was not using the RENOVATE_ENDPOINT when the npm modules it was fetching releases for had it's git repository on github enterprise. Closes #3079
-
- Sep 03, 2018
-
-
Rhys Arkins authored
-
- Jul 26, 2018
-
-
Rhys Arkins authored
Adds the library `linkify-markdown` to actively linkify urls, issues and usernames so that they can then be linked to the renovatebot redirector for github.
-
- May 19, 2018
-
-
Marco Massarotto authored
This PR follows up and fixes #1968 The previous PR didn't behave correctly as it was expecting Github Enterprise to ALWAYS been configured and that the github.com token was available in the `GITHUB_COM_TOKEN` env variable. But for non GHE project `GITHUB_COM_TOKEN` is not defined and github.com token is available at the `GITHUB_TOKEN` env variable instead. This updated PR fix this issue and avoid further problems by prioritising `github.com` over GHE. Now the code is NOOP if no `GITHUB_ENDPOINT` is configured. If it's configured, instead, now the codes assumes that, by DEFAULT, a dependency is hosted on `github.com` so it removes `GITHUB_ENDPOINT` and use `GITHUB_COM_TOKEN` as Github token immediately. They are restored only if needed, when a dependency is hosted on the provided GithubEnterprise.
-
- May 16, 2018
-
-
Rhys Arkins authored
This reverts commit f2fb2e6b.
-
- Apr 01, 2018
-
-
Ayoub Kaanich authored
Improves changelog detection algorithm to look for different upper/lower case options as well as alternative filenames like `History.md`. Resolves #1754
-
Ayoub Kaanich authored
Resolves #1709
-
- Feb 06, 2018
-
-
Rhys Arkins authored
Parses `CHANGELOG.md` for first or second-level markdown headings matching versions. Supports GitHub-only source repositories for now. Closes #1470
-
- Feb 02, 2018
-
-
Rhys Arkins authored
Detects and embeds release notes found on GitHub when an npm dependency specifies a GitHub repository as its source and that repository has made use of the "Releases" feature.
-