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
Jamie Magee
4b41d1b8f6
chore(ci): use stable cache task ( #4819 )
...
The public documentation hasn't been updated, but the task is available. See [here](https://github.com/microsoft/azure-pipelines-tasks/tree/master/Tasks/CacheV2 ).
Fixes #4757
2019-11-17 07:39:13 -08:00
Renovate Bot
5bfdf014d0
build(deps): update dependency handlebars to v4.5.2
2019-11-16 23:01:04 +00:00
Renovate Bot
7d9b920253
build(deps): update dependency aws-sdk to v2.573.0
2019-11-15 15:51:13 -08:00
Carlin St Pierre
a20ca3c8a5
fix: Allow Date objects to pass through sanitizeValue without all of the fields being removed ( #4809 )
...
This fixes an issue where timestamps were not being logged because `Object.entries<any>(value)` for a Date object would return `{}`.
2019-11-15 07:04:58 -08:00
Renovate Bot
f65ade33ef
chore(deps): update typescript-eslint monorepo to v2.7.0
2019-11-14 19:01:17 +00:00
renovate[bot]
d0948823c4
build(deps): update amd64/ubuntu:18.04 docker digest to 134c7fe ( #4796 )
2019-11-14 06:11:32 -08:00
Florian Greinacher
44228f9bb0
fix(datasource/nuget): ensure projectUrl is exposed ( #4795 )
...
Fixes #4794
2019-11-13 01:58:33 -08:00
Rhys Arkins
5c0182040b
chore: update readme banner
2019-11-13 01:51:35 -08:00
Rhys Arkins
ba979107de
chore: update logo within docs
2019-11-13 01:42:33 -08:00
Renovate Bot
7f72f9c1f2
build(deps): update dependency global-agent to v2.1.6
2019-11-12 19:25:06 +00:00
Renovate Bot
14823f4414
chore(deps): update dependency @types/lodash to v4.14.146
2019-11-11 18:12:26 +00:00
Rhys Arkins
a1c023fe09
fix: respect latest even if range includes some post-latest versions ( #4801 )
2019-11-10 22:42:47 +01:00
Renovate Bot
a88edcd012
chore(deps): update dependency glob to v7.1.6
2019-11-10 01:00:48 +00:00
Renovate Bot
8e043801bc
chore(deps): update babel monorepo
2019-11-10 00:03:24 +00:00
Rhys Arkins
be75dc74d3
chore: update banner
2019-11-09 23:22:45 +01:00
Simon Rüegg
72c52f2326
fix(file-manager) Use correct manager config for fileMatch ( #4778 )
...
Otherwise the language overwrites won't be merged correctly.
Signed-off-by: Simon Rüegg <simon.ruegg@vshn.ch>
2019-11-09 15:03:17 +01:00
Rhys Arkins
52b9bdb960
chore: don't automerge docker
2019-11-09 08:12:58 +01:00
Rhys Arkins
eb37f7b7da
fix: Revert "chore(deps): update amd64/ubuntu docker tag to v18.10"
...
This reverts commit 177c1c6b26
.
2019-11-09 08:11:00 +01:00
Renovate Bot
eefedfe81c
build(deps): update dependency npm to v6.13.0
2019-11-08 21:00:55 +00:00
Renovate Bot
d9ccd324cf
chore(deps): update dependency typescript to v3.7.2
2019-11-08 17:01:25 +00:00