Commit graph

5791 commits

Author SHA1 Message Date
Renovate Bot
9d9cfea780 chore(deps): update dependency eslint-config-airbnb-typescript to v6 2019-12-05 21:56:14 +01:00
Renovate Bot
a2de5af926 chore(deps): update typescript-eslint monorepo to v2.10.0 2019-12-05 19:00:59 +00:00
Frank Liepert
5601f3dade fix(gitlab): complete git author including name (#4932) (#4933) 2019-12-05 16:25:37 +01:00
Rhys Arkins
2adad0dae6
fix: drop configurable appName (#4931) 2019-12-05 11:55:14 +01:00
Rhys Arkins
1c33d1c101
fix: drop appSlug configurability (#4930) 2019-12-05 10:45:28 +01:00
Rhys Arkins
c7e129cdf6
feat: configurable product links (#4929) 2019-12-05 10:27:29 +01:00
Rhys Arkins
68c5684b89
feat(onboarding): configurable branch and title (#4928)
Adds options onboardingBranch and onboardingPrTitle to allow bot administrators to change the branch name and/or title in oboarding PRs.
2019-12-05 09:39:39 +01:00
Renovate Bot
3023c4aea4 build(deps): update dependency yarn to v1.21.0 2019-12-04 19:02:32 +00:00
Rhys Arkins
5ad362fb21 fix: Revert "fix: refactor appStrings imports"
This reverts commit aec281840b.
2019-12-04 16:44:04 +01:00
Rhys Arkins
aec281840b fix: refactor appStrings imports 2019-12-04 16:18:37 +01:00
Rhys Arkins
c210ad050d fix: Revert "fix: allow app string overrides"
This reverts commit 2a7e8cd117.
2019-12-04 12:52:24 +01:00
Rhys Arkins
2a7e8cd117 fix: allow app string overrides 2019-12-04 12:15:36 +01:00
renovate[bot]
991c46ad07 build(deps): update dependency validator to v12 (#4920) 2019-12-04 12:06:00 +01:00
Michael Kriese
327322c2a6 chore(eslint): ignore mocks (#4925) 2019-12-04 12:04:58 +01:00
Rhys Arkins
5c62cdafc6 chore: warn not error for gradle timeout 2019-12-04 10:20:17 +01:00
Rhys Arkins
c8f49e71f5 refactor: remove Object.assign 2019-12-04 10:12:01 +01:00
Renovate Bot
8441ec093c build(deps): update dependency markdown-it to v10 2019-12-04 09:45:49 +01:00
Rhys Arkins
6091dd7146 refactor: split PR body generation into modules 2019-12-04 06:40:39 +01:00
Michael Kriese
c49c884bae fix(typescript): convert workers/pr/changelog to ts (#4888) 2019-12-04 04:29:27 +01:00
Renovate Bot
9bc0d0e35c chore(deps): update dependency eslint to v6.7.2 2019-12-03 17:58:13 +00:00
Kirill Romanov
f223f5e007 fix: cache-bust branch status after updating a status (#4884) (#4885) 2019-12-03 18:21:40 +01:00
Sergio Zharinov
3658a4146c feat(rubygems): Always use "rubygems.org" as a default registry url (#4918) 2019-12-03 17:48:53 +01:00
Rhys Arkins
28085a8ad5 fix(package-rules): check for version match first 2019-12-03 13:54:44 +01:00
Riccardo Padovani
d51bf30c82 feat(gitlab): do not discover projects without MR enabled. (#4913)
Skip fetching gitlab repos that have MRs disabled.
2019-12-02 20:40:13 +01:00
Dries De Peuter
b6336d3a88 feat(gradle): Add support for Gradle5 dependency constraints (#4886) 2019-12-02 14:05:28 +01:00
renovate[bot]
e6200d5759 chore(deps): update dependency eslint to v6.7.1 (#4896) 2019-12-02 14:03:29 +01:00
Renovate Bot
8f1abcc389 chore(deps): update renovate/yarn docker tag to v1.21.0 2019-12-01 21:00:51 +00:00
Renovate Bot
e24b1d8956 build(deps): update dependency luxon to v1.21.3 2019-12-01 01:00:49 +00:00
Renovate Bot
4adb0c0052 build(deps): update dependency aws-sdk to v2.580.0 2019-11-29 21:00:55 +00:00
Rhys Arkins
15dd304b97 fix: rangeStrategy fall back to bump if no lockfile 2019-11-29 20:05:49 +01:00
Renovate Bot
b7f4959e84 chore(deps): pin dependency @types/traverse to 0.6.32 2019-11-29 17:27:04 +01:00
Filipe Azevedo
9b16e1c757 fix(gomod): update package version (#4900) 2019-11-29 14:00:56 +01:00
Rhys Arkins
76e8fd18f8 fix(package-rules): handle case of no current version found 2019-11-29 13:59:25 +01:00
Jamie Magee
4c287bc655 refactor(logger): convert more loggers to typescript (#4887)
Co-Authored-By: Michael Kriese <michael.kriese@visualon.de>
2019-11-29 13:52:46 +01:00
Satsuki Yanagi
f78e43e024 fix(gitlab): pass through gitPrivateKey (#4904)
GitLab's PlatformConfig doesn't implemented well as support GPG Commit Signing.
2019-11-29 08:56:10 +01:00
Jamie Magee
80b16e6ab2 fix(helm): fix exports (#4902) 2019-11-29 08:54:52 +01:00
Renovate Bot
a9e244526a chore(deps): update dependency @types/node to v11.15.3 2019-11-29 00:00:53 +00:00
Rhys Arkins
6d7acf81d7 fix: default git-submodules to false 2019-11-28 21:45:45 +01:00
Renovate Bot
990f34369e chore(deps): update typescript-eslint monorepo to v2.9.0 2019-11-28 20:00:49 +00:00
Jamie Magee
ae2f0f7c84 feat: Initial support for git submodules (#4605) 2019-11-28 20:04:54 +01:00
Michael Kriese
5dc990cfce fix(versioning): check for null version at regex (#4897) 2019-11-28 12:06:44 +01:00
Rhys Arkins
31c1220640 fix: gitref -> gitRef 2019-11-27 11:11:58 +01:00
Michael Kriese
11aff041cf refactor: remove obsolete coverage excludes (#4891) 2019-11-27 09:26:23 +01:00
Rhys Arkins
54a1da4446 fix(config): skip validating compatibility object
Closes #4889
2019-11-27 06:48:49 +01:00
Michael Kriese
f0d4995fda fix(eslint): '@typescript-eslint/explicit-function-return-… (#4872) 2019-11-26 16:13:07 +01:00
Michael Kriese
d210191fec fix(typescript): convert workers/global to ts (#4883) 2019-11-26 14:05:24 +01:00
Masahiro Wakame
ad0f7c027e build: update golang to 1.13.4 (#4882) 2019-11-26 10:31:50 +01:00
Renovate Bot
0a1c666155 chore(deps): update babel monorepo to v7.7.4 2019-11-26 01:00:54 +00:00
Michael Kriese
418b28b28c refactor(typescript): convert proxy to typescript (#4878) 2019-11-25 22:02:13 +01:00
Gabriel Melillo
defac5d831 feat(gitlab) multiple assignees support (#4851) 2019-11-25 17:13:39 +01:00