- Sep 22, 2020
-
-
Rhys Arkins authored
-
- Sep 21, 2020
-
-
Florian Greinacher authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
Etienne authored
-
Sergio Zharinov authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Sep 19, 2020
-
-
Jamie Magee authored
The issue is that the compatibility was only being set for the first `package.json` that was detected, due to how this if/else statement was constructed. https://github.com/renovatebot/renovate/blob/1b99f4f0f7011f48b90250540c2b60cf2b1c9d20/lib/manager/npm/extract/locked-versions.ts#L16-L30 `isYarn1`, and the following logic, was only being executed if the lockfile was _not_ found in the cache.
-
- Sep 18, 2020
-
-
Tobias Bieniek authored
-
Rhys Arkins authored
Closes #7315
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Michael Kriese authored
-
- Sep 17, 2020
-
-
Florian Greinacher authored
Fixes #7299 Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
ylemkimon authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
Rhys Arkins authored
Adds a new option extractVersion which allows for extracting a substring of raw versions from datasources, to be used as the actual version. Closes #7297, Closes #6793
-
- Sep 16, 2020
-
-
Rhys Arkins authored
Closes #7298
-
- Sep 15, 2020
-
- Sep 13, 2020
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
- Sep 12, 2020
-
-
Tobias Bieniek authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
Tobias Bieniek authored
chore(datasource/metadata): Move `massageGithub|GitLabUrl()` functions out of `addMetaData()` (#7264)
-
Tobias Bieniek authored
... if no `homepage` or `sourceUrl` is available This is relevant for the `crate` datasource where both are currently not available due to the API rate limiting.
-
Tobias Bieniek authored
If I understand correctly the `dependencyUrl` property is supposed to link to the package on the package registry, which is crates.io in this case. This could potentially be used in the PR description if no homepage or source URL is available.
-
Tobias Bieniek authored
from https://github.com/glimmerjs/glimmer.js/tree/master/packages/%40glimmer Note that not all packages should be included since these two are the only ones that are currently considered stable and officially used in Ember.js
-
Tobias Bieniek authored
-
Tobias Bieniek authored
The code was overriding any non-boolean value with `auto`, even if `enabled` or `disabled` was set.
- Sep 11, 2020
-
-
Sergio Zharinov authored
* fix(dependency-dashboard): Force checked PRs creation * Simplify * Remove unused check
-
Rhys Arkins authored
This reverts commit d1d7901a.
-
Rhys Arkins authored
This reverts commit d2a5b716.
-
Sergio Zharinov authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
Rhys Arkins authored
Necessary for accurate detection of semantic commits.
-