Renovate Bot
1d2ae70115
build(deps): update dependency cacache to v12
2019-08-26 22:25:32 +02:00
Rhys Arkins
cf126ec154
docs: packageRules ordering
...
Closes https://github.com/renovatebot/config-help/issues/339
2019-08-26 15:22:59 +02:00
Michael Kriese
260dd150bd
fix(docker): fix version and docker tags for slim image ( #4374 )
2019-08-26 15:18:12 +02:00
Rhys Arkins
354a3c9d2c
chore: set master issue approval to major only, add stabilityDays
2019-08-26 14:13:05 +02:00
Renovate Bot
30d304f8b2
build(deps): update dependency azure-devops-node-api to v9
2019-08-26 12:07:11 +02:00
IKEDA Sho
4b730e5001
fix(changelog): Support Maven style tag format ( #4368 )
...
A follow-up to #4246 which was insufficient.
2019-08-26 10:39:05 +02:00
Rhys Arkins
e6b1d67efb
feat: stabilityDays ( #4372 )
2019-08-26 10:32:59 +02:00
Renovate Bot
27e10b91ee
chore(deps): update typescript-eslint monorepo to v1.13.0
2019-08-26 09:58:08 +02:00
Rhys Arkins
fdf93d0c4f
test: fix setUnpublishable return value
2019-08-26 08:57:52 +02:00
Rhys Arkins
1b667ecb72
test: add pending master issue test
2019-08-26 08:51:04 +02:00
Rhys Arkins
cb9317aa39
test: update master issue snapshots
2019-08-26 08:43:58 +02:00
Rhys Arkins
3342a6c09b
refactor: status check
2019-08-26 07:58:41 +02:00
Rhys Arkins
c79f56c1dd
fix(master-issue): add pending section
2019-08-26 07:58:08 +02:00
Rhys Arkins
f511942a4a
chore(master-issue): improve section descriptions
2019-08-26 07:57:51 +02:00
Michael Kriese
b0d1de8e59
fix: optional re2 package ( #4367 )
2019-08-25 14:29:51 +02:00
renovate[bot]
a357340aec
chore(deps): update node.js to v12.9.0 ( #4366 )
...
chore(deps): update node.js to v12.9.0
2019-08-25 13:16:05 +02:00
Renovate Bot
ad822306ff
chore(deps): update dependency rimraf to v2.7.1
2019-08-25 12:54:38 +02:00
Renovate Bot
131058e5fe
chore(deps): update dependency nock to v11.3.2
2019-08-25 12:34:17 +02:00
Renovate Bot
e53328fb4c
build(deps): update dependency semantic-release to v15.13.24
2019-08-25 12:33:59 +02:00
Renovate Bot
0fffbaf4ea
chore(deps): update dependency eslint to v6.2.2
2019-08-25 12:33:47 +02:00
Renovate Bot
9976fc1d78
build(deps): update dependency npm to v6.11.2
2019-08-25 12:13:55 +02:00
Renovate Bot
b899c03ef1
build(deps): update dependency pnpm to v3.7.5
2019-08-25 12:11:06 +02:00
Rhys Arkins
3f65eda0a6
feat: add manual job box to master issue when in app mode
2019-08-25 10:05:30 +02:00
Rhys Arkins
b7ddd2a19a
refactor: releaseDate -> releaseTimestamp
2019-08-25 06:28:01 +02:00
Michael Kriese
ab464fe559
docs: add python mock ( #4357 )
2019-08-24 07:02:47 +02:00
Rhys Arkins
e196ddca6a
chore: fix create-json-schema
...
Fixes #4359
2019-08-24 06:47:11 +02:00
Rhys Arkins
e5dca935ae
chore: update yarn.lock
2019-08-24 06:46:37 +02:00
Kevin James
f27c53f4c8
fix(versioner): fixup regex rollback logic ( #4358 )
...
As described on Slack, the regex versioner is currently causing bad PRs
such as [this](https://github.com/TheKevJames/experiments/pull/8 ) since
it can not properly track the current version. By parsing the `range`
values with the same logic as the other version strings, eveverything
should match up properly.
2019-08-23 23:01:20 +02:00
Michael Kriese
2b11b661ed
feat(config): convert to ts ( #4299 )
2019-08-23 15:46:31 +02:00
Rhys Arkins
77f6afcaf0
fix: expand version.isStable to correct this
2019-08-23 12:04:11 +02:00
Michael Kriese
5b3a17e24e
fix(versioning): fix wrong this context ( #4352 )
2019-08-23 10:12:21 +02:00
Michael Kriese
25df1d093b
chore(docs): update docs ( #4125 )
2019-08-23 08:54:17 +02:00
Michael Kriese
747dcc404e
test(ci): add slim docker build to azure ( #4350 )
2019-08-23 08:51:50 +02:00
Rhys Arkins
5d56ab0fca
build: fix dockerfile re2 ( #4349 )
2019-08-23 07:35:10 +02:00
Rhys Arkins
c488a674ca
refactor: add better logging for bitbucket issue creation
2019-08-23 06:04:14 +02:00
Kevin James
e661e24e5f
docs(regex): fixup regex docs ( #4347 )
2019-08-23 05:44:51 +02:00
Michael Kriese
8073612d85
feat(versioning): Add regex versioner ( #4323 )
...
The regex versioner supports arbitrary, user-defined versioning
methods; it provides building blocks in the way of interacting capture
groups within a user-defined regex which can be combined to support
arbitrary use-cases.
Uses a new `versionConfig` option to configure this scheme -- this
feature is enabled dynamically for any new versioner which includes the
optional `configure?(new_config: string)` interface. Warns if used with
an invalid scheme.
2019-08-22 20:09:23 +02:00
Edd Armitage
e10f590c9a
fix(gitlab): follow pagination in getbranchstatus for gitlab ( #4342 )
...
There are cases where the first page of results is not representative of the entire branch's status, so we need to follow all pages in the result.
Closes #4340
2019-08-22 19:34:50 +02:00
Sergio Zharinov
276ab91985
fix(maven): Use repository urls from parent POM files ( #4311 )
2019-08-22 18:31:33 +02:00
IKEDA Sho
081a23e6fc
chore(manager): add more type annotations ( #4344 )
2019-08-22 17:42:35 +02:00
Rhys Arkins
6be9ee0418
ci: update fixtures to dismiss more vulnerability alerts
2019-08-22 12:18:36 +02:00
Rhys Arkins
a31329055d
ci: update django fixtures ( #4345 )
...
Closes #4317
2019-08-22 11:17:50 +02:00
Renovate Bot
bbb34078cd
chore(deps): update dependency mockdate to v2.0.5
2019-08-20 11:00:40 +00:00
Rhys Arkins
f6278be73f
ci: update django fixtures ( #4335 )
...
Closes #4317
2019-08-20 10:57:42 +02:00
Rhys Arkins
86ba985991
ci: fix azure pipelines command ( #4336 )
2019-08-20 10:56:41 +02:00
Renovate Bot
e241543345
chore(deps): update dependency @types/validator to v10.11.3
2019-08-20 06:32:12 +00:00
Renovate Bot
3892bf3d47
chore(deps): update dependency @types/jest to v24.0.18
2019-08-20 06:00:44 +00:00
Renovate Bot
eecf27e126
chore(deps): update dependency husky to v3.0.4
2019-08-20 05:00:36 +00:00
Matt R. Wilson
a2ef66e9fe
fix(rubygems): datasource API path and retry ( #4292 )
2019-08-20 05:49:31 +02:00
Renovate Bot
aa63499c10
chore(deps): lock file maintenance
2019-08-19 19:33:55 +00:00