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
Renovate Bot
964622b9e6
chore(deps): update typescript-eslint monorepo to v2.8.0
2019-11-21 21:01:17 +00:00
Rhys Arkins
4c21322ada
fix(docker): detect local registries without FQDN ( #4837 )
...
Closes #4836
2019-11-21 08:18:30 +01:00
Rhys Arkins
59804c780c
build(deps): update handlebars to v4.5.3
2019-11-21 08:11:47 +01:00
Rhys Arkins
3c2b0c07b2
build(deps): update npm to v6.13.1
2019-11-21 08:09:32 +01:00
Renovate Bot
55d91458aa
chore(deps): update dependency husky to v3.1.0
2019-11-21 04:01:53 +00:00
Renovate Bot
ba0ec4f48b
build(deps): update dependency luxon to v1.21.2
2019-11-21 00:34:10 +00:00
Renovate Bot
c1a11be570
build(deps): update dependency semantic-release to v15.13.31
2019-11-20 23:56:54 +00:00
Rhys Arkins
84d5632bfd
feat: promote managers out of alpha/beta to released
2019-11-20 09:02:14 +01:00
Michael Kriese
9b014ba92b
chore(eslint): update eslint rules ( #4829 )
2019-11-20 08:55:53 +01:00
Rhys Arkins
dce1c7e406
fix: poetry install in Dockerfile
...
Closes #4834
2019-11-19 22:39:53 +01:00
Jamie Magee
3e04f2a7a6
fix: widen node engine range ( #4830 )
...
There are a few possibilities to fix this specific bug. This is the shortest fix, and still relatively low risk
Fixes #4823
2019-11-19 11:37:13 +01:00
renovate[bot]
27c3eb9851
chore(deps): update dependency @types/jest to v24.0.23 ( #4742 )
2019-11-19 09:14:42 +01:00
Jamie Magee
2ac8d387a2
fix(azure): select a merge method when there are no policies de… ( #4730 )
...
Incorrect assumptions around the policy API
Fixes #4714
2019-11-19 09:13:53 +01:00
Jamie Magee
cfb17cac16
build: python 3.8 support ( #4797 )
...
See microsoft/azure-pipelines-image-generation#1317
Fixes #4775 , Fixes #4657
2019-11-19 09:13:32 +01:00
Renovate Bot
af98a7574c
chore(deps): update dependency @types/got to v9.6.9
2019-11-19 08:00:51 +00:00
Michael Kriese
adadd7ce36
chore(ci): downgrade macos vm image ( #4828 )
...
* chore(ci): downgrade macos
* chore(ci): use shallow fetch
2019-11-19 08:18:55 +01:00
Renovate Bot
0b6653c343
chore(deps): update dependency @types/shelljs to v0.8.6
2019-11-19 05:23:47 +00:00
Renovate Bot
f31b28fc4b
chore(deps): update dependency @types/lodash to v4.14.148
2019-11-18 20:24:12 +00:00
Jamie Magee
67d82c5f16
fix(azure): remove 'refs/heads/' from target branch ( #4820 )
...
Azure DevOps returns the target branch in the form of `/ref/heads/master`, but Renovate expects just `master`
Fixes #4812
2019-11-17 15:54:08 -08:00
Jamie Magee
0b5f989703
chore(ci): use latest VM images ( #4821 )
...
See [Microsoft-hosted agents](https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops#use-a-microsoft-hosted-agent ) for a complete list of available images.
These don't update very often, but what do you think about targeting `windows-lates`, `ubuntu-latest`, and `macOS-latest`?
2019-11-17 15:52:49 -08:00
Renovate Bot
292e167848
chore(deps): update dependency @types/chai to v4.2.5
2019-11-17 17:01:00 +00:00