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