ylemkimon
46d996c2ac
feat(npm): support updating packageManager
field and Yarn binary ( #12088 )
2021-11-01 11:37:13 +00:00
Rhys Arkins
500b6f8cb8
chore: coverage
2021-11-01 07:49:47 +01:00
Rhys Arkins
03d0a7335e
chore: coverage
2021-11-01 07:36:01 +01:00
Oleg Krivtsov
eef0a00caf
feat(dockerfile): support default environment variable values ( #11891 )
2021-10-31 07:22:52 +00:00
Tobias
87c5e8e022
feat(gomod): use git host rules as authentication for gosum updates ( #12230 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-31 07:06:59 +00:00
Sébastien CROCQUESEL
18ea9c91d0
feat(regex): allow to capture groups at each recursion ( #12286 )
2021-10-31 06:45:53 +00:00
Shubham Palriwala
72a16575cc
feat(gitlabci-include): loosen default file match ( #12380 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-10-28 17:12:37 +00:00
Derek
16aff7419f
feat(yarn): ignore yarn-path if binary does not exist ( #12322 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-28 07:19:20 +00:00
Amos Wenger
9030b1a9ed
feat(cargo): Use --workspace for crate updating ( #12334 )
2021-10-27 10:03:32 +00:00
Oleg Krivtsov
29dde2f694
test: improve test readability with expect-more-jest ( #12329 )
2021-10-27 07:24:36 +02:00
Sebastian Poxhofer
a13da7ed74
fix(manager/helmsman): add helm datasource to deps ( #12330 )
2021-10-26 12:49:24 +02:00
Michael Kriese
fcc59a21ca
refactor: wrong coverage comment ( #12323 )
2021-10-26 08:31:03 +02:00
Jamie Magee
d337b271d4
refactor: convert git datasources to class-based ( #10531 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-26 04:37:26 +00:00
nguyener1
6c3d97a7e2
refactor: cleanup temp dir in test ( #12319 )
2021-10-26 06:27:18 +02:00
Rhys Arkins
651d5de3cf
fix: replace numbered capture group replaces with named capture groups ( #12315 )
2021-10-25 20:21:21 +02:00
Rhys Arkins
8571b3e68d
feat: binarySource=docker avoid unstable tags ( #12309 )
2021-10-25 13:19:17 +02:00
Rhys Arkins
b4665d35cf
fix(npm): skip Node 17 unless allowing unstable ( #12306 )
2021-10-25 11:29:55 +02:00
Sébastien CROCQUESEL
b3676ac8ec
feat(regex): depType can be captured and templated ( #12287 )
2021-10-25 05:25:35 +00:00
Sebastian Poxhofer
1d0bfada3c
fix(manager/terraform): add required_version to preflight content check ( #12295 )
2021-10-24 14:19:30 +00:00
Rhys Arkins
3091ba2393
test: refactor dockerfile extract snapshots ( #12267 )
2021-10-22 10:02:56 +02:00
Sebastian Poxhofer
8112cf8713
feat: new helmsman manager ( #12206 )
2021-10-21 09:41:43 +02:00
Rhys Arkins
5c37ee5df5
fix(gomod): pass GOSUMDB ( #12243 )
2021-10-21 07:12:47 +00:00
Maxime Brunet
b227b94e33
fix(bitbucket-pipelines): Support bitbucket-pipelines.yml filename ( #12242 )
2021-10-21 06:06:40 +00:00
Oleg Krivtsov
2d2a599b91
feat(bitbucket-pipelines): support bitbucket pipe renovations ( #11859 )
2021-10-20 13:59:33 +00:00
Angus Lees
0e7c50bab9
fix(dockerfile): Support FROM --arg=$value ( #12193 )
2021-10-20 11:39:53 +00:00
Atsushi Watanabe
72d50cc5d6
fix(gomod): Do not tidy go.mod on major update without gomodUpdateImportPaths ( #11976 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-20 11:28:09 +00:00
HonkingGoose
9f08a79a69
docs: move chartmuseum info into private packages page ( #12095 )
2021-10-20 13:19:32 +02:00
Tobias
15dd2fcf02
feat(git): insteadOf environment variables for authentication ( #11077 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-10-20 13:16:49 +02:00
RahulGautamSingh
da73178171
fix: refactor regex to use re2 ( #12216 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-20 04:38:49 +00:00
Bob van de Vijver
28779c6afa
refactor(composer): use update for lock file maintenance ( #12185 )
2021-10-19 08:52:43 +00:00
dudicoco
c030cb28e0
docs: improve docs for helm aliases ( #12109 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-10-18 08:49:23 +00:00
Rhys Arkins
3064af4dde
fix(terraform): avoid oom parsing empty file ( #12182 )
2021-10-16 08:27:52 +02:00
Danilo Pianini
ccee056ce9
fix(managers/gradle): Fix possibly borked regex match ( #12169 )
2021-10-14 17:23:09 +02:00
Rhys Arkins
e3ae7b68bf
fix(terraform): check locks array ( #12152 )
2021-10-13 16:49:33 +02:00
Maksim
a2ceff099f
refactor: introduce enum programming-language ( #12052 )
2021-10-13 10:54:40 +00:00
Rhys Arkins
7a6d5bed65
logs: fix npmrcMerge typo
2021-10-13 11:37:06 +02:00
Jamie Magee
4461796836
refactor(crate): convert to class-based datasource ( #12033 )
2021-10-13 04:42:12 +00:00
Sergei Zharinov
ba700a4af6
fix(gradle): Skip reason for composed version strings ( #12128 )
2021-10-12 11:44:31 +02:00
Oleg Krivtsov
9d2ce844b1
fix(manager/npm): invalid link in git hash updates for npm ( #12111 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-11 15:01:42 +00:00
Steve King
3d67812fea
fix(git): simple-git use clone rather than exit ( #12092 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-11 07:03:15 +00:00
Philipp Mandler
948c01580f
fix(argocd): Skip apps with broken source ( #12094 )
2021-10-10 20:04:34 +00:00
Rhys Arkins
da1b7d54a3
fix(terraform): check line validity ( #12102 )
2021-10-10 21:05:08 +02:00
ylemkimon
d55650ff19
fix(git): support setting executable bit ( #12085 )
2021-10-09 09:02:12 +00:00
Rhys Arkins
2cf51bb681
Revert "fix(git): support setting file mode ( #12081 )" ( #12082 )
2021-10-09 08:22:00 +02:00
ylemkimon
807f124d39
fix(git): support setting file mode ( #12081 )
2021-10-09 07:44:33 +02:00
Danilo Pianini
e10e581728
feat(manager/github-actions): Support composite actions ( #11533 )
2021-10-07 15:30:51 +00:00
Sebastian Poxhofer
d80bc01ebe
feat(helm-values): support inline image definitions ( #12041 )
2021-10-07 07:09:04 +00: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
Javier Segovia Córdoba
71679f487f
fix(gradle): support gradlePluginPortal() ( #11894 )
2021-10-03 05:04:37 +00:00
Rhys Arkins
cd72cdf2ac
feat(config): detectGlobalManagerConfig ( #11951 )
2021-09-29 19:58:42 +00:00
Rhys Arkins
312bc56995
fix(gitlabci): defensive object check ( #11898 )
2021-09-27 00:29:55 +02:00
HonkingGoose
b045149688
docs: private Git submodules are not supported ( #11876 )
2021-09-24 12:10:14 +02:00
Rhys Arkins
1842bdaa80
fix(yarn): don't base64 encode npmAuthIdent ( #11873 )
2021-09-24 10:04:42 +02:00
Jamie Magee
449bc3ecbb
refactor(npm): extract replacement to a private function ( #11195 )
2021-09-23 14:55:10 +00:00
Timo Furrer
b0cc608045
Correctly support includes in gitlab-ci ( #11839 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-23 14:43:17 +00:00
Tom Bowden
867c0133d2
fix(manager/mix): Support umbrella projects ( #11854 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-23 13:50:05 +00:00
Carl Kittelberger
78a8272cd1
feat(composer): bearer token authentication ( #6901 ) ( #11856 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-23 11:49:58 +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
Rhys Arkins
73d617e009
fix(gradle-wrapper): quote params ( #11773 )
2021-09-16 11:54:54 +02:00
Michael Kriese
b9ae26b514
chore: fix duplicate import ( #11756 )
2021-09-15 15:24:20 +02:00
Sebastian Poxhofer
12ae0d1ee9
feat(manager/terraform): support range strategy update lockfile ( #11720 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-15 07:20:31 +00:00
Michael Kriese
d05137fbf9
fix(manager/nuget): validate msbuild sdks ( #11750 )
2021-09-15 08:12:44 +02:00
Oleg Krivtsov
196df0d5d5
feat(manager/nuget): update msbuild-sdks section in global.json ( #11707 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-14 18:58:50 +00:00
Sebastian Poxhofer
03ac68e912
fix(manager/gitlabci): name is not directly followed by image tag ( #11647 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-14 14:18:36 +00:00
Sergei Zharinov
522d23e2c5
fix(gradle): Avoid crash for missing managerData ( #11727 )
2021-09-14 12:13:51 +02:00
Sebastian Poxhofer
f937f73e64
feat(manager/terraform/lockfile): support multiple deps during dep update ( #11630 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-13 11:31:01 +00:00
Pete Wagner
dc15dfd808
feat: kustomize image digests ( #11153 )
...
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>
2021-09-10 10:54:57 +00:00
Eric Citaire
f4ebbb78a9
fix(git-submodules): sequential submodules processing ( #11659 ) ( #11661 )
2021-09-09 08:34:09 -07:00
Michael Kriese
11aa3baf2e
test: use codeql compatible token / passwords ( #11297 )
2021-09-09 16:17:05 +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
Michael Kriese
87d26472a4
fix(manager/gradle): ignore catalog deps without version ( #11621 )
...
* fix(manager/gradle): support catalog modules without version
* fix: more ignorable deps
* chore: fix type
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-07 19:51:39 +02:00
t-kulmburg
773a111c49
feat(gradle): support @<ext> file extentions ( #11541 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-06 17:49:04 +00:00
Yanis Benson
b00cca0f1a
fix(manager/npm): support git@github.com repository urls ( #11362 )
2021-09-06 16:04:09 +02:00
Sebastian Poxhofer
27861b7733
feat(manager/helmv3): support helm chart dependencies in OCI images ( #11584 )
2021-09-06 09:24:21 +00:00
ylemkimon
97a0a32978
fix(npm): inherit yarnZeroInstall
and skipInstalls
( #11582 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-05 06:07:00 +00:00
Gaston Festari
3d56684aa7
feat(kustomize): add components support ( #11553 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-03 11:40:25 +00:00
Danilo Pianini
f9f4d29af9
feat(manager/gradle): Add support for Gradle's TOML version Catalogs ( #11452 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2021-09-02 16:55:33 +00:00
Sebastian Poxhofer
3f5d13ee47
fix(terraform): attempt only to update lockfile for depType provider and required_provider and updateType lockFileMaintenance ( #11510 )
2021-09-01 04:37:12 +00:00
ylemkimon
7159338509
fix(npm): enable global cache if no zero-install ( #11448 )
...
* fix(npm): include yarnZeroInstall in managerData
* fix(npm): enable global cache if no zero-install
* refactor: use mockResolvedValueOnce where possible
* refactor: make PostUpdateConfig extend ManagerData
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-30 17:46:58 +00:00
Michael Kriese
47dfc835b1
fix(manager:dockerfile): wrong replace with trimmed images ( #11485 )
2021-08-30 16:37:46 +00:00
Rhys Arkins
dcfc9d9885
fix(travis): massage currentValue to string ( #11475 )
2021-08-30 11:08:48 +02:00
Lucas
d5e4e098b3
feat(gradle-wrapper): add support for multiple version occurrences in distributionUrl ( #11454 )
2021-08-30 07:06:18 +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
ylemkimon
62a540c272
feat(npm): use Yarn 3 mode to skip install or build ( #11012 )
2021-08-29 14:59:58 +02:00
renovate[bot]
73a6b18525
chore(deps): update dependency @types/js-yaml to v4.0.3 ( #11455 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-28 21:55:38 +00:00
Diego Rodríguez Baquero
a20fa18bae
feat: support detecting ESM libraries ( #11440 )
...
rel: https://nodejs.org/api/packages.html#packages_exports
2021-08-27 08:26:38 +02:00
HonkingGoose
2c700e0144
docs: update Bundler manager readme ( #11413 )
2021-08-25 06:17:14 +02:00
Sergei Zharinov
de7ba08b7f
test: Explicit snapshots for mix and nodenv managers ( #11405 )
2021-08-24 11:22:51 +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
Michael Kriese
609680931e
fix(manager:regex): allow no match in combination ( #11386 )
2021-08-23 17:30:38 +02:00
Sergei Zharinov
d747f3ecb1
test: Explicit checks for some snapshots ( #11365 )
2021-08-22 10:48:34 +00:00
Ville Skyttä
959baeab51
fix(pre-commit): pre-commit
spelling in default message topic ( #11366 )
2021-08-22 07:33:48 +00:00
Michael Kriese
ae0ac14ca1
feat(gradle): use java image for docker mode ( #11316 )
2021-08-19 14:44:33 +02:00
Sergei Zharinov
68ebe08858
test: Explicit snapshots for manager tests ( #11329 )
...
* test: Explicit snapshots for manager tests
* Fix snapshots
* Remove obsolete snapshots
2021-08-19 08:09:55 +02:00
Sergei Zharinov
b21439fb75
test: Refactor more snapshot test ( #11313 )
2021-08-18 08:49:27 +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
Sebastian Poxhofer
8f1cf5e12e
fix(regex-combination): share regex match groups for matchStrings ( #11253 )
2021-08-17 22:46:08 +02:00
Sergei Zharinov
a8e4b722d4
test: refactor snapshots for cargo, cdnurl, circleci and cocoapods ( #11275 )
...
* refactor: Snapshots for cargo, cdnurl, circleci and cocoapods
* Rest
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-17 06:13:35 +00:00
Sebastian Poxhofer
569bee6e7d
feat(terraform): remove RENOVATE_X_TERRAFORM_LOCK_FILE flag and enable by default ( #11264 )
2021-08-17 07:57:45 +02:00