Commit graph

5962 commits

Author SHA1 Message Date
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
Michael Kriese
1a4e6164b3 fix(datasource): add missing return (#4876) 2019-11-25 16:42:34 +01:00
Renovate Bot
92502fc0a7 build(deps): update dependency yarn to v1.19.2 2019-11-25 16:41:32 +01:00
Michael Kriese
393325cc9a fix(datasource): fix wrong variable references (#4877) 2019-11-25 16:41:16 +01:00
Michael Kriese
d785a548c9 fix(ci): fix jest-junit path (#4874) 2019-11-25 15:50:41 +01:00
mikaelkolkinn
21b43efeee feat(docker): OpenShift compatible Docker image (#4785) 2019-11-25 13:49:42 +01:00
Michael Kriese
a26d9f3d16 test: fix failing tests (#4870) 2019-11-25 12:46:21 +01:00
Kirill Romanov
01aaf078df fix(storage): do not throw error when no remote branch to delete (#4314) (#4868) 2019-11-25 09:45:59 +01:00
Rhys Arkins
d46bd277c7 fix(gitlab): handle authentication-error retrieving PRs 2019-11-24 21:43:46 +01:00
Tim Jacomb
cc07563b86 feat(helm): Add repo alias support (#4844) 2019-11-24 12:32:00 +01:00
Rhys Arkins
8d0aa39920 refactor(eslint): '@typescript-eslint/explicit-function-return-type' improvements 2019-11-24 08:43:24 +01:00
Christian Franke
c7854cd0a5 feat(schedule): Support month (M) in schedules (#4832)
Fixes: #4831
2019-11-24 07:28:44 +01:00
Rhys Arkins
473b7e1f4b refactor(eslint): enable @typescript-eslint/no-use-before-define 2019-11-24 05:09:13 +01:00
Jamie Magee
33079e7ec5 fix(helm): convert to typescript (#4859) 2019-11-23 22:14:23 +01:00
Jamie Magee
b3390514a4 refactor(eslint): fix eslint warnings in manager (#4865) 2019-11-23 21:44:55 +01:00
Renovate Bot
cf17afd966 chore(deps): update amd64/node:12.13.1 docker digest to dab9bd5 2019-11-23 21:24:34 +01:00
Renovate Bot
67f2161e3a chore(deps): update amd64/node:10.17.0 docker digest to 93e9a92 2019-11-23 21:24:22 +01:00
Rhys Arkins
71b25d5deb
fix: use managerConfig correctly (#4864)
Fixes a bug where the manager config was not being passed through correctly.
2019-11-23 20:44:21 +01:00
Rhys Arkins
3613ba882d fix(docker-compose): service validity check 2019-11-23 14:20:12 +01:00
Rhys Arkins
a12ef53b9c fix: escape docker volumes and working dir values 2019-11-23 11:08:16 +01:00
Rhys Arkins
81c4311f2d refactor: simplify gradle warn message 2019-11-23 10:40:52 +01:00
Rhys Arkins
39d0e5071a fix: safeLoad yaml in json mode to allow key duplicates 2019-11-23 10:39:34 +01:00
Tim Jacomb
61c53e4755 chore: Add git config to test (#4853)
I use `useConfigOnly = true` so that I ensure I always commit with the
right email to each repo, the tests in this repo assume that global
config is set for name and email.

This is a simple fix that allows me and possibly others to run the test
suite
2019-11-22 18:16:57 +01:00
Renovate Bot
57bb491403 chore(deps): update renovate/yarn docker tag to v1.19.2 2019-11-22 17:01:28 +00:00
Renovate Bot
db8b6647d1 chore(deps): update node.js to v12.13.1 2019-11-22 13:00:52 +00:00
Renovate Bot
30cfc3883b build(deps): update dependency commander to v4 2019-11-22 10:18:26 +01:00
Kirill Romanov
edc2dc3bac fix(pnpm): stop ignore pnpmfile with high trust level (#4845) 2019-11-22 10:05:25 +01:00
Renovate Bot
b86c1b0fc7 chore(deps): update dependency eslint-config-prettier to v6.7.0 2019-11-22 09:00:57 +00:00
Renovate Bot
4db1421583 build(deps): update dependency global-agent to v2.1.7 2019-11-22 03:00:59 +00:00
Renovate Bot
7cc2e6aece chore(deps): update dependency @types/lodash to v4.14.149 2019-11-22 00:01:08 +00:00