- Feb 01, 2018
-
-
Rhys Arkins authored
- Jan 31, 2018
-
-
Rhys Arkins authored
Closes #1461
-
Rhys Arkins authored
If a dependency has name starting with `@types/` and no repository url returned from the npmjs query, we manually set a URL pointing to the DefinitelyTyped repository.
-
- Jan 30, 2018
-
-
Rhys Arkins authored
Adds a new feature to limit the number of concurrent branches/PRs to have open at any one time. Defaults to 0 (disabled), set it to a positive integer to enforce that limit.
-
Rhys Arkins authored
If a packageRule is missing packageNames AND missing packagePatterns, then we should match by default. This allows users to define a single “exclude” rule without needing to add a catchall include rule (e.g. `packagePatterns”: [“.*”]`)
-
Rhys Arkins authored
-
- Jan 29, 2018
-
-
Rhys Arkins authored
This reverts commit f0111101.
-
Rhys Arkins authored
Closes #1451
-
- Jan 28, 2018
-
-
Rhys Arkins authored
- Jan 27, 2018
-
-
Rhys Arkins authored
Adds yarn mutex file flag to cmd line if set in env
-
Rhys Arkins authored
- Jan 26, 2018
-
-
Rhys Arkins authored
feat: stringify unknown errors for better visibility
-
Rhys Arkins authored
When pinning, check that the “version” in a lock file is a valid semver, and ignore it if not.
-
Rhys Arkins authored
-
Rhys Arkins authored
When package-lock.json or yarn.lock files are present, and Renovate needs to “pin” any dependencies (e.g. after onboarding), it will use whatever version is in the lockfile rather than the latest version on npm js that satisfies the semver range. This should increase the chance that Pin Dependencies PRs pass tests, as it should use as close as possible dependencies as the previous time the lock file was committed to master. Thanks to @alexeagle for first suggesting this. Closes #1362
-
ctaepper authored
#1407 introduced a bug where the replacement logic breaks if the value of the npmrc key is a boolean.
- Jan 25, 2018
-
-
Rhys Arkins authored
Adds a `renovate/verify` status check for those migrating and looking for familiarity. Better to check the GPG verified commit, as mentioned in the associated doc.
-
Rhys Arkins authored
Also renames repoName to repository
-
ctaepper authored
Adds a config option to bot administrators called `exposeEnv`, for cases where repositories are trusted. If set to true, the bot's full `process.env` can be used for `.npmrc` variable substitution and is passed to child processes when generating lock files. Disabled by default, including in the App.
-
- Jan 24, 2018
-
-
Renovate Bot authored
fix: update dependency pnpm to v1.31.0
-