Commit graph

729 commits

Author SHA1 Message Date
RahulGautamSingh
edfbe81da7
refactor: add manager fingerprinting (#14671)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-06 14:28:48 +00:00
StinkyLord
eab092d721
feat(manager/npm): update yarn metadata versions (#14933)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-05 12:41:13 +02:00
Sergei Zharinov
979de8d8e0
refactor(mix): Strict null checks for extract.ts (#14924)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-04 13:05:05 +00:00
Róbert Papp
5946790b66
fix(gradle): Ignore Kotlin collection methods as dependencies (#14925) 2022-04-04 06:05:07 +02:00
Sergei Zharinov
5aed625302
fix(gradle): Fix false detected dependencies (#14917) 2022-04-03 15:37:27 +02:00
StinkyLord
a12f8377bc
fix(yarn): package.json resolutions patch in yarn was clobbered (#14538) 2022-04-02 06:36:57 +00:00
Martin Herndl
e1dd631b52
docs: document composer VCS repo name hint (#14875) 2022-04-02 06:53:50 +02:00
David Schneider
34623d9dcb
docs: document python depTypes (#14876) 2022-03-31 10:58:39 +00:00
renovate[bot]
832517e98b
chore(deps): update linters to v5.16.0 (#14833)
* chore(deps): update linters to v5.16.0

* chore: fix lint errors manually

* Update lib/modules/manager/npm/update/package-version/index.ts

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-30 03:08:04 +00:00
Rhys Arkins
9fe713f257 chore: downgrade cargo warn 2022-03-29 13:58:54 +02:00
Gabriel-Ladzaretti
a9e08256c7
fix(manager/github-actions): renovate propose to delete YAML inline comments (#14757) 2022-03-25 09:55:44 +00:00
Sergei Zharinov
e0cbabe452
fix(gradle): Fix registry url parsing (#14783) 2022-03-24 10:02:10 +00:00
Martin Herndl
394bb29f3f
fix(npm): add trailing newline when composing lockfiles (#14753) 2022-03-22 09:50:46 +01:00
Martin Herndl
35b6ee220d
refactor(npm): extract lockfile parsing (#14720) 2022-03-22 04:48:25 +01:00
Hasan Awad
6558d051f4
fix(lib/modules/manager/gitlabci): fixed image regex (#14704) 2022-03-20 08:17:59 +00:00
Florian Greinacher
bcc1499eba
fix(kustomize): accept kustomization files without header (#14651) 2022-03-17 05:47:52 +01:00
HonkingGoose
5a52b04c96
docs: replace contain(s) with has or have (#14692) 2022-03-16 14:50:20 +01:00
Martin Herndl
53d376eb8d
fix(npm): massage lockfile with rangeStrategy=update-lockfile (#14586)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-03-16 09:17:47 +00:00
Rhys Arkins
7e2e0b3f18
feat(poetry): updateLockedDependency() (#14627)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-14 17:56:09 +01:00
Alexander Backlund
b90584ce81
feat(argocd): support applicationsets (#14496)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-14 10:31:23 +00:00
Morre Meyer
2a00fcb037
feat(terraform): add support for terraform_version in tfe_workspace blocks (#14522)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2022-03-14 09:53:26 +00:00
Andrei Silviu Dragnea
27bfb75137
fix(manager/maven): Apply Maven properties recursively (#14566) 2022-03-12 15:16:07 +00:00
wada811
0598f1b9d2
feat(manager/gradle): support repository content filtering of predefined registry (#14592)
* Add test for repository content filtering

* Support repository content filtering

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-10 13:28:07 +01:00
Hasan Awad
bb0bbcc383
fix(manager/gradle-wrapper): distributionSha256Sum is inconsistent with the gradle version (#14495)
* Change sha256 if it exists in the properties

* update sha to new value and then run update

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-09 12:56:17 +00:00
Nicolas Hansse
7cdc15ec38
chore(npm): fix typo (#14575) 2022-03-08 16:52:25 +01:00
zml
bb6bc35e4d
fix(manager/gradle): Initial handling of rich versions in gradle version catalogs (#14533) 2022-03-08 04:54:45 +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
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