Jamie Magee
176282e65f
chore: use node:
protocol imports ( #21181 )
2023-03-28 21:05:36 +00:00
Florian Greinacher
39afbcbb9a
feat(presets): use replacementNameTemplate for k8s-registry-move ( #21103 )
2023-03-26 10:32:45 +00:00
Rhys Arkins
ffa7f5e68f
fix(onboarding): improve preset description resolution ( #21165 )
2023-03-26 08:53:53 +00:00
Rhys Arkins
cec2e14a64
feat(config): multi-org secrets decrypt ( #21147 )
2023-03-25 09:14:33 +00:00
Rhys Arkins
3859b521c2
fix(config): set subType=string for all arrays ( #21118 )
2023-03-24 06:39:27 +00:00
Michael Kriese
875074fce8
feat(presets): add more containerbase replacements ( #21084 )
2023-03-22 13:55:56 +00:00
Michael Kriese
de9b685106
feat(presets): add containerbase workarounds ( #21086 )
2023-03-22 13:49:46 +00:00
HonkingGoose
db73d3984b
docs(config options): improveprBodyTemplate
explanation ( #20945 )
2023-03-22 06:37:40 +00:00
Gabriel-Ladzaretti
1615d26226
feat(packageRules): add merge confidence matcher ( #21049 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-21 18:37:38 +00:00
Adam Setch
b25022066e
feat(replacements): support for replacement name templating ( #20905 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-03-21 16:42:13 +00:00
RahulGautamSingh
1013302e0f
refactor: exactOptionalPropertyTypes ( #20761 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-19 16:09:46 +00:00
RahulGautamSingh
686bff397c
refactor(test): use minimal config objects ( #20773 )
2023-03-19 16:03:01 +00:00
Sullivan SENECHAL
25c60afa8e
feat(presets): gitbeaker monorepo ( #21028 )
2023-03-18 18:48:26 +00:00
Rhys Arkins
ccec42fdcf
fix(config): migrate includeForks properly ( #20965 )
2023-03-15 18:23:14 +00:00
Michael Kriese
62e91aff40
feat(preset): add containerbase replacements ( #20941 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-15 11:47:10 +00:00
HonkingGoose
d54e6aa9ac
chore(replacements): improve descriptions ( #20942 )
2023-03-15 09:57:46 +00:00
Florian Greinacher
ca03555739
feat(presets): include replacements:all in config:base ( #20933 )
2023-03-15 07:26:26 +00:00
Adam Setch
8137533c94
feat(auto-replace): ability to specify global or first match from replacement rules ( #20604 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-14 21:02:24 +00:00
Florian Greinacher
b74813180b
fix(presets): add k8s registry move to all replacements ( #20928 )
2023-03-14 18:25:12 +00:00
Florian Greinacher
69c15abdcc
feat: add replacements for Kubernetes container registry move ( #20898 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-03-14 05:57:13 +00:00
Adam Setch
98be25f787
feat(platform/bitbucket): add support for Bitbucket development branching model ( #20860 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-12 12:50:54 +00:00
Jamie Magee
cbbeecbefc
refactor: satisfy types for unknown
arrays ( #20878 )
2023-03-12 05:53:06 +00:00
Jamie Magee
8b23f0ba57
refactor: safely parse decrypted config ( #20879 )
2023-03-12 05:52:19 +00:00
Rhys Arkins
a4ab4523f8
feat(config)!: forkProcessing ( #20759 )
...
Removes "includeForks" option and replaces with "forkProcessing". New default behavior is to process forks if automerge=false.
Closes #20752
BREAKING CHANGE: Forked repos will now be processed automatically if autodiscover=false. includeForks is removed and replaced by new option forkProcessing.
2023-03-10 09:34:41 +01:00
Rhys Arkins
f765e6fb1d
feat!: internalChecksAsSuccess ( #20572 )
...
Adds new config option `internalChecksAsSuccess`, defaulting to `false`.
Closes #7800
BREAKING CHANGE: Internal checks such as `renovate/stability-days` will no longer count as passing/green, meaning that actions such as `automerge` won't
occur if the only checks are Renovate internal ones. Set `internalChecksAsSuccess=true` to restore existing behavior.
2023-03-10 09:34:41 +01:00
Michael Kriese
ec4b17b8b6
feat(config)!: default dockerImagePrefix
to containerbase
( #20150 )
...
Sidecar containers will now use `containerbase/` prefix instead of `renovate/` prefix.
BREAKING CHANGE: containerbase/ account used for sidecar containers instead of renovate/
2023-03-10 09:34:40 +01:00
Rhys Arkins
b6ed33ec01
fix(regex): don’t escape forward slash in fileMatch ( #19314 )
...
This cleanup of default `fileMatch` values should be backwards compatible.
2023-03-10 09:34:39 +01:00
Rhys Arkins
d28763fa01
feat(datasource/npm): default cacheHardTtlMinutes to 24 hours ( #20079 )
...
Renovate will now use "soft" expiry of npm datasource lookups, combined with a hard expiry of 24 hours. Soft expired results are used to improve
performance plus can be reused in case npmjs errors on subsequent lookups
BREAKING CHANGE: Package cache will include entries for up to 24 hours after the last lookup. Set cacheHardTtlMinutes=0 to revert to existing behavior.
2023-03-10 09:33:50 +01:00
Rhys Arkins
a75f9d71c1
feat(config)!: non-zero defaults for PR concurrent, hourly limits ( #19958 )
...
Sets new defaults:
- `prConcurrentLimit`: 10 (instead of 0)
- `prHourlyLimit`: 2 (instead of 0)
Closes #19800
BREAKING CHANGE: Renovate now defaults to applying hourly and concurrent PR limits. To revert to unlimited, configure them back to `0`.
2023-03-10 09:25:51 +01:00
Rhys Arkins
016e647390
feat(config)!: default to rangeStrategy=auto, prefer update-lockfile ( #19942 )
...
Changes `rangeStrategy` default value from `'replace'` to `'auto'`. Also changes `auto` behavior so that `update-lockfile` is preferred if the manager
supports the `updateLockedDependency()` function.
Closes #19800
BREAKING CHANGE: Renovate will now default to updating locked dependency versions. To revert to previous behavior, configure rangeStrategy=replace.
2023-03-10 09:25:45 +01:00
RahulGautamSingh
dcd298a625
feat(config)!: add new option constraintsFiltering
( #19992 )
...
Adds new option `constraintsFiltering`.
Closes #19979
BREAKING CHANGE: PyPI releases will no longer be filtered by default based on `constraints.python` compatibility. To retain existing functionality, set
`constraintsFiltering=strict`.
2023-03-10 09:24:44 +01:00
Adam Setch
14e2c7d3cf
docs: add replacement to matchUpdateTypes ( #20656 )
2023-02-28 09:32:03 +00:00
Rhys Arkins
9f96c1e224
chore: remove unnecessary Range types ( #20582 )
2023-02-23 09:13:27 +00:00
Paul Gschwendtner
340a913a48
feat(platform/github): flag to control whether PRs can be edited by maintainers if forkToken
is set ( #19771 )
2023-02-22 13:07:03 +00:00
Jérémie Astori
68e4ad4e9b
feat(presets): group @types/react
and @types/react-dom
together, along with other React packages ( #20462 )
...
Signed-off-by: Jérémie Astori <jeremie@astori.fr>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-02-21 13:42:44 +00:00
HonkingGoose
d3ba01bf54
chore: link to discussion ( #20543 )
2023-02-21 13:18:20 +00:00
RahulGautamSingh
0f51c9f524
test: replace as with partial ( #20511 )
2023-02-21 10:46:29 +00:00
Johannes Feichtner
27c46cc673
feat: add support for RegEx patterns in baseBranches ( #20503 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-02-20 23:32:08 +00:00
HonkingGoose
0b3922d326
chore: link to feedback issue for osvVulnerabilityAlerts
( #20428 )
2023-02-15 12:04:21 +00:00
Michael Kriese
b95af46ebd
fix(manager/regex): migrate datasource renames ( #20415 )
2023-02-14 15:45:34 -08:00
renovate[bot]
db2aef4553
chore(deps): update jest monorepo to v29.4.1 ( #20130 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-14 16:00:49 +00:00
ocavue
2235659b18
feat(manager/npm): support pnpmDedupe ( #20392 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-02-14 09:10:50 +00:00
RahulGautamSingh
09402a32e6
fix(datasource): rename adoptium-java
to java-version
( #20245 )
2023-02-13 07:54:20 +00:00
Marcin Zajączkowski
e0a74ebd15
feat(presets): Group for Spock Framework packages ( #20358 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-13 06:33:25 +00:00
RahulGautamSingh
9b782773f4
fix(migration): remove dotnet from renamed properties ( #20353 )
2023-02-11 22:53:39 +02:00
Rostislav Simonik
05517e6d8a
feat: add ignoreReviewers config option ( #19776 )
2023-02-11 07:24:02 +00:00
Rhys Arkins
e6e0ee9705
fix(presets): use regex for alpine workaround ( #20337 )
2023-02-11 07:21:57 +01:00
RahulGautamSingh
93c3fd5ced
feat(datasource): rename dotnet to dotnet-version
( #20244 )
2023-02-10 22:47:07 +02:00
Duncan Casteleyn
d791614edb
feat(presets): add schedule presets for automerge ( #20305 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-02-10 12:32:54 +01:00
Johannes Feichtner
a91ca62b46
feat(vulnerabilities): add feature-flagged support for OSV ( #20226 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-10 10:13:47 +00:00
Sebastian Poxhofer
27aae2868e
fix(presets/gitlab): directly request default branch ( #20319 )
2023-02-10 09:46:10 +00:00
Alexander Birkner
fbceff1397
feat(gomod): support -e option ( #20199 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-02-07 14:00:16 +01:00
Tomas Carnecky
d1e2f0c393
fix(presets): include 'google-auth-library' in googleapis group ( #20224 )
2023-02-06 06:46:03 +01:00
Jamie Magee
5302232afa
feat(replacement): add spectre.cli replacement ( #20060 )
2023-01-27 08:33:18 +01:00
Sebastian Poxhofer
b30ac1a4c2
test(migrations): add test for multiple migrations for one property ( #20044 )
2023-01-26 13:07:05 +01:00
Michael Kriese
9bd857c8f8
fix(platform): fix types and docs ( #19944 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-24 10:05:51 +01:00
Mathieu Kniewallner
7cf131021a
feat(presets/regex-managers): allow 'actions' in GitHub Actions preset ( #19966 )
2023-01-23 16:32:13 +00:00
Rhys Arkins
8e8cbba0e6
feat(presets): add prettier, standard to linters ( #19978 )
2023-01-23 10:51:15 +01:00
Rhys Arkins
8d19f05b14
fix(config): autodetectPinVersions -> autodetectRangeStrategy ( #19933 )
2023-01-20 12:48:00 +01:00
Philip Wedemann
d8e9a3438e
feat(config/presets): add Java Testcontainers group ( #19828 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-16 12:02:20 +01:00
Jan-Otto Kröpke
2c70a5d223
feat(presets/regex): Add preset for appVersion in helm charts ( #19371 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-16 10:14:13 +00:00
Rhys Arkins
78b8483953
feat(datasource/npm): cache etag for reuse ( #19823 )
2023-01-13 21:20:32 +00:00
Levin Rickert
b8103452a1
fix(presets): Update graphqlcodegenerator monorepo ( #19832 )
2023-01-13 15:43:01 +00:00
Gabriel-Ladzaretti
2de4260b15
feat(packageRules): add experimental env var for matching against package names ( #19784 )
2023-01-12 07:29:48 +00:00
Gabriel-Ladzaretti
de289bb409
feat(core/onboarding): support manual rebase/retry ( #17633 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-11 14:59:08 +01:00
Jesse Houwing
9bb46aec05
fix: replace vso vsts task lib ( #19775 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-01-11 06:34:50 +00:00
Zachary Liu
1331761def
fix(presets): update algolia-instantsearch monorepo names ( #19762 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-10 05:12:20 +00:00
Zachary Liu
fc41de30b5
feat(presets): add Algolia InstantSearch monorepo ( #19761 )
2023-01-10 01:21:20 +00:00
HonkingGoose
817d2d850e
docs: fix typos in description for workarounds presets ( #19732 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-09 13:50:29 +01:00
Tobias Bieniek
3d85b6048d
feat(cofig/presets): add regexManagers:githubActionsVersions
( #19620 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-08 08:09:42 +00:00
Julien Haumont
f44d454e65
feat(presets/regex-managers): improve preset for dockerfile ( #19637 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-04 16:47:00 +00:00
Daniel Tschinder
3cf8a2cd34
feat(config/presets): Add nextra monorepo ( #19644 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-04 01:07:40 +01:00
Michael Kriese
39b23d64fe
feat: better sanitize ( #19646 )
2023-01-03 12:29:07 +00:00
Michael Kriese
1e8b45422c
feat(presets/monorepo): add Syncfusion dotnet ( #19627 )
2023-01-02 11:50:46 +00:00
Adam Setch
fb99f4e6f6
fix(presets/workarounds): update java LTS allowed versions expression ( #19605 )
2022-12-30 10:35:09 +00:00
Gabriel-Ladzaretti
2bd9171ba3
feat(packageRules): add depName matchers ( #19565 )
2022-12-26 18:30:44 +00:00
Lawrence Thorpe
864585aa5c
feat(config): support .renovaterc.json5
config file ( #19394 )
2022-12-17 23:46:30 +00:00
fabb
444a221427
feat(presets): added replacement of react-scripts-ts with react-scripts ( #17827 )
2022-12-17 12:38:56 +00:00
RahulGautamSingh
92abdc9b4d
feat(cache): reduce configHash fields for fingerprinting ( #18216 )
2022-12-16 15:50:35 +00:00
HonkingGoose
623f83be60
chore: update descriptions for config options ( #19351 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-12-16 11:08:04 +01:00
Michael Kriese
751331b817
fix: no native js private class members ( #19441 )
2022-12-16 09:17:16 +00:00
Justin Lavoie
a40a8d106b
feat(presets): group @vaadin/ packages together. ( #19365 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-12-15 14:25:41 +00:00
Matt Lewis
6faa5c32f6
feat: allow setting RENOVATE_FORCE environment variable ( #19383 )
2022-12-14 10:47:15 +00:00
MCMXC
bae53ae44b
feat(preset): add mantine monorepo to presets ( #19204 )
2022-12-05 15:40:23 +01:00
Rhys Arkins
0545bfe494
chore: Revert "chore: add snapshot for presets" ( #19249 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-12-05 12:14:55 +00:00
Wei Kang
bb9c6fce32
chore: sort presets and enforce eslint rule ( #19240 )
2022-12-04 17:00:28 +00:00
Wei Kang
c24efd530a
chore: add snapshot for presets ( #19236 )
2022-12-04 06:49:30 +01:00
MCMXC
c105e25e6c
feat(preset): add temporalio monorepo to presets ( #19205 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-12-01 15:05:27 +00:00
HonkingGoose
d6668744ed
docs: capitalize abbreviation URL ( #19145 )
2022-11-28 12:10:47 +01:00
Philipp Hoefflin
33d4181ba1
feat(monorepo): add aws-lambda-powertools-typescript and middy middleware ( #19117 )
2022-11-27 11:50:55 +00:00
Gabriel-Ladzaretti
fc81c60d05
feat(branch/update): add edited/blocked PR comment on modified branches ( #18895 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Closes https://github.com/renovatebot/renovate/issues/18639
2022-11-26 06:58:09 +00:00
Michael Kriese
99054bef68
fix(presets): pass through tag to platform for local ( #19102 )
2022-11-25 15:54:11 +00:00
Michael Kriese
11a96b72a6
fix(presets): simplify local presets ( #19025 )
2022-11-22 09:42:44 +01:00
Wei Kang
0ce1d4daae
chore: sort presets and enforce with eslint rule ( #19003 )
...
Closes https://github.com/renovatebot/renovate/issues/18938
2022-11-21 14:40:41 +00:00
Rhys Arkins
4abd0abea8
chore: add default presets snapshot
2022-11-21 15:20:41 +01:00
RahulGautamSingh
9a1285d2d2
fix: use matchSourceUrl
to match monorepo packages ( #18973 )
2022-11-20 09:50:27 +00:00
Mathieu Boretti
de921cc7dc
feat(presets): add mono repo shedlock ( #18823 )
2022-11-17 06:00:55 +00:00
Jamie Magee
92eb2200fd
refactor(jest): enable clearMocks ( #18779 )
2022-11-14 22:46:37 -08:00
Sergei Zharinov
5162394f51
feat(maven): Skip lookup for parent packages ( #18788 )
2022-11-10 15:25:05 +00:00
t-kulmburg
76b536e23a
fix: make replacementName and Version not mergeable ( #18853 )
2022-11-10 10:11:18 +00:00
RahulGautamSingh
c56588eaba
refactor: convert PlatformmId to union ( #18458 )
2022-11-01 14:46:09 +00:00
Maron
f50e685fe4
docs(core/config): config options for advanced users only ( #18505 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-10-31 07:35:07 +00:00
Marcin Flis
7ce7124fd6
feat(preset): add kotlin monorepo to presets ( #18637 )
2022-10-28 16:26:36 +00:00
Martin Herndl
4006ef4667
feat(preset): group JWT Framework packages together ( #18635 )
2022-10-28 09:23:15 +00:00
Connor Pearson
78c5d2f39a
feat(presets): add vitest monorepo ( #18394 )
2022-10-27 20:20:17 +00:00
Oliver THEBAULT
3d5915e7d5
docs(enabledManagers): add mergeable value ( #18603 )
2022-10-27 13:45:43 +00:00
RahulGautamSingh
2e4eebe933
fix: reduce config fields used in branch fingerprint ( #18378 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-26 10:27:58 +00:00
Oleg Kainov
96d369266d
docs: fix ignoring javaLTSVersions ( #18548 )
2022-10-26 08:30:59 +03:00
Sergei Zharinov
b2d18d1110
feat(http): maxRequestsPerSecond ( #18325 )
2022-10-25 11:03:19 +00:00
Rhys Arkins
f8fddc70f5
fix!: revert branchNameStrict to false ( #18536 )
2022-10-25 09:41:50 +00:00
Michael Kriese
2349e55976
fix(autodiscover): accept simple string ( #18531 )
2022-10-25 11:15:01 +03:00
Rhys Arkins
c9161ef6fd
feat(config)!: default branchNameStrict=true
2022-10-23 06:48:35 +02:00
Rhys Arkins
b5a515b533
feat!: default internalChecksFilter to strict ( #18460 )
...
BREAKING CHANGE: Default value for internalChecksFilter changes from none to strict
2022-10-23 06:48:35 +02:00
Philip
80af0fdf76
feat: Support AWS Code Commit platform ( #17076 )
2022-10-23 06:48:35 +02:00
Rhys Arkins
b9f783b52d
fix: ignoreScripts default ( #18403 )
...
Changes ignoreScripts defaulit to be `true`.
Closes #18173
BREAKING CHANGE: ignoreScripts now default to true. If allowScripts=true in global config, ignoreScripts must be set to false in repo config if you want all repos to run scripts.
2022-10-23 06:48:35 +02:00
Rhys Arkins
caad0ae28e
feat(github)!: remove forkMode setting ( #18074 )
...
Removes forkMode setting and instead relies on forkToken alone to indicate forking mode is active. Additionally, defines forkToken as an experimental setting.
BREAKING CHANGE: No longer necessary to configure forkMode. Forking mode is now experimental.
2022-10-23 06:48:35 +02:00
Rhys Arkins
0be74f3ff9
feat: default to binarySource=install ( #18027 )
...
Changes binarySource default value from global to install.
Closes #14531
BREAKING CHANGE: Users of containerbase images (such as official Renovate images) will now have dynamic package manager installs enabled by default.
2022-10-23 06:48:35 +02:00
Sebastian Poxhofer
0a6d97f23a
feat(config)!: move autodiscovery filter from string to array ( #16525 )
...
Change type of autodiscoverFilter from string to array.
Closes #8763
BREAKING CHANGE: autodiscover filters can no longer include commas
2022-10-23 06:48:35 +02:00
Rhys Arkins
cdec83463c
fix(http): improve error logging ( #18454 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-21 10:14:45 +00:00
renovate[bot]
d941ef31c5
chore(deps): update dependency type-fest to v3 ( #18429 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-10-20 17:34:35 +00:00
Wade Ying Xing
244f40fbe8
test(gitlab): improve test case ( #18393 )
2022-10-19 06:41:39 +03:00
Gabriel-Ladzaretti
e9153ea294
feat(host-rules): prepend scheme when missing one and containing a url path ( #18358 )
2022-10-17 17:52:40 +03:00
fzoske
398403878e
feat(presets): add 'SPFx' monorepo ( #18127 )
2022-10-17 12:18:49 +02:00
Adam Setch
61f8c9895f
feat(replacement): add apollo-server scoped replacement ( #18284 )
2022-10-14 06:53:34 +03:00
Alden Quimby
c22380d65c
feat(preset): Add ts-auto-mock to packages:jsUnitTest ( #18252 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-12 05:45:17 +00:00
Snazzah
8b9259b0e9
feat(presets): add mailing monorepo ( #18277 )
2022-10-12 04:10:04 +00:00
Sebastian Poxhofer
d3dba2cd14
feat(manager/helmv3): add postUpdateOption to update subchart archives ( #18162 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-11 16:00:52 +00:00
Josh David
67bd6ada7e
feat(presets): add yarn monorepo ( #18237 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-10-11 15:09:19 +00:00
Ev Haus
f292ba8921
feat(presets): Add eslint-config-globex
monorepo ( #18169 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-07 16:33:41 +00:00
Gabriel-Ladzaretti
8118be0acb
feat(replacement): add messageformat monorepo replacement ( #18114 )
2022-10-06 14:24:35 +00:00
Rhys Arkins
dbc4d0b669
fix: exclude unstable data from cache fingerprints ( #18148 )
2022-10-06 15:39:15 +02:00
Rhys Arkins
87910eb417
fix(java): add java-jre to LTS workaround ( #18118 )
2022-10-05 15:21:23 +02:00
Tobias Ibounig
070df56d00
fix(java): add sapmachine to LTS workaround ( #18122 )
2022-10-05 14:08:25 +02:00
Gabriel-Ladzaretti
0ab15a4b21
refactor(replacements): added support for multiple args for addPrestes ( #18124 )
2022-10-05 12:36:41 +02:00
Adam Setch
ac5ec2b723
feat(java): add workaround to limit releases to java LTS versions ( #18007 )
2022-10-04 15:53:51 +00:00
Matteo
74c88dd42c
feat(presets): add 'Automapper' monorepo ( #18102 )
2022-10-04 14:10:31 +03:00
Matteo Spreafico
95b0bc76bf
feat(presets): add trpc monorepo ( #18077 )
2022-10-02 07:54:46 +00:00
Johannes Feichtner
b92be76cb8
feat(preset): ensure regexManagers:dockerfileVersions also matches arguments with space separator ( #18062 )
2022-09-30 21:53:52 +02:00
bjuraga
f4bbf71b0b
feat: Add bump version to nuget ( #17903 )
2022-09-25 18:45:45 +00:00
Rhys Arkins
17c2a006d2
feat: matchCurrentValue ( #17953 )
2022-09-25 06:56:02 +00:00
Alexander Grießer
9efc8a428c
fix(bitbucket-server): Fix retrival of config files with oneline json5 comments ( #17904 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-22 05:59:41 +00:00
Rhys Arkins
6ee1a8d931
fix(presets): consolidate fastify workarounds ( #17855 )
2022-09-19 08:28:12 +00:00
Nicolas Dubois
485adca671
feat(preset): replacement presets for Fastify plugins ( #17759 )
2022-09-18 06:19:30 +00:00
HonkingGoose
dd46870c36
feat(presets): add TanStack/query monorepo ( #17816 )
2022-09-17 09:10:21 +00:00
Jacob Rask
a6b71b6b15
feat(presets): Add @parcel/css -> lightningcss replacement ( #17766 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-16 10:18:39 +00:00
Maron
c741649530
feat: show warning in pr body ( #17609 )
2022-09-12 09:08:45 +00:00
Marcel
208a316c39
feat: woodpecker manager ( #17297 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-07 08:10:27 +03:00
HonkingGoose
82552c088a
fix(config): improve text in description field ( #17585 )
2022-09-02 14:47:07 +02:00
Rhys Arkins
9bc8b05af3
feat: http keepalives ( #17582 )
2022-09-02 12:32:34 +02:00
Michael Kriese
13574419ba
feat(http): support dns cache ( #17533 )
2022-08-31 11:49:54 +00:00
RahulGautamSingh
1ca1a214e8
refactor: use optional chaining ( #17510 )
2022-08-30 17:30:57 +02:00
Michael Kriese
4c52a27d83
test: modernize code ( #17470 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-08-30 06:14:57 +00:00
HonkingGoose
f026106192
fix(bitbucket-server): fix typo in log message and spec file ( #17461 )
2022-08-29 09:40:09 +00:00
HonkingGoose
d93984d33a
feat(preset): create react-query and react-query/devtools replacements, add now-to-vercel to replacements:all ( #17279 )
2022-08-28 04:25:07 +00:00
Rhys Arkins
f764f8879c
feat(config): containerbaseDir ( #17414 )
2022-08-25 15:43:06 +00:00
Gabriel-Ladzaretti
a54cc47950
feat(repo/changelogs): allow user configuration of source url ( #16873 )
2022-08-22 23:16:00 +03:00
Gabriel-Ladzaretti
039fce8dc6
refactor(repository/cache): add support for adding various cache clients ( #17146 )
...
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-21 12:53:20 +00:00
Jamie Magee
844887a0cc
feat(presets/replacements): add now-to-vercel replacement ( #17293 )
2022-08-20 07:18:05 +02:00
Adam Setch
ca5be4be9a
feat: new branchNameStrict configuration flag ( #17216 )
2022-08-19 21:14:51 +00:00
HonkingGoose
b45ed0941e
feat(preset): group Ruby on Rails packages ( #17193 )
2022-08-18 16:48:15 +00:00
Michael Kriese
2525f7146b
fix(presets): handle null values from azure ( #17236 )
2022-08-17 15:51:59 +00:00
Benjamin Appel
551a40ccab
feat(manager/dockerfile): add support for registryAliases ( #17139 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Niko Hass <nikohass571@gmail.com>
Co-authored-by: Niko Haß <48032410+nikohass@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-17 13:57:53 +00:00
Michael Kriese
0316a5e62d
test: use jest v29 ( #17151 )
2022-08-16 14:22:29 +02:00
IKEDA Sho
c8ca4267ef
fix(manager): correctly escape the dot character in fileMatch ( #17048 )
2022-08-08 17:20:16 +02:00
Michael Kriese
e8b3aefe08
feat(presets): add xUnit.net monorepo ( #17036 )
2022-08-08 10:27:36 +00:00
Hasan Awad
4ead106f81
feat(util/template): add prettyNewMajor and prettyNewVersion field ( #16831 )
...
* initial
* expose prettyNewVersion and prettyNewMajor
* tests
* revert change
* simplify
* test naming
* documentation
* documentation
* remove wrong documentation
* expose template finction
* tests naming
* combine condition
* Update docs/usage/templates.md
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* remove unecessary nullish op
* Update docs/usage/templates.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Expose prettyVersion and prettyMajor
* documentation
* remove function and use regex
* lexographic order
* tests need fixing
* add tests
* Captial letter
* renaming and prettyNewMajor
* space
* move to upgrade interface
* use new fields where v is prepended manually
* move to interface
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-08 07:50:36 +00:00
Michael Kriese
ce2318765f
fix: Revert "fix(renovate-config-validator): add validate presets to the validator" ( #17012 )
...
Revert "fix(renovate-config-validator): add validate presets to the validator (#16468 )"
This reverts commit 4b0b49e1c6
.
2022-08-06 05:27:07 +00:00
Philip
4b0b49e1c6
fix(renovate-config-validator): add validate presets to the validator ( #16468 )
2022-08-05 05:31:37 +00:00
Yun Lai
f07dcfb03a
feat: add hermit binary source ( #16259 )
2022-08-05 05:17:11 +00:00
Michael Kriese
ababf34c7e
refactor(gitea): cleanup types ( #16968 )
2022-08-04 12:00:48 +00:00
Michael Kriese
a251fc494d
feat(platform/gitea): support native automerge ( #16885 )
...
* feat(platform/gitea): support native automerge
* Update lib/modules/platform/gitea/index.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/platform/gitea/index.ts
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/modules/platform/gitea/index.spec.ts
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-08-02 12:29:08 +02:00
Michael Kriese
16ea835218
feat(platform/gitea): support draft PR ( #16888 )
...
* feat(platform/gitea): support draft PR
* docs: update support state
* Update docs/usage/configuration-options.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-08-02 09:47:52 +00:00
Sergei Zharinov
e4dbd4ad49
fix(ci): Restrict template expressions ( #16834 )
...
* fix(ci): Restrict template expressions
* Fix
* Fix
* Fix
2022-07-30 16:28:31 +02:00
Michael Kriese
ab7ddb5e3c
feat(platform/gitea): support automergeStrategy
( #16851 )
...
* feat(platform/gitea): support `automergeStrategy`
* chore: revert change
* Update docs/usage/configuration-options.md
* Update docs/usage/configuration-options.md
2022-07-29 14:40:26 +02:00
aKzenT
5bcbedcde1
feat(preset): include applicationinsights-dotnet as monorepo ( #16685 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-07-26 05:40:27 +00:00
Rhys Arkins
8d0c72af06
fix(config): filter out invalid massaged packageRules ( #16778 )
...
Closes #16777
2022-07-26 08:25:37 +03:00
IKEDA Sho
04ba9cd44e
test(config/decrypt): Use CONFIG_VALIDATION constant ( #16730 )
2022-07-24 06:13:21 +02:00
horihel
c2b19d8dd0
feat(preset): add grafana monorepo ( #16697 )
...
add grafana monorepo to monorepo list
2022-07-22 07:55:13 -07:00
Hasan Awad
9ca19dbe24
refactor(config/presets): for loop of resolveConfigPresets
( #16677 )
2022-07-22 12:53:56 +00:00
Michael Kriese
0cc8e2bb02
refactor(preset): sort monorepos ( #16695 )
2022-07-22 11:03:35 +02:00
Michael Kriese
4f82df4c3d
feat(buildpack): enable cache ( #16591 )
2022-07-21 07:00:02 +00:00
RahulGautamSingh
5b74dad583
refactor(migrations): migrate depTypes ( #16421 )
...
* migrate depTypes
* migrate more depTypes
* Revert "migrate more depTypes"
This reverts commit 3f97d9eb82
.
* more migrations
* Update dep-types-migration.ts
* Update dep-types-migration.ts
* refactor: add tests and revert some changes
* add separate class for each dep-type
* Update peer-dependencies-migration.ts
* add tests
* update types
* modify test
* - Use regex to detect all depTypes
- Fix arrMigrate -> arrMigrate.migratedConfig
* add new interface for depTypes
* remove if-block
* Update lib/config/migrations/custom/dep-types-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* run prettier
* Update lib/config/migrations/custom/dep-types-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-21 05:06:32 +00:00
Maron
a93cd9f4bd
refactor: move dependencyDashboardRebaseAllOpen parameter closely to worker ( #16628 )
2022-07-18 10:06:16 +02:00
Michael Kriese
ef64863f88
fix(preset/gitlab): manual parse json ( #16592 )
2022-07-15 10:32:12 +00:00
Steffen Schroeder
fa17909e8f
feat(preset): extend NestJS monorepo ( #16520 )
2022-07-11 08:26:51 +00:00
RahulGautamSingh
5774fb3f2a
refactor(migrations): class-based migration for packageRules ( #16390 )
...
* use class-based migration for packageRules
* fix errors
* refactor: remove unnecessaru if statement
* refactor: use argument
* refactor: apply suggestions
* Update lib/config/migrations/custom/package-rules-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/config/migrations/custom/package-rules-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* refactor: import type PackageRule
* Update lib/config/migrations/custom/package-rules-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-11 04:59:06 +00:00
RahulGautamSingh
5bfa68b8d3
refactor(migrations): migrate package files ( #16393 )
...
* create file
* use class-based migration for packageFiles
* add tests
* fix errors
* fix merge errors
* Update lib/config/migrations/custom/package-files-migration.ts
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
* Update lib/config/migrations/custom/package-files-migration.ts
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
* add test
* Update index.ts
* modify test
* fix type
* refactor
* Update lib/config/migrations/custom/package-files-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/config/migrations/custom/package-files-migration.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* readd todo
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-07 07:53:47 +00:00
Florian Greinacher
93c2d053a3
feat(manager/gitlabci): add support for registryAliases ( #16227 )
...
* feat(manager/gitlabci): add support for CI_REGISTRY
* fix: pass correct property
* chore: adapt tests
* docs; add documentation for the new option
* test: extend test cases
* fix: do the abc properly
* refactor: switch to using registryAliases option
* docs: mention registry variable
* style: remove extra heading
* docs: fix sentence
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* docs: move documentation to managers
* docs: fix formatting
* refactor: handle default value in function body
* refactor: remove unused function
* refactor: move registry alias handling to dockerfile manager
* style: remove unused import
* refactor: use match groups directly
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* refactor: add dockerfile manager tests
* chore: fix variable name
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-07 09:42:31 +02:00
RahulGautamSingh
8b9d038fa3
refactor(migrations): migrate node ( #16422 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-07-06 04:39:48 +00:00
RahulGautamSingh
895218d2a9
refactor: migration semantic prefix ( #16218 )
2022-07-06 02:34:21 +00:00
Johannes Feichtner
8738b0a47c
feat(versioning/redhat): Support for Red Hat release versioning ( #16294 )
2022-07-03 23:39:13 +00:00
RahulGautamSingh
f82c8674bd
refactor(migrations): master issue ( #16399 )
2022-07-03 10:33:33 +00:00
RahulGautamSingh
8bd206b946
fix(config): preserve packageRules order when migrating ( #16367 )
2022-07-02 06:32:47 +00:00
HonkingGoose
322deea7a3
fix(config): link to configMigration
issue ( #16360 )
...
* fix(config): link to `configMigration` issue
* Update lib/config/options/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-01 13:45:11 +00:00
Rhys Arkins
2c787034eb
fix(config): improve config migration PR body and title ( #16355 )
2022-07-01 14:24:08 +02:00
jatladams
e1bb2581ef
feat(bitbucket-server): Support gitUrl ( #13875 )
2022-07-01 11:59:58 +02:00
Jonathan Narwold
c3fd5c2edf
feat(bundler): support conservative mode ( #16129 )
2022-07-01 08:49:23 +00:00
HonkingGoose
7adab3cc45
docs: improve description for internal presets ( #16338 )
2022-07-01 08:19:33 +02:00
Hasan Awad
e174ad084b
feat(config/presets): add memory caching for config fetching ( #16274 )
2022-06-29 15:31:49 +00:00
HonkingGoose
0d7c4300da
docs(presets): rewrite gitSignOff description ( #16302 )
2022-06-29 11:40:26 +02:00
HonkingGoose
bfe47623f7
fix(config): update default dependencyDashboardHeader ( #16206 )
2022-06-28 02:36:22 +00:00
Gabriel-Ladzaretti
26cf208e2c
docs(core/config): Experimental feature handling ( #16183 )
2022-06-25 10:10:35 +02:00
Alan Ross-Ross
1f778166e5
feat(bumpVersion): add prerelease semver level ( #15626 )
2022-06-25 07:38:19 +02:00
Michael Kriese
cfc8b0b859
fix(config): add missing globalOnly
flags ( #16202 )
2022-06-24 11:32:41 +02:00
Tobias
3d96c7c5a1
feat(config): print hostRules when printConfig=true
( #15699 )
2022-06-23 07:39:31 +00:00
Gabriel-Ladzaretti
e46af63184
fix(onboarding): Avoid workarounds descriptions in onboarding PRs ( #16175 )
2022-06-22 02:19:15 +00:00
Michael Kriese
10302eba68
refactor: fix prefer-nullish-coalescing
( #16171 )
2022-06-21 12:02:49 +00:00
Michael Kriese
e5c6f38d75
refactor: enable strict checks ( #16168 )
...
* refactor: enable strict checks
* chore: revert changes
* chore: fix tsconfig
2022-06-21 13:00:21 +02:00
RahulGautamSingh
03b0d2a24e
refactor(lib/workers): fix null-check for tests ( #16163 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-21 09:39:30 +00:00
Sergei Zharinov
0cf4f48842
refactor: Strict null checks for all files except tests ( #16071 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 11:47:07 +02:00
Gabriel-Ladzaretti
dd3598c5b8
feat(config/migration): migrate config with a PR ( #15122 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-06-18 12:12:31 +00:00
RahulGautamSingh
abe821ac4d
refactor: update WorkerExtractConfig type definition ( #16020 )
...
* update WorkerExtractConfig types
* update comment
* move worker-extract
* update CustomManager
* move interface RegExManagerTemplates manager->config
* fix import error
* rename CustomManager -> RegExManager
* fix lint error
2022-06-16 18:18:36 +02:00
Justin Waite
0c76f701d6
feat(preset): add remix monorepo ( #16092 )
...
feat(preset): add monorepo location for remix framework
2022-06-15 20:02:33 +00:00
Brad Jorsch
ef41262f17
fix: resolve repoConfig.packageRules.extends with repo config ( #14978 )
2022-06-13 14:19:44 +00:00
Michael Kriese
208b84f4a8
fix(config): no stabillity days for vulnerability alerts ( #15993 )
2022-06-10 11:54:15 +00:00
RahulGautamSingh
996e4a6e57
feat: rename aliases to registryAliases ( #15877 )
2022-06-10 05:14:49 +00:00
Michael Kriese
4a177c8078
feat(preset): add SkiaSharp monorepo ( #15970 )
2022-06-10 04:31:41 +00:00
Michael Kriese
49d851e5fd
refactor: tighten typescript types ( #15965 )
2022-06-09 12:17:05 +00:00
Gabriel-Ladzaretti
f35048f9df
feat(preset): Replacement presets for Material-UI ( #15825 )
2022-06-07 10:52:50 +02:00
Rhys Arkins
143d72c600
fix: Revert "refactor: runtime-config-narrowing" ( #15915 )
...
Revert "refactor: runtime-config-narrowing (#15897 )"
This reverts commit a9a81275bf
.
2022-06-06 19:07:50 +02:00
RahulGautamSingh
a9a81275bf
refactor: runtime-config-narrowing ( #15897 )
...
* refactor/runtime-config-narrowing
* remove test
* apply fixes
* reorder tests
2022-06-05 17:20:48 +02:00
Rhys Arkins
cf6885f71a
fix(config): move endpoint, platform to GlobalConfig ( #15864 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-03 06:43:58 +02:00
Rhys Arkins
000598cfa3
refactor: Revert "refactor: add option endpoint to global config ( #15843 )"
2022-06-02 21:20:34 +02:00
RahulGautamSingh
bd6e42236c
refactor: add option endpoint to global config ( #15843 )
2022-06-02 14:46:22 +02:00
Sergei Zharinov
5495ab6394
refactor: Enable strict null checks for lookup-related functionality ( #15848 )
2022-06-02 13:56:14 +02:00
Gabriel-Ladzaretti
c92f052239
feat(core/automerge): Allow a separate schedule for automerge ( #15680 )
...
* feat(core/automerge): Allow a separate schedule for automerge
- init commit
* feat(core/automerge): Allow a separate schedule for automerge
- lint ci fix
* feat(core/automerge): Allow a separate schedule for automerge
- added docs entry
* feat(core/automerge): Allow a separate schedule for automerge
- added test coverage
* feat(core/automerge): Allow a separate schedule for automerge
- config-description.ts reorder methods
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
- revert schedule.spec.ts changes
- reset mocks in automerge.spec.ts
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
* Apply suggestions from code review
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes log update
* feat(core/automerge): Allow a separate schedule for automerge
- cr changes
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* feat(core/automerge): Allow a separate schedule for automerge
- prettier fix and test update
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-05-31 07:13:05 +02:00
Gabriel-Ladzaretti
2cec5c06f4
feat(preset): Replacement preset for Material-UI to MUI ( #15774 )
2022-05-31 04:48:02 +00:00
RahulGautamSingh
56170df9ae
refactor: move updateInternalDeps to worker logic ( #15790 )
2022-05-31 03:53:25 +00:00
Gabriel-Ladzaretti
50d9dedc6e
feat: branchPrefixOld ( #15591 )
2022-05-28 11:53:34 +00:00
Rhys Arkins
4b0102f08b
fix(gomod): default to not massaging replace statements ( #15767 )
2022-05-28 10:19:36 +02:00
Michael Kriese
3ee32bce6c
fix: Revert "fix: move update internal deps to worker logic" ( #15756 )
2022-05-27 16:44:58 +02:00
RahulGautamSingh
9e7659f754
fix: move update internal deps to worker logic ( #15745 )
2022-05-27 09:22:56 +02:00
Dominic Seitz
292f144590
refactor(gitea): use env variable endpoint without api path appendix ( #15055 )
...
* refactor: use gitea env variable endpoint without api path appendix
* refactor: use regex for api path trimming
* refacotr: move api path constant to gitea-helper
* refactor: consider end of string for api path trimming
* refactor: use baseUrl in gitea helper tests
* test: use toEqual instead of snapshot test
* refactor: update gitea default endpoint
* test: update gitea base url
* test: update init platform test
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* test: fix linting
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-24 18:32:45 +00:00
Rhys Arkins
c3acca8877
refactor: better manager types ( #15708 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-24 07:01:43 +00:00
Hasan Awad
5ae75f59a2
fix(config/options): handle pin digest commitMessageExtra ( #15678 )
...
handle pin digest commit message
2022-05-22 15:51:28 +02:00
sommmen
768e178419
feat(presets): Add monorepo NSwag ( #15647 )
...
* feat(presets): Add monorepo NSwag
> `Detected package downgrade: NSwag.MSBuild from 13.16.0 to 13.15.10.`
Stops code from breaking on package upgrade.
Please see: https://github.com/RicoSuter/NSwag under the section 'nuget packages'. for a list of packages.
* Alphanumeric sort
2022-05-19 11:11:09 +02:00
Rhys Arkins
cf60a57cd4
fix(config): migrate requireConfig=false ( #15640 )
2022-05-18 19:42:33 +00:00
Maron
0cf2ab4823
feat: refactor requireConfig option ( #15594 )
2022-05-18 10:21:51 +00:00
Stefan Hojer
e91ea8124d
feat(config): pass baseConfig to transitive presets ( #15537 )
...
* pass baseConfig to transitive presets
* add test for checking endpoint/platform in resolveConfigPresets()
* incorporated review findings
* removed mockClear() as it is no longer needed
* test: apply changes
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-18 09:44:24 +00:00
Michael Kriese
8c20872ee2
fix(config): unicodeEmoji
is a global only option ( #15631 )
2022-05-18 11:32:27 +02:00
Christian Bewernitz
8d7e309c19
feat(presets): Add replacements:xmldom-to-scoped ( #15588 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-17 15:32:16 +00:00
Alexandre Paradis
76399e0a0c
feat(preset): add jsPlumb monorepo ( #15605 )
...
* feat(config): add jsPlumb monorepo
* Update lib/config/presets/internal/monorepo.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-17 05:36:51 +00:00
Michael Kriese
123d42639f
test(config): fix mocking ( #15600 )
2022-05-16 14:41:46 +00:00
Pascal Jufer
75ca046eda
feat(presets): add react-page
monorepo ( #15601 )
2022-05-16 13:52:11 +02:00
Sean Fausett
5043379847
fix(dockerfile): loosen default dockerfile manager filematch ( #15583 )
2022-05-15 06:00:45 +02:00
tsuyoshi wada
31b10e73c6
feat(preset): add acot monorepo ( #15563 )
2022-05-13 08:18:17 +00:00
Martin Herndl
9ea60bb7f5
feat(preset): group PHPStan packages together ( #15509 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-13 07:26:32 +00:00
Maron
9fa73552d7
feat: Measure Metric extend repository result to differentiate ( #15361 )
2022-05-11 05:52:33 +00:00
Mikhail Advani
114e6da927
fix(python): remove default versioning ( #15447 )
2022-05-05 12:56:16 +02:00
Rhys Arkins
e79813d32e
feat: gomodNoMassage ( #15462 )
2022-05-05 11:33:50 +02:00
crapStone
4f2c6ea5fd
feat: add futures-rs, tauri and wasm-bindgen to monorepos ( #15040 )
2022-05-03 12:09:05 +00:00
Oscar Dominguez
e218379958
feat(presets): add support to presets ending with .json5
or .json
( #15377 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-02 16:34:09 +02:00
HonkingGoose
01d3465291
fix(matchUpdateTypes): improve config option description ( #15371 )
2022-04-29 12:52:22 +02:00
Michael Kriese
ef470f7f92
feat(config): parse json files as json5 ( #15187 )
2022-04-29 08:34:55 +00:00
Hasan Awad
e0053be5d6
fix(process/lookup): pinDigest update type ( #14658 )
2022-04-29 09:49:15 +02:00
strowk
d288f1409e
feat(preset): add datadog browser sdk monorepo ( #15362 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-29 03:19:10 +00:00
StinkyLord
50d23e6576
feat(config): add configErrorIssue to suppressNotifications to disable issues on config failure ( #15296 )
2022-04-28 14:54:49 +02:00
HonkingGoose
a0b8783e7b
fix(useBaseBranchConfig): improve description text ( #15339 )
2022-04-27 16:14:31 +00:00
Michael Kriese
982cefff2b
refactor(config): strict null checks ( #15291 )
...
* refactor(config): strict null checks
* chore: fix test
2022-04-24 22:48:54 +00:00
HonkingGoose
4ff728d72c
fix: improve descriptions for config options ( #15217 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-23 17:17:16 +00:00
Parvesh Chaudhary
6ea48d19e3
feat: pruneBranchAfterAutomerge ( #15126 )
2022-04-23 09:48:23 +00:00
Rhys Arkins
62694efae7
fix(config): validate integer ( #15206 )
2022-04-20 20:44:19 +00:00
Rhys Arkins
5f1f104d65
fix(git): remove default gitTimeout ( #15200 )
2022-04-20 22:33:36 +02:00
Michael Kriese
78eb54361d
refactor(platform:azure): strict null checks ( #15189 )
2022-04-20 11:22:23 +01:00
HonkingGoose
a8930b7256
chore(gitTimeOut): improve description ( #15180 )
2022-04-19 21:51:20 +02:00
Hasan Awad
9270ebad80
feat: add git timeout ( #14914 )
2022-04-17 18:12:42 +01:00
Maksim
6330414ad1
refactor(migrations): matchStrings ( #15061 )
...
* refactor(migrations): matchStrings
* refactor(migrations): use regEx helper
2022-04-16 22:13:32 +02:00
Alex Kessock
37d3b1da7c
feat: Add configuration option githubTokenWarn ( #14902 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-13 16:03:05 +00:00
Michael Kriese
64f5bd5f03
test: enforce lint style rules ( #15085 )
2022-04-12 14:49:49 +00:00
Michael Kriese
443bef5c52
test: cleanup snapshot tests ( #15082 )
2022-04-12 15:09:19 +01:00
MaronHatoum
3e312fd641
feat: refactor dry-run option ( #14849 )
...
* feat : added dryRun new behavior + added more migration
* feat : revert extra space
* feat : revert extra code
* feat : added unit tests
* feat : added unit tests
* feat : removed extra tests + removed unnecessary condition
* feat: changes after CR
* feat: added dry run migration cli and env + unit tests
* Update lib/workers/global/config/parse/cli.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* feat: migration changes + added logs + added unit test
* feat: removed log msgs + change unit test
* feat: update
* feat: update
* Update lib/workers/global/config/parse/cli.ts
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-11 20:29:02 +00:00
Maksim
5a70fa8805
refactor(migrations): gitLabAutomerge and azureAutoComplete ( #14975 )
2022-04-11 16:27:56 +00:00
Maksim
07620cdf3a
feat(migrations): support regexp as property name for migration ( #15038 )
...
* feat(migrations): support regexp as property name in migration
* refactor(migrations): add unit test
* refactor(migrations): fix coverage
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-11 01:52:40 +00:00
HonkingGoose
3e910bb4a3
fix: set mergeable
=false
for ignorePaths
config option ( #14946 )
2022-04-10 09:07:37 +02:00
sommmen
67152ddcf3
feat(presets): Add monorepo Azure AD IdentityModel ( #14988 )
2022-04-08 10:07:52 +01:00
Maksim
5c03670736
feat(migrations): deprecate parentKey param ( #14886 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-04 05:15:11 +00:00
Maksim
eb938e4362
refactor(migrations): separateMajorReleases ( #14911 )
2022-04-04 04:24:35 +00:00
Maksim
bbb6eb122e
refactor(migrations): branchPrefix ( #14910 )
2022-04-02 21:07:15 +02:00
Maksim
7a8180b3b0
refactor(migrations): extends ( #14807 )
2022-04-02 05:16:34 +00:00
Stefan Kip
74766c1c66
fix: Referencing a preset on Azure DevOps with space in project name doesn't work ( #14800 ) ( #14826 )
2022-03-29 07:48:45 +00:00
Rhys Arkins
92477ae1c7
fix: Revert "fix: resolve repoConfig.packageRules.extends with repo config" ( #14842 )
2022-03-29 09:01:14 +02:00
Maksim
0e6d2b674f
refactor(migrations): unpublishSafe ( #14680 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-03-29 05:42:28 +02:00
Michael Kriese
89d7fdf781
Revert "feat: extend dryRun options to extract lookup full ( #14555 )" ( #14836 )
...
This reverts commit 39471b57ad
.
2022-03-29 02:47:54 +02:00
Maksim
25d793f690
refactor(migrations): schedule ( #14737 )
2022-03-28 14:16:43 +02:00
MaronHatoum
39471b57ad
feat: extend dryRun options to extract lookup full ( #14555 )
2022-03-28 13:55:26 +02:00
Rhys Arkins
c56f5b9e72
fix(npm): allow for missing dist-tags/latest ( #14821 )
...
Closes #14814
2022-03-28 10:55:14 +02:00
RahulGautamSingh
e64b7576e9
feat: matchSourceUrls ( #14813 )
2022-03-28 09:58:20 +02:00
Maksim
0af1be577d
refactor(migrations): ignoreNpmrcFile ( #14802 )
2022-03-25 19:39:14 +00:00
Brad Jorsch
e2b6466376
fix: resolve repoConfig.packageRules.extends with repo config ( #14688 )
2022-03-25 14:05:48 +00:00
Maksim
6de8b1db2b
refactor(migrations): packages ( #14736 )
2022-03-22 04:49:15 +01:00
Maksim
ab8e1c634e
refactor(migrations): packageRules ( #14625 )
2022-03-21 04:54:49 +00:00
Michael Kriese
3eaf416862
fix(preset): better @types/jest
grouping ( #14715 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-03-17 21:53:04 +00:00
Maksim
6ac710db45
refactor(migrations): baseBranch ( #14677 )
2022-03-16 04:31:34 +00:00
Maksim
600f603cf4
refactor(migrations): branchName ( #14679 )
2022-03-16 05:17:14 +01:00
Maksim
c147324169
refactor(migrations): automerge ( #14644 )
2022-03-15 05:37:44 +00:00
Maksim
edd5f1aab8
refactor(migrations): packagePattern ( #14667 )
2022-03-14 23:53:35 +01:00
Michael Kriese
2bfb5604dc
fix(presets): optimize error handling ( #14653 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-03-14 16:23:30 +00:00
Rhys Arkins
a2b47c822f
feat(npm): support custom registryUrls ( #14622 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-14 09:13:21 +01:00
Maksim
12a63f30c2
refactor(migrations): packageName ( #14645 )
2022-03-14 07:10:36 +00:00
Maksim
47feeb4f43
refactor(migrations): automergePatch ( #14637 )
2022-03-14 05:09:53 +00:00
Maksim
2e1dd754a1
refactor(migrations): automergeMinor ( #14633 )
2022-03-13 15:27:09 +01:00
Maksim
0b54d5e590
refactor(migrations): automergeMajor ( #14634 )
2022-03-13 11:38:28 +00:00
Maksim
317f8cae98
refactor(migrations): automergeType ( #14626 )
2022-03-12 23:31:46 +01:00
Maksim
816621db6c
refactor(migrations): suppressNotifications ( #14603 )
2022-03-11 08:31:26 +00:00
HonkingGoose
23c67c03a1
fix(config options): capitalize proper noun Git ( #14583 )
2022-03-09 14:29:02 +01:00
Hasan Awad
f412eb3ec6
fix(config): changed digest commit message topic ( #14568 )
2022-03-08 16:52:02 +01:00
Maksim
92f8cb6e31
refactor(migrations): renovateFork ( #14532 )
2022-03-05 21:11:02 +00:00
Rhys Arkins
8bd77f747b
feat(gradle): remove deepExtract ( #14497 )
...
Removes Gradle `deepExtract` option
BREAKING CHANGE: Option `deepExtract` is now removed and will be ignored
2022-03-04 09:04:02 +01:00
Rhys Arkins
143c9a6751
refactor: rename lookupName -> packageName ( #14494 )
...
Renames `lookupName` to be `packageName`.
BREAKING CHANGE: Use `packageName` instead of `lookupName` if interacting with Renovate datasources directly.
2022-03-04 09:04:02 +01:00
Rhys Arkins
a61821bde8
refactor: repository worker ( #14489 )
...
Refactors branch and pr worker to be under repository worker.
2022-03-04 09:04:02 +01:00
Rhys Arkins
dca3418bbd
refactor: lib/modules ( #14488 )
...
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/
BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
2022-03-04 09:04:02 +01:00
Scott Busche
f38729687b
fix(config/preset): Update dotNetCore Docker Group ( #14476 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-02 05:22:50 +00:00
ò_ó
d5e010b002
feat(presets): add @pixi packages ( #14470 )
2022-03-01 16:54:19 +01:00
Rhys Arkins
68a4415eb4
refactor(config): rename preset packageName/pkgName to repo ( #14453 )
2022-02-28 17:39:44 +01:00
Rhys Arkins
b7eab64efb
feat(config): deprecate non-default npm presets ( #14444 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-02-28 15:14:58 +01:00
Jacob Rask
47eabc9a74
feat(config): Add Percy CLI monorepo preset ( #14434 )
2022-02-27 12:24:34 +00:00
Jacob Rask
8bdabd4dfe
feat(config): Add Fela monorepo preset ( #14435 )
2022-02-27 11:46:58 +00:00
Jacob Rask
6a757f1d66
feat(config): Add Sitecore JSS monorepo preset ( #14436 )
2022-02-27 11:34:59 +00:00
Rhys Arkins
f9ce0e1004
fix(npm): extract packageRules from npmrc ( #14433 )
2022-02-27 11:36:45 +01:00
Rhys Arkins
5549d23a41
refactor(npm): use hostRules for npmrc auth ( #14424 )
2022-02-26 15:59:05 +01:00
Rhys Arkins
b130bf5afb
refactor: base64 util functions ( #14422 )
2022-02-26 10:16:54 +01:00
Sergei Zharinov
a674f727dd
feat(github): Platform-native REST-based push ( #14271 )
2022-02-24 15:32:46 +01:00
MaronHatoum
2c10b15a9b
refactor: change secrets/replaceSecretsInObject function name to camel case ( #14318 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-21 16:11:40 +00:00
Tobias Gruetzmacher
4b1750eab0
feat(presets): add Apache Groovy monorepo ( #14296 )
2022-02-18 12:32:16 +01:00
Max Rose
977a027125
fix(presets): log depreciation only if fallback found ( #14281 )
2022-02-18 03:54:40 +01:00
Kaj Ström
c424a84f87
feat(maven): bumpVersion support ( #14201 )
2022-02-17 08:57:13 +00:00
David DOLCIMASCOLO
fd423903f0
fix(presets): Handle MUI (previously: Material-UI) organization change in material-ui monorepo ( #14252 )
2022-02-16 15:07:45 +01:00
Alexandre Paradis
b5c4f714e1
feat(config): add Sendgrid package for Node monorepo ( #14134 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-15 21:25:50 +00:00
Alexandre Paradis
85aa03d0db
Add @nestjs/passport to Nest monorepo ( #14239 )
2022-02-15 15:04:35 +01:00
Maksim
00cab7c3a7
refactor(migrations): pathRules ( #14203 )
...
* refactor(migrations): pathRules
* refactor(migrations): fix typings & test
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-15 07:15:09 +00:00
Florian Greinacher
f4291e8f8f
fix(preset/workarounds): do not upgrade from Alpine stable to edge ( #14220 )
...
* fix: do not upgrade from Alpine stable to edge
* add doNotUpgradeFromAlpineStableToEdge to workarounds:all
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-14 22:30:45 +00:00
Maksim
da3772ab18
refactor(migrations): host rules ( #13874 )
2022-02-13 20:07:09 +00:00
StinkyLord
780a699573
docs(preset): update :pinDependencies
description ( #14144 )
2022-02-13 09:59:16 +01:00
Oleg Krivtsov
0786775005
feat(workers/global): support eager resolving of presets ( #13279 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-11 11:35:29 +00:00
Michael Kriese
5723be1ac5
refactor: add strict null checks ( #14169 )
2022-02-11 11:02:30 +01:00
LeoniePhiline
2252ca8c44
feat(presets): add parcel monorepo ( #14142 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-10 16:30:00 +00:00
Maksim
090c81af1b
refactor(migrations): compatibility ( #13869 )
...
* refactor(migrations): compatibility
* refactor(migrations): fix test coverage
* refactor(migrations): add unit test
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-10 14:42:58 +00:00
Alexandre Paradis
dbadaef47c
feat(config/preset): Add MikroORM monorepo ( #14122 )
2022-02-10 00:46:45 +01:00
Maksim
638d958cc2
fix(migrations): don't migrate properties twice ( #14101 )
2022-02-09 16:20:47 +00:00
Jamie Magee
3b7e9a17cb
refactor: set importsNotUsedAsValues to error ( #14052 )
2022-02-07 06:37:17 +00:00
César Soto Valero
790ff0196f
feat(config): workaround for web3j v5.0.0 ( #13939 )
2022-02-01 08:55:15 +01:00
Oleg Krivtsov
368903ab81
feat: support new rangeStrategy=in-range-only ( #13257 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-30 03:46:22 +00:00
Rhys Arkins
86b0ef09ae
feat: defaultRegistryUrls ( #13907 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-01-29 13:36:08 +00:00
Nils Plaschke
3c4a3c1c43
fix: pass undefined to global secret replace ( #13908 )
2022-01-29 12:47:09 +01:00
Sergei Zharinov
0424518db2
refactor(git): Delegate commit function to platform ( #13823 )
2022-01-28 14:50:10 +01:00
Nils Plaschke
c34c1a7e3c
feat(config): replace secrets in global config ( #13445 )
2022-01-28 14:49:21 +01:00
Ana Krivokapić
ec4cf70433
fix(config): Add freeChoice to userStrings config object ( #13539 )
2022-01-28 13:40:18 +01:00
Maksim
8f64db2ff2
refactor(migrations): endpoints ( #13868 )
...
* refactor(migrations): endpoints
* refactor: fix unit test snapshot
2022-01-27 19:54:52 +00:00
Rhys Arkins
0bad22b254
chore: rename sanitize functions for better searchability ( #13826 )
2022-01-26 10:57:21 +01:00
Sébastien CROCQUESEL
55c6ae5ccb
feat: add maven datasource support to semanticPrefixFixDepsChoreOthers ( #13736 )
2022-01-26 08:45:31 +00:00
Scott Busche
7976b2c97a
feat(presets): Add @redux-devtools/extension replacement ( #13779 )
2022-01-24 18:06:34 +00:00
Rhys Arkins
2e35968146
feat(pr): display latest pending update in upgrades table ( #13768 )
2022-01-24 11:09:27 +00:00
Maksim
fee8aa26a8
refactor(migrations): raiseDeprecationWarnings ( #13761 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-24 08:20:00 +00:00
Maksim
dabe3d0e29
refactor: introduce Fixtures util class ( #12638 )
...
* refactor: introduce Fixtures util class
* refactor: align yarn.spec
* refactor: move fs mocks to __mocks__ folder
* refactor: improve fs-extra mock
* refactor: move callsite to dev deps
* refactor: use fixtures class
* refactor: use fixtures class
* refactor: reduce external variables in tests
* refactor: improve Fixtures
* refactor: add type for realFs
* refactor: remove obsolete snapshot
* fix: by comments
* refactor: provide ability to spy on mocked fs methods
* refactor: fix build
* refactor: fix by comments
* refactor: add docs
* refactor: fix unit test
* refactor: return called times checks
* refactor: fix by comments
* refactor: adjust unit test
* refactor: adjust unit test
* refactor: fix unit test
* refactor: fix by comments
* refactor: fix by comments
* refactor: update jsdoc
* refactor: fix by comments
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-23 21:23:54 +00:00
Maksim
38a6119154
feat(migrations): composerIgnorePlatformReqs ( #13759 )
2022-01-23 22:00:02 +01:00
Maksim
e02aaa42ac
feat(migrations): managerBranchPrefix ( #13757 )
2022-01-23 18:49:21 +00:00
Maksim
dd8b5ad6a8
feat(migrations): strict null checks ( #13756 )
2022-01-23 17:08:02 +00:00
Maksim
9d87ffbe38
feat(migrations): versionStrategy ( #13755 )
2022-01-23 17:30:05 +01:00
marcovmun
14bf32f588
docs(platform/bitbucket-server): Update assignees docs ( #13639 )
2022-01-22 16:35:13 +00:00
Maksim
34f4901699
feat(migrations): upgradeInRange ( #13734 )
...
* feat(migrations): upgradeInRange
* feat(migrations): add test case
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-22 12:53:07 +00:00
Markus Schuch
51a4319033
feat(presets): add new Vue 3 default repo url ( #13731 )
2022-01-21 23:23:54 +00:00
Tobias Gruetzmacher
ac408e46cb
feat(presets): add Apache Camel monorepo ( #13717 )
2022-01-21 14:28:08 +01:00
Oleg Krivtsov
a133bb96af
feat(workers/branch): allow to define a blocked label ( #12164 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-21 08:33:22 +00:00
Oleg Krivtsov
e148b66d8a
feat(config): read config from branches in baseBranches ( #12514 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-20 08:11:25 +00:00
Dan Ports
c669afb4ac
feat(preset): Add quartznet monorepo. ( #13650 )
2022-01-19 18:56:42 +01:00
Dan Ports
94645d96b9
feat(preset): Add wcf monorepo. ( #13390 )
2022-01-19 07:40:53 +00:00
Manuel
c2643fb95f
fix: Clarify digest upgrade ignore message ( #13108 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-18 20:45:05 +00:00
Oleg Krivtsov
531daff3dc
feat(schedule): support cron syntax for schedules ( #12801 )
2022-01-18 14:39:13 +01:00
Hannes Norda
f6e5e60d49
feat(manager/gomod): Add gomodTidy1.17 postUpdateOption ( #13548 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-14 13:39:01 +00:00
Maksim
574196a384
feat(migrations): split ( #13499 )
2022-01-13 08:50:20 +00:00
Michael Kriese
d984ea8bc0
feat(preset): add @renovate/pep440
replacement ( #13493 )
2022-01-11 14:55:08 +00:00
Maksim
6e94385f31
refactor(migrations): validator ( #13073 )
...
* refactor(migrations): implemented migration validator
* refactor(migrations): introduce deprecated flag
* refactor(migrations): tidy
* refactor(migrations): improve validator
* refactor: fix launch.json
* refactor: fix build
* refactor: fix coverage
* refactor: fix coverage
* refactor: introduce new jest custom matcher
* refactor: revert unnecessary changes
* refactor: return override
2022-01-10 21:01:57 +00:00
HonkingGoose
b4470ea8b4
docs(package presets): capitalize proper nouns ( #13402 )
2022-01-06 10:13:22 +00:00
HonkingGoose
c84748e5be
chore(preview presets): improve descriptions ( #13392 )
2022-01-06 09:17:55 +01:00
marcovmun
d723d78f1c
feat(matchBaseBranches): Support regex expression ( #13322 )
2022-01-05 08:53:53 +01:00
Michael Kriese
2e258d81bd
feat(preset): add ZXing.Net monorepo ( #13372 )
2022-01-04 18:07:21 +00:00
Dan Ports
f43a40f95a
feat(preset): Add sentry-dotnet monorepo ( #13340 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-03 12:09:57 +00:00
Matt Travi
9366b0e3d1
feat(presets): added the rename of babel-eslint
to @babel/eslint-parser
( #13277 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-29 08:03:50 +00:00
RahulGautamSingh
4f65b57225
refactor: refactor static regex out of for loops ( #13065 )
2021-12-29 07:26:13 +01:00
Michael Kriese
6c953ead4e
refactor: wrong function calls ( #13245 )
2021-12-22 14:20:58 +01:00
HonkingGoose
3bb3543911
docs(fetchReleaseNotes): improve description ( #13235 )
2021-12-22 14:03:09 +01:00
HonkingGoose
b72805a5fb
docs: improve groupSlug config option description ( #13236 )
2021-12-22 12:10:51 +01:00
Martin Herndl
ef304bdd94
fix(config/preset): correctly parse local Bitbucket user repo ( #13234 )
2021-12-22 11:55:34 +01:00
Matt Travi
691bd72ac0
fix(joi-to-hapi-joi-replacement): narrowed the range to prevent downgrading newer versions ( #13205 )
2021-12-20 18:34:50 +01:00
Matt Travi
7fb7b7a543
feat(hapi-replacements): added replacements for hapi and joi ( #13135 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-20 08:25:10 +00:00
Sergei Zharinov
df1d8b8302
feat(preset): Define emojibase monorepo preset ( #13201 )
2021-12-20 07:49:10 +01:00
Sebastian Poxhofer
5eea19b5be
feat(autodiscover): reverts autodiscoverfilter as array ( #13169 )
...
This reverts commit a0a770338f
.
2021-12-17 13:44:40 +01:00
RahulGautamSingh
453c249e46
fix(regex): add option to disable caching regex ( #13068 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-17 09:43:33 +01:00
Sebastian Poxhofer
a0a770338f
feat(autodiscover): allow array for autodiscoverfilter ( #13100 )
2021-12-16 15:12:35 +00:00
Rhys Arkins
6a027d28eb
fix(config): add package rule to preserveSemverRanges ( #13137 )
2021-12-16 14:00:40 +01:00
Michael Kriese
91a3a971bb
fix(config/presets): wrong node.js
group ( #13096 )
2021-12-14 08:13:11 +01:00
HonkingGoose
f7d76bb2e9
chore: sort keys replacement presets ( #13090 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-13 20:31:25 +00:00
HonkingGoose
6d956a3c1d
feat(config): add google guava to monorepo list ( #13080 )
2021-12-13 11:54:52 +01:00
Oleg Krivtsov
4ea9ed2b5e
feat(config/presets): handle slash in packageTag ( #13028 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-12 09:23:17 +00:00
Maksim
a4249f9afe
refactor(migrations): extend abstract migration ( #12963 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-11 13:56:51 +00:00
Rhys Arkins
a9d334874a
feat: binarySource=install ( #12961 )
2021-12-10 10:56:00 +00:00
Oleg Krivtsov
7e873cacf0
feat(config/presets): fetchJSONFile handle branchOrTag in Bitbucket Server ( #13005 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-10 07:17:10 +00:00
Oleg Krivtsov
ec6077d343
feat(preset)!: decrease prConcurrentLimit to 10 ( #12892 )
...
BREAKING CHANGE: Configurations extending config:base will now default to maximum 10 concurrent PRs instead of 20.
2021-12-09 13:46:27 +01:00
Sebastian Poxhofer
65ed85a652
feat(presets): group kubernetes dependencies ( #13007 )
2021-12-08 13:21:04 +00:00
Ana Krivokapić
59026c262e
feat(config): Make ignore comments configurable ( #12917 )
2021-12-08 14:11:20 +01:00
Sebastian Poxhofer
b7b0d0441f
feat(presets): add opentelemetry-go monorepo ( #13008 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-08 12:21:37 +00:00
Honza Machala
5437ac76af
feat: add @elastic/apm-agent-rum-js monorepo ( #12996 )
2021-12-07 21:50:57 +00:00
HonkingGoose
341acf2724
docs: hyphenate word third-party ( #12967 )
2021-12-06 11:54:43 +00:00
Matt Travi
5c7e9509fd
feat(preset): add rollup node-resolve plugin to the replacements list ( #12865 )
2021-11-29 07:43:57 +00:00
Sergei Zharinov
04d161252f
refactor(config/global): Enable strict null checks ( #12867 )
...
* refactor(config/global): Enable strict null checks
* Fix inefficient copying
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-11-28 13:54:46 +01:00
Oleg Krivtsov
d1229b228c
feat(platform/azure): modify getJsonFile to use branchOrTag ( #12826 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-27 05:42:10 +00:00
Sergei Zharinov
1a39195559
refactor(git): Extract types to separate file ( #12855 )
2021-11-26 20:36:17 +00:00
Oleg Krivtsov
6293641326
feat(config): add safeguard timeouts ( #12604 )
...
* Add safeguard timeouts #2804
* Fix unit tests
* Fix unit tests
* Update lib/util/exec/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Changes after code review
* Fixes after merge
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-11-25 11:18:27 +00:00
Oleg Krivtsov
cb3d75ec4e
feat(platform/gitlab): confidential issues ( #12728 )
2021-11-24 05:14:24 +00:00
Maksim
06d8c27043
refactor: global config ( #12743 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-23 21:10:45 +01:00
Rhys Arkins
2f1c8afcf2
fix(config): validate matchStrings ( #12808 )
2021-11-23 15:17:49 +01:00
Rhys Arkins
0099ba1762
fix(config): check if matchStrings is iterable ( #12759 )
2021-11-22 21:08:10 +01:00
Matt Travi
ff439b1d29
feat(cucumber-replacement): added the switch to scoped to the replacements list ( #12785 )
2021-11-22 07:05:35 +00:00
Rhys Arkins
36e8a3ec9b
fix(config): compare scopes lowercase ( #12740 )
2021-11-18 18:32:44 +01:00
Michael Kriese
baaea71728
fix(config/preset): readd subpreset support ( #12733 )
2021-11-18 10:45:17 +01:00
Rhys Arkins
55d3c0468d
fix(presets): allow spaces in repo names ( #12726 )
2021-11-17 22:27:12 +01:00
Maksim
5377b1f1aa
feat(config): migrate inline with the same sort ( #12091 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-11-17 15:43:55 +00:00
Bob van de Vijver
4e07ddf526
feat(composer): Support install before update and configure plugin behaviour ( #11990 )
2021-11-14 06:02:53 +00:00
Jamie Magee
98e7029090
feat: replace deprecated dependencies with their replacements ( #5558 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-12 08:10:52 +00:00
Tony Brix
d1e8528305
fix: add xterm to repo groups ( #12580 )
2021-11-10 03:13:29 +00:00
Rhys Arkins
bf09337076
fix: enable eslint eqeqeq ( #12574 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-09 07:02:59 +00:00
Rhys Arkins
b7dec718f3
chore: re-enable eslint no-template-curly-in-string
2021-11-09 07:50:25 +01:00
Rhys Arkins
c3ad246a99
fix: no-param-reassign ( #12571 )
2021-11-09 07:04:34 +01:00
HonkingGoose
ab018191fa
chore: report and fix unused ESLint disable directives ( #12548 )
2021-11-08 20:20:03 +01:00
Michael Kriese
7afc2b75d5
test: fix lint ( #12551 )
2021-11-08 13:16:58 +01:00
Rhys Arkins
ca45a2c2e2
fix(config): handle + in preset filename
2021-11-06 11:42:50 +01:00
Michael Todorovic
7579875415
feat: support preset versioning with git tags ( #11565 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2021-11-05 13:12:47 +00:00
Rhys Arkins
2735ac3e80
fix(automerge)!: default platformAutomerge to false ( #12487 )
...
Flips platformAutomerge default to `false`.
BREAKING CHANGE: Platform automerge is no longer enabled by default.
2021-11-05 08:10:27 +01:00
Florian Greinacher
70700eedae
feat(config)!: make host rule detection configurable and opt-in ( #12294 )
...
Add configuration option `detectHostRulesFromEnv`.
BREAKING CHANGE: `hostRules` are no longer automatically derived from env variables such as `NPM_X_TOKEN`. Set `detectHostRulesFromEnv=true` in config to re-enable same functionality.
2021-11-05 08:10:27 +01:00
Masaki Hara
f14d5d9171
feat(preset): update monorepo location for react-router ( #12502 )
2021-11-05 05:54:28 +00:00
wwuck
3c3372efbf
fix: allow optional quotes around ENV or ARG in regexManagers:dockerfileVersions preset regex ( #12495 )
2021-11-04 15:57:02 +01:00
Feng Yu
70c272efa0
feat: group @types/jest and jest monorepo ( #12489 )
2021-11-04 15:23:49 +01:00
wwuck
acd74a8051
fix: regexManagers:dockerfileVersions regex ( #12481 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-11-04 05:34:13 +00:00
Oleg Krivtsov
ff7ae69f94
feat(config): add supportedBy field to config definitions ( #12395 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-11-03 06:48:10 +01:00
biergit
7869d6dcb6
feat(bitbucket): support user repo for preset ( #12281 )
2021-10-31 06:57:52 +00:00
Oleg Krivtsov
3da6ae0b84
feat: onboardingNoDeps ( #12282 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-28 11:29:49 +00:00
Oleg Krivtsov
29dde2f694
test: improve test readability with expect-more-jest ( #12329 )
2021-10-27 07:24:36 +02:00
Sébastien CROCQUESEL
b3676ac8ec
feat(regex): depType can be captured and templated ( #12287 )
2021-10-25 05:25:35 +00:00
Oleg Krivtsov
c7f74e3f91
feat(config): migrate yarn -> npm in enabledManagers ( #11965 )
2021-10-20 14:56:28 +00:00
RahulGautamSingh
4b16903ff1
fix: modified regex to use RE2 ( #12025 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-19 14:53:34 +02:00
Howard Zuo
3d35de9d00
feat(presets): deno monorepo ( #12031 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-10-12 18:20:29 +00:00
Sergei Zharinov
6f649eb661
feat(platform): Use uniform platformAutomerge option ( #12069 )
...
Existing `azureAutoComplete` and `gitLabAutomerge` options are now unified/renamed to `platformAutomerge`, and also defaulting to `true`.
BREAKING CHANGE: Azure autocomplete will now only be enabled when `automerge` is also enabled (to align with how GitLab automerge already worked). If you were using `azureAutoComplete` before without explicitly enabling Renovate `automerge` field then you will now need to do so. Platform automerge is now the default behavior whenever automerge is enabled.
2021-10-11 06:36:07 +00:00
HonkingGoose
e5ccf2b85e
fix(config): improve descriptions for default presets ( #12073 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-10 19:36:47 +00:00
HonkingGoose
8b200c19e6
fix(config): add missing descriptions ( #12060 )
2021-10-09 05:29:38 +02:00
HonkingGoose
00e191795c
fix(config): capitalize SemVer in description ( #12061 )
2021-10-07 10:26:08 +00:00
HonkingGoose
2af5d33ef7
fix(config): improve descriptions for package presets ( #12059 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-10-07 09:12:44 +00:00
HonkingGoose
030a378e91
fix(config): improve descriptions for group presets ( #12058 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-10-07 08:33:27 +00:00
HonkingGoose
ac557cd3ec
fix(config): capitalize proper noun Docker ( #12057 )
2021-10-07 10:22:58 +02:00
Maksim
1f86b71fd5
refactor: constants ( #11690 )
2021-10-06 07:43:32 +02:00
Sebastian Poxhofer
e416df1865
feat(manager/regex): allow defining autoReplaceStringTemplate ( #12019 )
2021-10-05 12:21:11 +00:00
Anne Stellingwerf
8bbedd9fa2
feat(monorepo): Monorepo preset for MapStruct ( #11991 )
2021-10-03 21:26:15 +02:00
Anne Stellingwerf
e96d7b5dec
feat(monorepo): Monorepo preset for Netty ( #11992 )
2021-10-03 21:25:53 +02:00
Vincent Leon
fd6c68d10e
feat(monorepo): Monorepo preset for Mockito ( #11961 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-30 12:48:56 +00:00
Rhys Arkins
cd72cdf2ac
feat(config): detectGlobalManagerConfig ( #11951 )
2021-09-29 19:58:42 +00:00
Vincent Leon
79e65bd0c7
fix(presets): Spring Boot group includes Gradle plugin ( #11953 )
...
* fix(presets): Spring Boot group includes Gradle plugin
* fix(presets): Spring Boot group includes Gradle plugin
2021-09-29 20:20:38 +02:00
Pascal Jufer
9a69d7cb38
feat(core/preset): add dnd-kit monorepo ( #11945 )
...
See https://github.com/clauderic/dnd-kit
2021-09-29 11:07:03 +00:00
Rhys Arkins
0f226139cc
feat(npm): npmrcMerge ( #11857 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2021-09-23 13:17:44 +02:00
Sebastian Poxhofer
b350a8c5fb
feat: option to write discovered repositories to a json ( #11806 )
2021-09-22 07:21:22 +00:00
Rhys Arkins
1fe1eef90e
fix(config): better decrypt errors ( #11777 )
2021-09-16 13:05:11 +00:00
Rhys Arkins
ee29fdcaf1
feat(config): scoped secrets using pgp/gpg ( #11673 )
2021-09-16 10:11:13 +00:00
Sachin Raja
f2916353a2
feat(preset): add codemirror group ( #11721 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-16 06:09:13 +00:00
Rhys Arkins
e108537964
fix(config): migrate empty array check ( #11713 )
2021-09-13 15:27:01 +02:00
Maksim
7801ae7c16
feat(config): migrate requiredStatusChecks to ignoreTests ( #11355 )
...
* feat(config): migrate requiredStatusChecks to ignoreTests
* fix(config): restore order of props
* feat(config): add applyMigrations function
* feat(platform): check ignoreTests param in worker
* feat(config): rename getBranchStatus to resolveBranchStatus
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-12 15:23:18 +00:00
Rhys Arkins
050b6a9e59
fix: don't pin monorepo groups ( #11688 )
2021-09-12 13:26:24 +00:00
Rhys Arkins
cdc083f40f
feat(config): privateKeyOld ( #11653 )
2021-09-10 12:47:33 +02:00
Michael Kriese
11aa3baf2e
test: use codeql compatible token / passwords ( #11297 )
2021-09-09 16:17:05 +02:00
Samuel Bodin
a9567e68f3
feat(preset): add algoliasearch monorepos ( #11650 )
2021-09-09 11:16:16 +02:00
Rhys Arkins
8c9c04b49b
feat: disable pre-commit manager ( #11616 )
...
Disables pre-commit manager by default.
BREAKING CHANGE: pre-commit manager is no longer enabled by default, and must be opted into manually.
2021-09-09 09:25:46 +02:00
Rhys Arkins
fb75b2f4dc
feat(git): make gitAuthor repo-configurable ( #11539 )
2021-09-02 16:19:02 +02:00
Michael Kriese
a73c107e85
feat(core/preset): add nexpect monorepo ( #11538 )
2021-09-02 12:35:33 +00:00
Rhys Arkins
e8f68c4b63
fix(config): do not massage lockFileMaintenance ( #11522 )
2021-09-01 13:23:39 +00:00
Rhys Arkins
96c4df2776
chore: clean up ManagerConfig types ( #11469 )
...
* chore: use ExtractConfig for git-submodules
* chore: drop ManagerConfig from config/types
* chore: remove unused ManagerConfig from manager types
2021-08-30 08:05:32 +02:00
Rhys Arkins
ca89ae2f82
fix(dashboard): add link to docs in default header ( #11422 )
2021-08-25 13:03:57 +02:00
Bob van de Vijver
3505508c9c
feat: Add fully configurable composer ignore platform requirement configuration ( #11138 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-23 18:13:30 +00:00
Maximilian Brandau
7e425e6045
feat: gitUrl global option ( #11221 )
2021-08-20 11:30:56 +00:00
Rhys Arkins
70b5396d34
fix(presets): migrate renamed monorepos ( #11319 )
2021-08-18 12:23:41 +02:00
Sergei Zharinov
5f4b9f9a3a
test: Fix test descriptions and enforce it via new linting rule ( #11285 )
2021-08-18 05:46:56 +00:00
Martin Herndl
3c1094b919
fixup! feat: add react-admin group
2021-08-17 08:21:52 +02:00
Martin Herndl
f9c778539c
fixup! feat: add react-admin group
2021-08-17 08:21:52 +02:00
Martin Herndl
1f5a95551a
feat: add react-admin group
2021-08-17 08:21:52 +02:00
Rhys Arkins
56830ee86c
refactor: admin->globalOnly
2021-08-17 07:57:45 +02:00
Rhys Arkins
9150854d75
chore: rename config/admin -> config/global
2021-08-17 07:57:45 +02:00
Rhys Arkins
bf69924b78
refactor: rename config admin functions to global
2021-08-17 07:57:45 +02:00
Rhys Arkins
750bc1656e
refactor: config/definitions -> config/options
2021-08-17 07:57:45 +02:00
Rhys Arkins
13532ecd3d
feat: add dependencyDashboard to config:base
...
Defaults dependencyDashboard=true for anyone using the config:base preset
2021-08-17 07:57:45 +02:00
Rhys Arkins
a09b85a212
refactor: drop redundant config:base settings
2021-08-17 07:57:45 +02:00
Rhys Arkins
123dc4444e
feat(travis): remove supportPolicy ( #11176 )
2021-08-17 07:57:45 +02:00
Rhys Arkins
685e1086ae
feat(config): improve monorepo names ( #10243 )
2021-08-17 07:57:45 +02:00
Rhys Arkins
365ed0573a
feat(git-submodules): default cloneSubmodules to false ( #10514 )
...
Defaults cloneSubmodules to false.
BREAKING CHANGE: Git Submodules cloning now needs to be explicitly enabled.
2021-08-17 07:57:45 +02:00
Rhys Arkins
2fe494616d
feat(yarn): remove yarnrc config support ( #10114 )
...
Removes support for "yarnrc" configuration option.
Closes #10113
BREAKING CHANGE: It is no longer supported to configure a "yarnrc" override in Renovate config
2021-08-17 07:57:45 +02:00
Rhys Arkins
99eef28ea0
feat(gradle): merge gradle-lite into gradle ( #10132 )
...
Removes standalone gradle-lite manager and merges it into the gradle manager as the default behavior, while adding deepExtract as an option to re-enable previous behavior.
Closes #10091
BREAKING CHANGE: Gradle extraction now defaults to JS-based parsing (previously "gradle-lite")
2021-08-17 07:57:45 +02:00
Ole Reifschneider
7c950b2158
Add sentry-ruby to monorepos ( #11257 )
2021-08-16 20:38:49 +02:00
Muhammad Rehan Saeed
a22eacf58d
feat(presets): Add VSTest Monorepo ( #11259 )
2021-08-14 07:19:30 +00:00
Mykola Rybak
a44539210d
feat(preset): add AWS Java SDK v2 monorepo ( #11249 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-13 14:01:06 +02:00
Rhys Arkins
986e1c1f9c
feat(dashboard): add disabling preset ( #11246 )
2021-08-13 09:45:37 +02:00
Kamil Kowalski
a73d82787b
feat(hex): Private Hex packages ( #11168 )
2021-08-12 09:34:27 +00:00
Honza Machala
6426a10ad4
feat: add @tsoa monorepo ( #11223 )
2021-08-12 03:55:01 +00:00
Yanis Benson
b1724b6745
feat: add updatePinnedDependencies option ( #11087 )
2021-08-09 10:14:50 +00:00
Sergei Zharinov
2625858d59
refactor(config): Explicit asserts instead of lonely snapshots ( #11174 )
2021-08-09 10:21:51 +02:00
Sergei Zharinov
1392955a04
refactor: Identify tests relying on single snapshots ( #11150 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2021-08-07 23:43:34 +00:00
Sergei Zharinov
9d580e091f
feat(gitlab): Add gitLabIgnoreApprovals option ( #10981 )
2021-08-04 09:49:42 +02:00
Jason Birch
3096f340c8
feat: expose merge strategy for configuration when automerging ( #10627 )
2021-07-29 09:06:55 +00:00
HonkingGoose
983c0626e1
chore: use monospaced font in description for automergeTypes ( #10999 )
2021-07-28 08:03:07 +00:00
Rifa Achrinza
8e7f15f71c
feat: update loopback monorepo ( #10988 )
...
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-27 13:54:06 +00:00
Rhys Arkins
feb12970e2
fix(dashboard): don't remove issue labels ( #10976 )
2021-07-26 22:27:24 +02:00
Michael Kriese
a841fdebc5
feat(preset): add javascriptengineswitcher monorepo ( #10961 )
2021-07-25 10:21:44 +00:00
Michael Kriese
1a31eee072
feat(preset): add microsoft clearscript monorepo ( #10960 )
2021-07-25 09:52:52 +00:00
Michael Kriese
48c33bee7d
feat(github-action): Support updating digest pinned actions ( #10835 )
2021-07-14 12:58:32 +02:00
Michael Kriese
f3e8521651
fix: helper preset description updates ( #10840 )
2021-07-14 12:40:44 +02:00
Keegan Witt
87fa48dbd1
feat: add types and ts-jest to jsUnitTest preset ( #10833 )
2021-07-14 08:51:26 +02:00
Keegan Witt
a787c57f26
feat: add react package preset ( #10834 )
2021-07-14 08:50:54 +02:00
Bob van de Vijver
ac4f4a3f6d
feat: Add dependency dashboard label configuration ( #10601 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-09 07:41:43 +00:00
HonkingGoose
aef018da22
fix: deprecate use of renovate.json
as preset ( #10678 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-08 15:04:04 +00:00
Łukasz Domeradzki
1723f1c94f
feat(presets): Add MSTest monorepo ( #10650 )
2021-06-30 03:50:23 +00:00
Niels Basjes
c077f15831
fix: Improve the default User-agent string. ( #10606 )
2021-06-26 07:02:35 +00:00
Rhys Arkins
d3d902bdf8
docs: add github.com token override warning
2021-06-26 07:20:29 +02:00
HonkingGoose
fad0926cb6
fix(config): create jestPlusTSJest group preset ( #10596 )
2021-06-26 05:02:06 +00:00
Rhys Arkins
aa7f1cb952
feat: minimumConfidence (experimental, non-public) ( #10313 )
2021-06-23 20:19:14 +00:00
Sergei Zharinov
052e15e0ae
docs: Clarify dockerChildPrefix option ( #10539 )
2021-06-23 07:16:31 +02:00
Michael Kriese
81fefa8918
feat: add aws sdk net monorepo ( #10516 )
2021-06-21 09:33:51 +02:00
Rhys Arkins
fe699b4468
fix(dashboard): handle checkbox race condition ( #10457 )
...
* fix(dashboard): handle checkbox race condition
Closes #4355
* feat(platform): getIssue
* refactor(dashboard): move logic into common file
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* gitea
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-18 17:31:25 +00:00
Sebastian Poxhofer
a445a66336
feat: remove defaulting to semver versioning ( #10431 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-17 08:51:30 +00:00
Rhys Arkins
91842073ef
fix(secrets): fix host-rules in repo config ( #10459 )
2021-06-16 14:02:07 +00:00
Michael Kriese
5546d60e18
test: fix nock usage ( #10451 )
2021-06-16 09:13:33 +02:00
Keegan Witt
c7113f3821
fix: add @types/eslint to packages:eslint ( #10435 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-06-16 05:07:49 +00:00
a-ide
018c1d6102
feat(config): add 'contentful/rich-text' monorepo ( #10448 )
2021-06-16 06:27:04 +02:00
Atsushi Watanabe
1d92836c84
fix: regex manager extractVersionTemplate validation ( #10325 )
2021-06-15 13:10:23 +02:00
Jamie Magee
3a9fc4fc62
refactor: remove more instances of 'master issue' ( #10426 )
2021-06-14 07:07:44 +02:00
Alessandro Cifani
dc81b012af
feat(presets): add more JS testing packages ( #10333 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-06-11 21:14:59 +00:00
Rhys Arkins
2a40b6db79
fix(regex): add currentValueTemplate
2021-06-11 09:49:09 +02:00
Muhammad Rehan Saeed
0b80883f1c
feat(presets): Add Microsoft Orleans Monorepo ( #10330 )
2021-06-07 12:00:49 +02:00
Aaron Adams
346924c19a
feat(config): Add Theme UI monorepo ( #10281 )
2021-06-02 12:06:41 +02:00
Aaron Adams
0a1d67c6d4
feat(config): Add Shopify App Bridge monorepo ( #10280 )
2021-06-02 12:06:24 +02:00
Rhys Arkins
11694e9294
refactor: move config/parse into global worker ( #10282 )
2021-06-02 12:06:16 +02:00
Rhys Arkins
d0434d5df1
chore: GlobalConfig -> AllConfig
2021-06-02 11:25:10 +02:00
Sergei Zharinov
1b6ecd87c0
refactor: move binarySource option to admin config ( #10022 )
2021-06-02 06:50:23 +00:00
HonkingGoose
faa040ac12
feat(config): add fontsource monorepo ( #10208 )
2021-05-28 09:15:12 +00:00
Rhys Arkins
4eae87d881
fix(config): validate secrets as plain object ( #10206 )
...
Closes #10205
2021-05-28 10:04:26 +02:00
Michael Kriese
3c7546f7cd
test: simplify nock handling ( #10170 )
2021-05-27 14:13:31 +02:00
renovate[bot]
2f544b1fb2
build(deps): update dependency commander to v7 ( #10175 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-26 13:36:50 +00:00
Rhys Arkins
79592f848a
fix: Revert "refactor: localDir -> cloneDir" ( #10166 )
...
This reverts commit 0b287c763d
.
2021-05-26 11:22:16 +00:00
Rhys Arkins
0b287c763d
refactor: localDir -> cloneDir ( #10158 )
2021-05-26 10:30:23 +02:00
HonkingGoose
5731da899b
fix(config): workaround for Repology server overload ( #10146 )
2021-05-26 05:43:34 +00:00
Rhys Arkins
66820cfe27
feat: migratePresets ( #10111 )
2021-05-22 23:47:28 +02:00
Rhys Arkins
42a846e867
fix(config): filter npm_ env
2021-05-21 13:30:30 +02:00
Rhys Arkins
5d647da0a3
fix: @types/node presets in config:base ( #10085 )
...
No longer disable @types/node major updates, instead use node versioning.
2021-05-20 14:02:46 -07:00
Michael Kriese
48af0da981
fix: validate customEnvVariables
( #10070 )
2021-05-20 12:25:22 +02:00
Rhys Arkins
22e982503c
feat(config): convert datasource env to hostRules ( #9698 )
2021-05-20 08:34:17 +00:00
Fredrik Blomqvist
9f894ce814
feat(git): Add gitNoVerify option ( #9676 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-19 16:05:29 +02:00
Rhys Arkins
9ebf804d4e
fix(cache): cacheDir adminConfig
2021-05-19 12:27:37 +02:00
HonkingGoose
e5afaf5990
fix(config): fix typo in chakra-ui repoGroups name ( #10041 )
2021-05-19 08:40:23 +00:00
Sergei Zharinov
fbbbce608e
chore: Configure fs local dirs via admin config ( #9990 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-05-17 13:21:28 +00:00
renovate[bot]
b8e36daa87
chore(deps): update dependency prettier to v2.3.0 ( #10012 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-17 08:06:24 +00:00
Michael Kriese
9e08eaa1dc
refactor: rename Error location to validationSource ( #10018 )
2021-05-17 07:40:54 +00:00
Rhys Arkins
f0a193dc13
fix(config): drop non-selectors when cloning rules
2021-05-15 14:44:47 +02:00
Rhys Arkins
1ca736e277
fix: delete hostRules.hostName after migration
2021-05-14 09:40:07 +02:00
Rhys Arkins
f00413c298
feat(host-rules): use only matchHost ( #9892 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-13 20:53:18 +00:00
Rhys Arkins
50ab6b4bfd
docs: expand requireConfig ( #9973 )
2021-05-13 16:09:50 +02:00
Michael Kriese
9ca604b345
refactor: extract more types ( #9959 )
2021-05-11 19:08:02 +02:00
Michael Kriese
7daa93a78d
refactor: extract types to new files ( #9951 )
2021-05-11 12:51:21 +02:00
Rhys Arkins
1bc09b0bfc
feat: internalChecksFilter ( #9796 )
2021-05-08 14:38:27 +02:00
Rhys Arkins
13112b75bb
fix: separate patch branchName only if separateMinorPatch=true ( #9901 )
2021-05-07 10:01:16 +00:00
Rhys Arkins
856b28841d
feat: hostRules.matchHost ( #9815 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-06 07:57:44 +00:00
Yusuke Fujiki
c9c961c10a
feat(config): add 'chakura-ui' monorepo ( #9881 )
2021-05-05 21:25:53 -07:00
Rhys Arkins
65bbf45319
fix(validation): only warn when extending group in rules ( #9871 )
2021-05-05 17:46:34 +02:00
Rhys Arkins
e0fa64db9b
fix(config): warn not error if extending group presets ( #9836 )
2021-05-04 08:02:39 +02:00
Tiago Martins
8c07d4d757
feat: Add setting to auto approve PRs in Azure DevOps ( #9702 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2021-05-03 23:48:59 +00:00
Rhys Arkins
ffd0269ab6
fix(config): nested packageRules migration ( #9814 )
2021-05-01 23:01:26 +02:00
Rhys Arkins
915bd15ce9
chore: fix HostRule type
2021-05-01 22:52:10 +02:00
Sergei Zharinov
38620be343
refactor: Replace some TODO items with issue ids ( #9596 )
2021-04-26 20:19:30 +00:00
Sergei Zharinov
ce51f05cef
feat(test): Detect test utils callers and simplify helpers ( #9707 )
2021-04-26 16:15:03 +02:00
Muhammad Rehan Saeed
a91c85317a
Add Open Telemetry Dotnet monorepo ( #9710 )
2021-04-24 22:25:52 +02:00
Nils Plaschke
90e96805e1
docs: add documentation for forkToken ( #9701 )
2021-04-24 05:54:00 +00:00
Sergei Zharinov
b255275632
refactor(test): Load fixtures with helpers ( #9699 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-23 16:58:48 +00:00
Muhammad Rehan Saeed
c862b5b4b5
feat(presets): Add HotChocolate monorepo ( #9700 )
2021-04-23 12:17:28 +00:00
Florian Greinacher
2cc751a0a1
feat: ignore unavailable users ( #9406 )
2021-04-22 21:16:58 +02:00
Rhys Arkins
e0deef3bc2
fix: disallow allowedVersions and matchUpdateTypes
...
Closes #9172
2021-04-22 09:55:14 +02:00
Rhys Arkins
61abc03a2e
feat(config): validate packageRules matchUpdateTypes combos ( #9649 )
2021-04-22 07:16:40 +00:00
Rhys Arkins
572749a398
refactor: artifactUpdateApproach -> skipInstalls
...
Roll back the previous refactor.
2021-04-22 08:47:58 +02:00
Rhys Arkins
3a1980811c
feat: group:Nodejs ( #9469 )
...
Remove hardcoded Node.js rules from docker extract and instead add group:nodeJs to group:recommended
BREAKING CHANGE: node images founds in Dockerfiles will no longer have hardcoded commitMessageTopic. Add group:Nodejs or config:base to extends for backwards compatibility.
2021-04-22 08:47:58 +02:00
Rhys Arkins
b22a0355aa
refactor(config): explicit migration string check
2021-04-22 08:47:58 +02:00
Rhys Arkins
ac7a5c4d93
feat: drop dockerMapDotFiles ( #9417 )
...
Drops support for dockerMapDotfiles
BREAKING CHANGE: dockerMapDotfiles is no longer supported
2021-04-22 08:47:58 +02:00
Rhys Arkins
cbf8ea4e55
feat(config): delay preset resolution until after platform initialization ( #9415 )
...
Delay config preset resolution in admin config until after platform initialization. This will enable resolution of private “local>…” presets to work.
BREAKING CHANGE: Config presets will be resolved after platform initialization, so from now on platform credentials cannot be placed in presets.
2021-04-22 08:47:58 +02:00
Rhys Arkins
13ece707d4
feat(npm): remove ignoreNpmrcFile support ( #9409 )
...
Removes support for the ignoreNpmrcFile config option.
BREAKING CHANGE: ignoreNpmrcFile is no longer supported. Use an empty string for config.npmrc instead.
2021-04-22 08:47:58 +02:00
Rhys Arkins
59d728b16b
refactor: skipInstalls -> artifactUpdateApproach ( #9119 )
...
Renames skipInstalls to artifactUpdateApproach and changes from boolean to enum.
BREAKING CHANGE: skipInstalls has been changed to artifactsUpdateApproach
2021-04-22 08:47:58 +02:00
Rhys Arkins
0500042d1d
feat: updateType=patch ( #9393 )
...
Changes behavior so that patch updateType is not rewritten to minor by default.
Closes #2818
BREAKING CHANGE: patch updates are not considered updateType=minor by default.
2021-04-22 08:47:58 +02:00
Rhys Arkins
13bbc5d6a2
feat(config): remove manager additionalBranchPrefix defaults ( #9373 )
...
Resets any language or manager` additionalBranchPrefix` values to empty string. Add the `compatibility:additionalBranchPrefix` prefix to restore previous behavior.
BREAKING CHANGE: Removal of default `additionalBranchPrefix` values will cause branch names to change for docker/helm/buildkite/cargo/homebrew.
2021-04-22 08:47:58 +02:00
Rhys Arkins
8af905e8f5
feat: split trustLevel into separate options ( #9388 )
...
Removes trustLevel and replaces it with 3 other options instead. No longer necessary to set anything additional is configuring `allowedPostUpgradeCommands`
BREAKING CHANGE: `trustLevel` is no longer supported and instead broken into `allowCustomCrateRegistries` , `allowScripts` , and `exposeAllEnv`.
2021-04-22 08:47:58 +02:00
Rhys Arkins
95ac10998c
feat: remove logLevel support in config ( #9390 )
...
Remove support for logLevel in config. Must be configured using LOG_LEVEL instead.
Closes #8291
BREAKING CHANGE: Configure LOG_LEVEL in env and not in config or CLI
2021-04-22 08:47:58 +02:00
Rhys Arkins
57015047b2
feat: drop NPM_TOKEN support ( #9391 )
...
Removes support for NPM_TOKEN.
BREAKING CHANGE: Do not use NPM_TOKEN in env to configure npm authentication. Configure hostRules instead.
2021-04-22 08:47:58 +02:00
Sergei Zharinov
4f237ea680
refactor(http): Use default "accept-encoding" value ( #9652 )
2021-04-20 15:37:57 +02:00
Sergei Zharinov
b957d4afb7
refactor(config): Extract interfaces from "index.ts" to separate "types.ts" ( #9629 )
2021-04-20 10:52:57 +02:00
Rhys Arkins
f654f2d945
fix: Revert "feat: Allow multiple autodiscover filter ( #9453 )" ( #9641 )
...
This reverts commit 45739cddfd
.
2021-04-20 06:59:42 +00:00
Sergei Zharinov
0355a75800
refactor(config): Move input config from util folder ( #9625 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-19 15:03:04 +00:00
Rhys Arkins
c4463c69f9
feat(config): better config migration ( #9493 )
2021-04-19 14:42:29 +00:00
Emanuel Bennici
45739cddfd
feat: Allow multiple autodiscover filter ( #9453 )
2021-04-19 14:18:06 +00:00
Sergei Zharinov
0375422fff
refactor(presets): Extract and de-duplicate error string constants ( #9586 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-19 13:31:38 +00:00
Rhys Arkins
6f54f09aa2
feat: don’t block updates due to pinning ( #9600 )
2021-04-18 17:27:41 +02:00
Rhys Arkins
ccf1bc8264
refactor: rollback config ( #9589 )
2021-04-17 11:53:03 +00:00
Arkadiusz Kosmala
b070646186
feat(config): validate enabledManagers
2021-04-15 09:18:51 +00:00
Sergei Zharinov
72d97ec2f4
refactor(workers): Enforce getName usage ( #9525 )
2021-04-13 10:25:51 +00:00
Rhys Arkins
893df627e4
feat(validation): language/manager top-level check ( #9498 )
2021-04-12 06:11:25 +02:00
Rhys Arkins
2973eb5d94
test: fix nested fileMatch test case
2021-04-11 19:26:46 +02:00
Rhys Arkins
4cf9c5028a
feat(validation): warn if packageRules contain all selectors ( #9497 )
2021-04-11 19:26:20 +02:00
Rhys Arkins
07abb3125a
test: use valid packageRules
2021-04-11 18:43:22 +02:00
Rhys Arkins
6060911aef
refactor: packageRules selector validation
2021-04-11 18:40:01 +02:00
Rhys Arkins
a55b5202e5
fix(validation): simplify packageRules validation message
2021-04-11 18:38:25 +02:00
Rhys Arkins
a4a151f458
refactor(presets): remove nested minor in groups
2021-04-11 18:30:12 +02:00
Rhys Arkins
1dad55586b
feat(config): migrate nested packageRules ( #9496 )
2021-04-11 18:00:29 +02:00
Marco de Jongh
6afbcf8d18
feat: Add branch option for postUpgradeCommands ( #8725 )
...
* Add branch option for postUpgradeCommands
* Put the for loop back for async
* Fix tests & add documentation
* Change execution mode dependency to update
* Move postUpgradeCommand execution to seperate file
* Fix return time of upgradeTaskExecuter
* Fix test
* Finished new mode and added test
* Remove .only
* Remove defensive coding to make codecov happy
* Give inconfig a proper type
* Another missing type
* Fix typo in allowPostUpgradeCommandTemplating option description
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Move to 1 postUpgradeCommandExecutor call
* Appease the import order rule gods
* Refactor more
* Okay now it should be done
* Fix bug
* Import order rule
* Change import to a type import
* Also return artifacterrors
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Move checking if postUpgradeCommands can run
* remove unused import
* Fix prettier error
* Call getAdminConfig once
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Change type name to EnsurePrResult
* Update lib/workers/branch/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Fix enum imports
Co-authored-by: Carlin St Pierre <cstpierre@atlassian.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-09 05:51:03 +02:00
Sergei Zharinov
b160644db7
feat(preset): Support Azure local presets ( #9458 )
2021-04-08 19:49:46 +02:00
Nils Plaschke
63b6cf66ac
feat: introduce dockerChildPrefix option ( #8613 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-08 10:10:25 +00:00
Sergei Zharinov
0a68e19d73
feat(presets): Support Bitbucket Cloud local presets ( #9422 )
2021-04-07 11:14:45 +02:00
Sergei Zharinov
612be5e449
refactor(presets): Reorder code and fix mocks ( #9421 )
2021-04-07 09:50:55 +02:00
Rhys Arkins
6443902da9
chore: remove unused customPrFooter
2021-04-06 16:06:26 +02:00
Sergei Zharinov
df0ac4a78e
refactor(presets): Reuse PRESET_INVALID_JSON variable ( #9412 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-04-06 15:49:06 +02:00
Rhys Arkins
88ae12a65d
feat(config): validate config parent ( #9350 )
2021-04-05 10:41:31 +00:00
Rhys Arkins
0cb45ddbf3
feat: ENV_PREFIX ( #9397 )
2021-04-05 09:19:08 +00:00
Rhys Arkins
3e22ad0ca3
feat(config): support RENOVATE_CONFIG ( #9374 )
2021-04-04 15:33:22 +02:00
Rhys Arkins
20147e30b9
feat: packageRules.matchPackagePrefixes ( #9365 )
2021-04-03 05:18:25 +00:00
Rhys Arkins
95bf948020
refactor: config warning/error fields ( #9349 )
2021-04-01 15:50:17 +02:00
Matt Palmer
49a3a8ab27
feat(gomod): Update source import paths on major upgrade ( #9144 )
2021-03-27 06:02:32 +00:00
Florian Greinacher
c2dc36f0e5
feat: add System.IO.Abstractions monorepo ( #9287 )
2021-03-25 21:39:02 +01:00
Rafał Maciejewski
28ecac1960
fix: allow dash character in local preset path ( #9284 )
2021-03-25 16:48:54 +01:00
Rhys Arkins
af1e4ee1a7
feat: secrets ( #8070 )
2021-03-22 15:51:38 +01:00
Nik Skoufis
e7f90d50a6
fix: Add registryTemplateUrl field to allowed fields for regexManager ( #9239 )
2021-03-22 07:18:34 +01:00
Armaan Tobaccowalla
e5c92e4cd9
feat(config): Support presets in subdirectories ( #8724 )
2021-03-20 23:03:10 +00:00
Rhys Arkins
d65fd4a974
fix: deprecate yarnrc
2021-03-20 20:35:15 +01:00
Rhys Arkins
9d6e96ef75
refactor: npm preset lookup direct ( #9225 )
2021-03-20 08:27:33 +00:00
Rhys Arkins
bca8931d53
fix(npm): datasource improvements ( #9178 )
2021-03-17 14:40:50 +01:00
renovate-testing
ea0bcdd185
feat(git): Specify additional git authors to ignore ( #9082 )
2021-03-14 09:27:40 +01:00
Rhys Arkins
edfac73a08
refactor: remove depNameShort ( #9114 )
2021-03-13 14:28:46 +01:00
Michael Kriese
a4c6cb5690
fix: wrong validation property ( #9084 )
2021-03-11 15:40:31 +01:00
Rhys Arkins
3357e6333d
refactor: Object.assign -> object spread ( #9076 )
2021-03-11 08:03:37 +01:00
Rhys Arkins
d4d0e74c7a
refactor: dequal ( #9071 )
2021-03-10 23:04:12 +01:00
Michael Kriese
607b151f0e
feat(http): support custom auth types ( #9053 )
2021-03-09 19:25:18 +01:00
Daniel Tschinder
9ee984b2b3
chore: fix typo in switchToGradleLite description ( #9027 )
2021-03-08 05:28:38 +01:00
Rhys Arkins
30537d6849
feat: gradle-list enablement
2021-03-07 22:39:58 +01:00
Rhys Arkins
eb8f895f2e
refactor: eslint no-negated-condition ( #8973 )
2021-03-04 06:21:55 +01:00
Rhys Arkins
f2bd0f9d7d
fix(logs): ensure logFile parent directory exists
2021-03-03 09:40:39 +01:00
Rhys Arkins
370715cace
fix: throw for config file TypeError
2021-03-03 09:40:38 +01:00
Michael Kriese
74d7691bef
refactor: optimize type usage ( #8947 )
2021-03-02 21:44:55 +01:00
Michael Kriese
91a7e6b660
build: remove babel ( #8929 )
2021-03-02 16:16:05 +00:00
Rhys Arkins
98d55394e6
feat: transitiveRemediation ( #8883 )
...
* save remediations
* enhance and export NpmResponse
* sort branch lists
* transitive remediation init
* update-lockfile not bump
* version not value
* remediate package.json
* isVulnerabilityAlert
* simplify config
* fix circular
* update snapshots
* add config and docs
* TODO
* flatten tests
* remediation -> update
* lots of renames
* improve readability
* refactor
* remove fetch
* more tests
* reduce fiixtures sizes
* more tests
* fix parent null
* remove exec
* explicit false
* fix
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* use type-fest PackageJson
* more tests
* coverage
* Update lib/workers/branch/get-updated.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-03-01 07:59:57 +00:00
HonkingGoose
4292f51739
docs: list allowed values for matchStringsStrategy ( #8896 )
2021-02-27 12:34:44 +00:00
Rhys Arkins
c3c04ba4a1
chore: set updateInternalDeps explicitly false
2021-02-25 11:58:11 +01:00
Rhys Arkins
7f75e5768b
refactor: vulnerabilityAlert -> isVulnerabilityAlert
2021-02-24 15:13:41 +01:00
Rhys Arkins
b294b73769
fix: use update-lockfile for vulnerabilityAlerts
2021-02-24 14:35:45 +01:00
Matt Palmer
384a1e7384
feat(regex): support registryUrlTemplate ( #8611 )
2021-02-24 12:58:15 +01:00
Rhys Arkins
9171e712d4
feat: updateInternalDeps ( #8809 )
2021-02-22 15:09:35 +00:00