- Aug 06, 2017
-
-
Rhys Arkins authored
Renovate now adds a status check renovate/unpublish-safe that has the following behaviour: If any upgrade in the branch is < 24 hours old then the status check state is "pending" If all upgrades in the branch are 24 hours or more old then the status check state is "success" This is able to be disabled via a new option "unpublishSafe". Closes #494
-
Rhys Arkins authored
packageRules are now mergeable between parent and child. Child rules will be placed before parent rules. Closes #591
-
Rhys Arkins authored
This prevents attempts to view the PR or check branch status again. Fixes #499
-
- Aug 05, 2017
-
-
Rhys Arkins authored
-
Hutson Betts authored
Fixes #628
-
renovate[bot] authored
-
renovate[bot] authored
-
renovate[bot] authored
-
- Aug 04, 2017
-
-
renovate[bot] authored
-
Rhys Arkins authored
5 retries use settimeout retry on any 5xx error code
-
singapore authored
-
Rhys Arkins authored
Closes #506
-
Rhys Arkins authored
-
Rhys Arkins authored
Should enable merge settings to be shown during initRepo
-
Rhys Arkins authored
Now no need to detect at onboarding time. Also suggests removing setting in migration if it is already the same value. Closes #528
-
Rhys Arkins authored
-
Rhys Arkins authored
No need for {{semanticPrefix}} to be specified in templates now - it will be implicitly added to start of commit message and PR titles if semanticCommits=true
-
Rhys Arkins authored
Links to open issue about workspaces. Closes #601
-
Rhys Arkins authored
Checks for legacy PR title format so we don't accidentally recreate any of those.
-
Rhys Arkins authored
Now will use “v1.0.0” instead of “version 1.0.0” Closes #587
-
Rhys Arkins authored
This allows for the easy overriding of our default `renovate/` branch naming. Closes #586
-
Rhys Arkins authored
Adds a zero width space between the # and first digit in issue numbers to prevent GitHub autolinking, also replaces escaped backticks with `<code></code>` Closes #595
-
- Aug 03, 2017
-
-
Rhys Arkins authored
commitMessage and prTitle will be converted to lowercase after compilation if semanticCommits=true Fixes #594
-
Rhys Arkins authored
-
Rhys Arkins authored
Closes #226
-
Rhys Arkins authored
- Renames `packages` to `packageRules` - Refactor `packageName` to `packageNames` array - Refactor `packagePattern` to `packagePatterns` array - Adds `excludePackageNames` array - Adds `excludePackagePatterns` array Closes #529
-
renovate[bot] authored
-
- Aug 02, 2017
-
-
renovate[bot] authored
-
Rhys Arkins authored
Massaging of string to array is done in migration function.
-