- Nov 20, 2019
-
- Nov 01, 2019
-
- Oct 31, 2019
-
-
Nikita Chashchinskii authored
It fixes unexpected "downgrading" behavior when updating normal versions like `0.9.21`, which are treated as caret ranges by cargo. For example if rangeStrategy is 'replace', an update like `0.9.21` -> `0.9.22` will result in newValue = `0.9.0`, because "caret range" `0.9.0` contains both `=0.9.21` and `=0.9.22`
-
- Oct 29, 2019
-
-
Rhys Arkins authored
Closes #4740
-
- Oct 14, 2019
-
- Oct 13, 2019
-
-
Rhys Arkins authored
-
- Oct 08, 2019
-
-
Zach Willard authored
-
- Oct 05, 2019
-
-
Florian Greinacher authored
This commit adds (back) support for GitLab's 'merge when pipeline succeeds' feature. This feature needs to be enabled by bot owners explicitely because of an possible race condition in current GitLab versions. Closes #3265
- Oct 04, 2019
-
-
Sergio Zharinov authored
-
- Sep 25, 2019
-
-
Jamie Magee authored
-
- Sep 22, 2019
-
-
Gilbert Gilb's authored
Closes #4516
-
- Sep 17, 2019
-
- Sep 10, 2019
-
- Sep 05, 2019
-
- Sep 03, 2019
-
- Aug 26, 2019
-
-
Rhys Arkins authored
-
- Aug 22, 2019
-
-
Michael Kriese authored
The regex versioner supports arbitrary, user-defined versioning methods; it provides building blocks in the way of interacting capture groups within a user-defined regex which can be combined to support arbitrary use-cases. Uses a new `versionConfig` option to configure this scheme -- this feature is enabled dynamically for any new versioner which includes the optional `configure?(new_config: string)` interface. Warns if used with an invalid scheme.
-
- Aug 16, 2019
-
- Aug 15, 2019
-
- Aug 14, 2019
-
-
Rakesh Tembhurne authored
`rebaseConflictedPrs` is used to enable or disable auto-rebase in case of merge conflicts with the master branch. It is `true` by default which means branches will be rebased if there are conflicts in a PR. By setting it to `false`, Renovate no longer will rebase it with the master branch if there are merge conflicts. Refer #4184
-
- Aug 13, 2019
-
-
Rhys Arkins authored
-
- Aug 06, 2019
-
- Aug 04, 2019
-
- Jul 31, 2019
-
-
Nihal authored
-
- Jul 30, 2019
-
- Jul 22, 2019
-
-
Rhys Arkins authored
Closes #3929
-
- Jul 17, 2019
-
-
Richard authored
Closes #4106
-
- Jul 14, 2019
-
-
praveshtora authored
-
- Jul 11, 2019
-
- Jul 01, 2019
-
- Jun 24, 2019
-
- Jun 18, 2019
-
-
Matouš Dzivjak authored
Signed-off-by:
Matous Dzivjak <matous.dzivjak@kiwi.com>
-
- Jun 11, 2019
-
-
Rhys Arkins authored
-
- Jun 02, 2019
-
-
Rhys Arkins authored
Adds a table to the commit message body listing all the updates in a commit. Disabled by default for now, so opt in by setting commitBodyTable=true
-
- Jun 01, 2019
-
-
Rhys Arkins authored
Drops References column and embeds links in Package column. Closes #3855
-