- 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
-
- May 30, 2019
-
-
Rhys Arkins authored
-
- May 25, 2019
-
-
Rhys Arkins authored
This reverts commit e3937fa8.
-
Rhys Arkins authored
This reverts commit c9bfccfd.
-
Rhys Arkins authored
Closes #3640
-
- May 24, 2019
-
-
Rhys Arkins authored
Rewrites hostRules for increased flexibility. Includes renames of existing fields within a hostRule: - `endpoint` -> `baseUrl` - `host` -> `hostName` Additionally, `domainName` has been added. Migration scripts should take care of these for users but it's recommended to update configs to match the new fields anyway.
-