- 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.
-
- Aug 17, 2018
-
-
Rhys Arkins authored
Changes PR body to show both homepage and source repo if both are present in the datasource metadata. Closes #2387
-
Maximilian Gaß authored
-
- Aug 15, 2018
-
-
Rhys Arkins authored
Adds new admin option “skipInstalls” that is applicable for npm-only for now (including lerna-npm). If set to false, Renovate will perform a full install of modules rather than `—package-lock-only`. This is necessary in some cases to work around bugs in npm. Self-hosted bot users can set this option themselves on the bot’s config, but app users will require it to be enabled per-repository by the app admin.
-
Rhys Arkins authored
Necessary because of https://npm.community/t/scoped-packages-have-latest-version-disappear-temporarily-soon-after-publish/633 Until the npmjs registry can return consistent results, we need to disable roll back PRs. Closes #2148
-
- Aug 11, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
Adds field prettyDepType available for templates, currently used for npm only. Allows for PR titles like “Update devDependency left-pad to v1.3.0” instead of default “Update dependency left-pad to v1.3.0”. To enable in PR titles: add this configuration: `"commitMessageTopic": "{{prettyDepType}} {{depName}}”` This is not enabled by default as otherwise it could lead to the reopening of previously manually-closed PRs. Closes #2371, Closes #1863
-
- Aug 05, 2018
-
-
Rhys Arkins authored
- Aug 04, 2018
-
-
Maximilian Gaß authored
Add support for renovating Docker images in Kubernetes manifests
- Jul 31, 2018
-
-
Rhys Arkins authored
Adds support for GitHub-hosted presets, using the `github>` prefix. Supports single preset per repository only. Example: ```json { "extends": ["github>renovatebot/renovate"] } ``` The above would extend the `renovate.json` inside this repository (probably not a good idea, but an example). Closes #2102, Closes #2312
-
- Jul 30, 2018
-
- Jul 29, 2018
-
-
Rhys Arkins authored
For use in new app
-
Rhys Arkins authored
Adds rules to skip any configured grouping or schedules that prevent insecure packages from being updated immediately. If GitHub's vulnerability alerts are detected, package rules are added to force empty schedule and grouping for each affected package. Settings are configurable via new `vulnerabilityAlerts` config object, e.g. so that custom PR titles, labels or assignees can be configured. Closes #1567
- Jul 28, 2018
-
- Jul 22, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
Adds new config option `rollbackPrs` which defaults to `true` (current behaviour). Setting to false will disable creation of rollback PRs - configurable globally, per-language, per-package, etc.
-
Rhys Arkins authored
Adds support for .gitlabci.yml files. Part of the logic is same as Docker Compose files, however the “services” list is new/different so requires additional logic. Closes #1598
- Jul 21, 2018
-
-
Rhys Arkins authored
"docker" in config now refers to the Docker "language", which is the parent of dockerfile, docker-compose and circleci managers.
- Jul 20, 2018
-
- Jul 18, 2018
-
- Jul 12, 2018
-
-
Rhys Arkins authored
This should address the GITHUB_ENDPOINT problem in #2249
-
Rhys Arkins authored
-
- Jul 09, 2018
-
-
Rhys Arkins authored
- Jul 06, 2018
-
- Jul 05, 2018
-
-
Rhys Arkins authored
This reverts commit 247bdf6b.
-
Rhys Arkins authored
Refactors template logic to test for isSingleVersion instead of the negative of isRange. This means that new values like `==1.2.0` in python will be presented as v1.2.0
-