- Mar 03, 2018
-
-
Renovate Bot authored
-
Rhys Arkins authored
A semver range defining allowed versions for dependencies | name | value | | ---- | ------ | | type | string | Use this - usually within a packageRule - to limit how far to upgrade a dependency. For example, if you wish to upgrade to angular v1.5 but not to `angular` v1.6 or higher, you could defined this to be `<= 1.5` or `< 1.6.0`: ``` "packageRules": [{ "packageNames": ["angular"], "allowedVersions": "<=1.5" }] ```
- Mar 02, 2018
-
-
Renovate Bot authored
-
Rhys Arkins authored
-
Rhys Arkins authored
-
- Mar 01, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
Supply prefix in query and paginate.
-
Rhys Arkins authored
This reverts commit c4cdfe89.
-
Rhys Arkins authored
Enables a “banner” at the top of PRs. Must be set inside a config.js to work.
- Feb 28, 2018
-
-
Rhys Arkins authored
-
renovate[bot] authored
chore: update dependency nock to v9.2.3
-
Rhys Arkins authored
in GitLab, a PR may be open while the branch itself has been removed. We cant just assume that the branch exists because the PR does, even if it’s an edge case.
- Feb 27, 2018
-
-
Rhys Arkins authored
Refactors meteor to have a resolve function that detects/filters out empty files (like for other managers).
-
Rhys Arkins authored
Refactors manager.resolve to use file name to manager mappings.
-
Rhys Arkins authored
-
Rhys Arkins authored
-
renovate[bot] authored
* chore: update dependency prettier to v1.11.0 * update prettier results
-
Rhys Arkins authored
Use type ‘patch’ only when patch automerge is true AND minor automerge is not true.
-
Rhys Arkins authored
npmjs’s CDN is (erroneously) returning 408 Timeout responses sometimes, so these should be retried.
-
Renovate Bot authored
chore: update dependency nock to v9.2.2
- Feb 26, 2018
-
-
Renovate Bot authored
fix: update dependency pnpm to v1.35.1
-
Renovate Bot authored
-
Renovate Bot authored
-
Renovate Bot authored
-
Rhys Arkins authored
Yarn v1.5.0 is marked as “latest” on npmjs but not as stable on yarn website or via native install methods such as brew on OSX.
-