Sergei Zharinov
|
72b0b85640
|
feat(config): Rename packageRules selectors (#6939)
|
2021-01-29 11:43:42 +01:00 |
|
Sebastian Poxhofer
|
405cb8f29b
|
feat(regex): matchStringsStrategy (#7687)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2020-11-27 06:55:57 +01:00 |
|
Sergio Zharinov
|
8d0f7dddd2
|
feat(package-rules): matchCurrentVersion regular expressions (#7684)
|
2020-11-12 08:21:05 +01:00 |
|
Sergio Zharinov
|
fe83cf914e
|
refactor(config): Generalize allowedVersions regex (#7683)
|
2020-11-10 10:12:03 +01:00 |
|
Sergio Zharinov
|
561d646819
|
feat(config): Allow single strings for preset setting (#7508)
|
2020-10-27 16:39:11 +01:00 |
|
Rhys Arkins
|
c2f914028b
|
fix(config): don’t validate force.constraints
|
2020-10-27 08:13:23 +01:00 |
|
Rhys Arkins
|
082f1ba03f
|
fix: regex manager filematch validation (#7500)
|
2020-10-19 09:33:54 +02:00 |
|
Sergio Zharinov
|
8fc712d7b0
|
feat(config): Validate parent of fileMatch field (#7492)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2020-10-18 07:56:16 +02:00 |
|
Rhys Arkins
|
97dad2da76
|
fix(config): explicitly config error for proto
|
2020-10-16 10:23:50 +02:00 |
|
Rhys Arkins
|
75737805c8
|
refactor: rename compatibility -> constraints (#7308)
|
2020-09-30 11:02:25 +02:00 |
|
Rhys Arkins
|
7651d2e420
|
feat: additionalBranchPrefix
|
2020-09-01 14:36:10 +02:00 |
|
Rhys Arkins
|
0ce9837b9d
|
fix: Revert "feat: additionalBranchPrefix"
This reverts commit 9385fb557b .
|
2020-08-31 09:33:34 +02:00 |
|
Rhys Arkins
|
9385fb557b
|
feat: additionalBranchPrefix
Renamed from managerBranchPrefix
|
2020-08-31 07:47:24 +02:00 |
|
Sergio Zharinov
|
95f9af2ba6
|
refactor(config): Fix lint warnings (#7108)
|
2020-08-26 14:59:50 +02:00 |
|
renovate[bot]
|
9f6c193557
|
build(deps): update dependency @sindresorhus/is to v3.1.0 (#6867)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2020-07-30 06:54:20 +02:00 |
|
Rhys Arkins
|
8f7d2bad5e
|
fix(validation): matchCurrentVersion is a valid selector
|
2020-07-22 08:32:01 +02:00 |
|
Rhys Arkins
|
e834f2b826
|
feat: prHeader and prFooter (#6511)
|
2020-06-14 08:49:52 +02:00 |
|
Praveen Adusumilli
|
0e218922b1
|
fix: Add validations for aliases (#6426)
|
2020-06-04 15:47:56 +02:00 |
|
Rhys Arkins
|
53ca91301f
|
chore: import linting (#6105)
|
2020-05-01 18:03:48 +02:00 |
|
Rhys Arkins
|
4104ba04e3
|
feat: support allowedVersions regular expressions (#5979)
|
2020-04-15 22:07:53 +02:00 |
|
Florian Greinacher
|
e6453ae423
|
feat(presets): add support for local presets (#5814)
|
2020-04-14 07:05:30 +02:00 |
|
renovate[bot]
|
4f59b62da4
|
chore(deps): update dependency prettier to v2 (#5952)
* chore(deps): update dependency prettier to v2
* Run prettier-fix
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
|
2020-04-12 18:09:36 +02:00 |
|
Rhys Arkins
|
8172de1a3b
|
refactor: util/template for handlebars (#5878)
|
2020-04-05 10:09:55 +02:00 |
|
Michael Kriese
|
e779d895f7
|
test(coverage): lib/config (#5656)
|
2020-03-07 11:27:10 +01:00 |
|
Rhys Arkins
|
b2b8d7e953
|
feat: regex manager (#5617)
|
2020-03-06 09:07:55 +01:00 |
|
Michael Kriese
|
6c4892b593
|
chore(types): fix more typescript types (#5615)
|
2020-03-02 12:06:16 +01:00 |
|
Michael Kriese
|
9c717d9d57
|
fix: lgtm suggestions (#5562)
|
2020-02-24 12:27:10 +01:00 |
|
Michael Kriese
|
2ffad1363e
|
chore(eslint): stricter settings (#5375)
|
2020-02-05 18:17:20 +00:00 |
|
Rhys Arkins
|
da6164f8d4
|
fix: validate handlebars templates and throw config error
|
2020-01-27 12:48:08 +01:00 |
|
Rhys Arkins
|
54a1da4446
|
fix(config): skip validating compatibility object
Closes #4889
|
2019-11-27 06:48:49 +01:00 |
|
Rhys Arkins
|
c78d6510ea
|
refactor: use re2 for regex (#4687)
|
2019-10-22 08:48:40 +02:00 |
|
Rhys Arkins
|
f524557f21
|
fix: Revert "refactor: use re2 instead of RegExp (#4441)"
This reverts commit ab1c5b20ee .
|
2019-10-15 10:14:49 +02:00 |
|
Sumit Nihalani
|
ab1c5b20ee
|
refactor: use re2 instead of RegExp (#4441)
|
2019-10-15 06:51:02 +02:00 |
|
Rhys Arkins
|
63a66f46ce
|
chore: do not validate vulnerabilityAlert
|
2019-10-06 10:53:51 +02:00 |
|
Rhys Arkins
|
c3ba80c58f
|
fix: throw baseBranch error from gitFs
Closes #4346
|
2019-09-05 09:47:53 +02:00 |
|
Michael Kriese
|
73f58899c6
|
fix: typescript types (#4390)
|
2019-08-28 06:46:48 +02:00 |
|
Michael Kriese
|
2b11b661ed
|
feat(config): convert to ts (#4299)
|
2019-08-23 15:46:31 +02:00 |
|