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