Ashley Towns
9eef71a72a
fix(manager/sbt): Support for updating Scala 3 ( #19911 )
2023-01-23 07:27:33 +00:00
Johannes Feichtner
7a6d1f06ac
feat(manager/gradle): extend support for property accessors ( #19974 )
2023-01-23 06:42:14 +00:00
Julian Xhokaxhiu
5bf6eabaea
feat(asdf): add argocd support ( #19941 )
...
Closes https://github.com/renovatebot/renovate/issues/19940
2023-01-20 15:39:16 +00:00
Simon Abbott
8c44d6bd10
fix(manger/npm): apply config.npmrc during extraction, not in post-update ( #19812 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Closes https://github.com/renovatebot/renovate/issues/12891
2023-01-20 11:43:49 +00:00
Joshua Tang
6be73f1993
feat(manager/pub): update to only changed dependencies ( #19825 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Closes https://github.com/renovatebot/renovate/issues/19653
2023-01-20 06:28:41 +00:00
Morre
c5db2dc718
feat(manager/terraform): support OCI charts in helm_release ( #19869 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-01-19 18:50:40 +01:00
Rhys Arkins
1e3b1a8604
fix(fleet): warn not error on invalid YAML
2023-01-19 06:21:28 +01:00
Sebastian Poxhofer
1127c5e401
fix(manager/terraform): do not return registryUrls containing undefined ( #19905 )
2023-01-18 15:16:46 +00:00
Rhys Arkins
8868938978
fix(github-actions): check job before services
2023-01-17 15:41:49 +01:00
Rhys Arkins
142bebc1eb
fix(github-actions): defensive non-null check
2023-01-17 07:35:00 +01:00
Leon Linhart
5e42daeb33
docs: Use a PEP440-compliant version constraint in pip-compile documentation ( #19855 )
2023-01-16 11:58:27 +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
3c98fc0f45
feat(manager/composer): extractedConstraints ( #19853 )
2023-01-16 08:12:20 +01:00
Rhys Arkins
f34d395fa5
fix(npm): augment constraints less aggressively ( #19850 )
2023-01-15 10:24:19 +01:00
renovate[bot]
b4d1ad8e52
build(deps): update dependency prettier to v2.8.2 ( #19843 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-15 06:39:27 +00:00
Rhys Arkins
61cf50384f
chore: downgrade remediation warn
2023-01-14 20:20:07 +01:00
Rhys Arkins
ab36ccc039
chore: downgrade gradle warn
2023-01-14 20:19:34 +01:00
Rhys Arkins
0c6d183ac9
fix(kustomize): skip strings
2023-01-14 20:12:40 +01:00
Rhys Arkins
52700690a5
fix(github-actions): harden job container extraction ( #19838 )
2023-01-14 18:59:43 +01:00
Rhys Arkins
2180f5bd23
fix(bundler): harden extract ( #19839 )
2023-01-14 09:52:30 +01:00
dave-powell-kensho
74e592cd8c
fix(poetry): normalize package name ( #19807 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-14 06:35:30 +00:00
Eric Durand-Tremblay
e8a5437cd3
feat(manager/composer): support git-tags hostRules for github.com when updating artifacts ( #18004 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
fixes undefined
2023-01-13 13:33:49 +00:00
Sebastian Poxhofer
3b72d50098
fix(manager/terragrunt): prevent overwriting versioning of GithubTags datasource ( #19782 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-12 08:04:14 +00:00
Rhys Arkins
f85ee2680c
fix(yarn): try/catch .yarnrc.yml parsing ( #19787 )
2023-01-11 18:25:48 +01:00
Rhys Arkins
58a6d645e8
fix(terraform): try/catch HCL parsing ( #19792 )
2023-01-11 18:13:25 +01:00
Rhys Arkins
446459526e
fix(argocd): filter objects before parsing ( #19789 )
2023-01-11 18:12:48 +01:00
Rhys Arkins
aa4e1670be
fix(bundler): check for string before formatting ( #19791 )
2023-01-11 18:12:32 +01:00
Sebastian Poxhofer
e02ad9e684
fix(terraform): return early on parse errors and do not fail on checklist false positive ( #19778 )
...
Closes https://github.com/renovatebot/renovate/issues/19777
2023-01-11 12:19:33 +01:00
Sebastian Poxhofer
1ab049f7f4
feat(terraform): use HCL parser and introduce class based extractors ( #19269 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-01-09 13:16:20 +00:00
Gilbert Gilb's
e70e6c7d71
fix(manager/pip_setup): support namespaced packages ( #19736 )
2023-01-09 13:34:13 +01:00
Moritz Hedtke
54b5f6de43
feat(manager/sbt): Implement %%% dependency specifiers ( #19656 )
2023-01-07 21:28:12 +00:00
Johannes Feichtner
0eb77da9cf
feat(manager/gradle): enable support for concatenated properties ( #19659 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2023-01-05 14:43:52 +01:00
renovate[bot]
91f3fe2d6a
build(deps): update dependency good-enough-parser to v1.1.22 ( #19672 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-04 18:08:56 +00:00
Michael Kriese
797e8fcdeb
fix(manager/woodpecker): fix fileMatch ( #19661 )
2023-01-04 08:22:49 -08:00
Michael Kriese
39b23d64fe
feat: better sanitize ( #19646 )
2023-01-03 12:29:07 +00:00
Johannes Feichtner
e9313aea2d
refactor(manager/gradle): reuse matching patterns and combine dependency string handling ( #19636 )
2023-01-03 08:58:10 +00:00
Tim Landwerth
f7d69dda1a
feat(bundler): support for updateType patch and minor ( #19446 )
2023-01-03 09:41:11 +01:00
Johannes Feichtner
80d53a1222
feat(manager/gradle): enable property accessors for registry URLs ( #19609 )
2022-12-29 22:26:02 +01:00
Johannes Feichtner
0fc1731eed
feat(manager/gradle): support separate registry URLs for plugins ( #19606 )
2022-12-29 18:41:43 +00:00
Hans-Jörg Wieland
b52f757f74
fix(docs): use correct folder name in README for helm Subchart archives ( #19588 )
2022-12-27 17:33:27 +01:00
Johannes Feichtner
d9349b21b9
refactor(manager/gradle): group extraction tests + code hygiene ( #19586 )
2022-12-27 14:45:30 +01:00
Joshua Tang
b46e52c353
feat(pub): Support updating lock files ( #19116 )
2022-12-24 19:11:25 +01:00
Michael Kriese
73be295310
feat(core): centralize sidecar
image usage ( #19545 )
2022-12-23 09:45:15 +00:00
Rhys Arkins
7afb7b5348
fix(composer): handle empty git stash pop ( #19527 )
2022-12-22 17:44:05 +01:00
Kamil Kowalski
b61a01b481
fix(manager/mix): fetching organization name for deps in mix files ( #19128 )
2022-12-22 10:26:10 +00:00
Rhys Arkins
52d773bb6b
feat(composer): stash/unstash before install ( #19518 )
2022-12-21 17:00:25 +01:00
Michael Kriese
331a39639d
feat(ruby): support dynamic install ( #19510 )
2022-12-21 15:12:43 +01:00
Luiz Carvalho
9997902ef6
feat(manager/tekton): finally tasks and pipelinespec ( #19409 )
2022-12-20 06:38:36 +01:00
Sebastian Poxhofer
1e2c2f13c9
feat(manager/fleet): support updating customisations of versions ( #18202 )
2022-12-20 06:38:17 +01:00
Robert Munteanu
9ef76c5a47
feat: add osgi dependency manager ( #19282 )
2022-12-19 20:00:13 +00:00
Sergei Zharinov
4c92341bc2
feat(sbt): Extract values from typed variables ( #19477 )
...
Closes undefined
2022-12-19 15:50:23 +01:00
Johannes Feichtner
6beeba6f02
refactor(manager/gradle): group parser directives in separate files ( #19465 )
2022-12-18 08:25:44 +01:00
Rhys Arkins
719354793f
feat(gomod): directive versioning ( #19453 )
2022-12-17 08:12:57 +01:00
Jamie Tanna
67d1b983bc
fix(manager/gomod): resolve multi-line indirect dependencies ( #19442 )
2022-12-16 11:40:36 +00:00
Jamie Tanna
d19effc48d
feat(manager/gomod): update indirect dependencies for Go Modules ( #19431 )
2022-12-15 18:55:08 +00:00
Tobias
963a1d9eba
fix(sbt-plugin): switch defaultRegistryUrl to repo.scala-sbt.org/scalasbt/sbt-plugin-releases
( #19400 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-12-14 19:00:40 +00:00
Gabriel-Ladzaretti
66159ac549
feat(repo/lookup): log registry urls used at the lookup phase ( #19332 )
2022-12-12 10:23:03 +02:00
Tim Knight
682829f33a
docs: improve regexManager documentation ( #19278 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Resolves https://github.com/renovatebot/renovate/issues/19265
2022-12-10 07:09:11 +00:00
Johannes Feichtner
786899eadf
feat(manager/gradle): add support for implicit gradle plugins ( #19111 )
2022-12-09 12:11:09 +00:00
Kasper Juul Hermansen
eecccfa485
feat: handle workspace.dependencies in cargo ( #18831 )
2022-12-09 06:11:32 +01:00
Jan Høydahl
0d9aaed601
feat(gradle): Support for gradle consistent versions plugin ( #19182 )
...
Co-authored-by: Johannes Feichtner <Churro@users.noreply.github.com>
Closes https://github.com/renovatebot/renovate/issues/8017
2022-12-08 12:21:14 +00:00
Johannes Feichtner
cd9554969b
feat(manager/gradle): support short dependency notation for named Kotlin modules ( #19180 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-12-07 19:57:23 +00:00
Omer Cohen
cb4733d3db
fix(gomod): support pseudo-versions ( #19122 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-12-07 20:29:39 +01:00
Devin Buhl
06d92d0592
feat(flux): add support for renovating OCIRespository ( #19017 )
2022-12-06 07:36:59 +00:00
Sebastian Poxhofer
1aca2f1f59
test(terraform): further improve testing and simplify test code ( #19242 )
2022-12-04 17:41:19 +01:00
Johannes Feichtner
07bb701ada
refactor(manager/gradle): ensure gradle parser is only invoked for gradle script files ( #19232 )
2022-12-03 20:05:28 +01:00
Sebastian Poxhofer
9599b850fd
test(terraform): use matchObject instead of matchSnapshot ( #19222 )
2022-12-02 15:55:36 +01:00
Jonatan Männchen
ff1632ae31
feat(datasource/hexpm-bob): Support hex.pm "Bob the builder" datasource ( #18925 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2022-12-01 16:49:27 +00:00
Johannes Feichtner
094a3f447a
feat(manager/gradle): support for Kotlin extra properties, dependencySet collections and versionCatalog aliases ( #19200 )
2022-12-01 11:04:08 +00:00
Sebastian Poxhofer
a19f44b2a8
fix(terraform): allow _
and -
in hostnames of provider sources ( #19203 )
2022-12-01 10:23:53 +00:00
Michael Kriese
0fd190edc9
docs(manager/terragrunt): fix wrong config ( #19192 )
2022-11-30 14:48:49 +01:00
Luiz Carvalho
945aa31fb1
feat(tekton): support official bundle resolver ( #19040 )
2022-11-30 10:00:40 +00:00
HonkingGoose
f6e390608a
docs(cdnurl): rewrite ( #19146 )
2022-11-29 10:11:23 +01:00
Michael Kriese
d2cf863fe9
fix(manager/terraform): remove default versioning ( #19161 )
2022-11-29 08:44:19 +01:00
Johannes Feichtner
84c51dc3e3
feat(manager/gradle): add support for Groovy and Kotlin maps ( #19127 )
2022-11-29 07:08:41 +00:00
HonkingGoose
d6668744ed
docs: capitalize abbreviation URL ( #19145 )
2022-11-28 12:10:47 +01:00
Kamil Kowalski
893f7caab8
fix(manager/mix): comment handling in dependency extraction ( #19142 )
2022-11-28 10:35:06 +00:00
Rhys Arkins
0f2eb5d622
fix(gomod): Revert "fix(gomod): non-0.0.0 digest matching" ( #19120 )
2022-11-27 09:14:04 +01:00
Omer Cohen
20ba978e4f
fix(gomod): non-0.0.0 digest matching ( #19085 )
2022-11-27 06:53:21 +00:00
Johannes Feichtner
dc0c02716d
feat(manager/gradle): add support for alternative Gradle plugin syntax ( #19113 )
2022-11-26 07:27:39 +00:00
Michael Kriese
ff40cb3811
feat(manager/cargo): support dynamic install 🎉 ( #19106 )
2022-11-25 20:45:02 +01:00
Michael Kriese
c25b02e856
feat(manager/gomod): dynamic golang install 🎉 ( #19104 )
2022-11-25 18:11:37 +01:00
Michael Kriese
1959edc262
feat(nuget): skip restore non-leaf projects ( #19097 )
2022-11-25 13:43:44 +00:00
Michael Kriese
3c49502ced
fix(nuget): disable msbuild node reuse ( #19095 )
2022-11-25 09:54:51 +00:00
Johannes Feichtner
90ada813dc
feat(manager/gradle): add support for property accessors ( #18990 )
2022-11-24 17:25:02 +01:00
Rhys Arkins
4dc7869312
fix(jsonnet-bundler): default subdir to empty string ( #19064 )
2022-11-24 08:40:36 +01:00
Johannes Feichtner
eef8e0a1de
fix(manager/gradle): ignore "publishing" repositories ( #18998 )
2022-11-24 07:33:46 +01:00
HonkingGoose
384d3be7eb
docs(helmv3): rewrite ( #19050 )
2022-11-23 14:31:14 +01:00
Rhys Arkins
e74c23016d
feat(npm): use npm <9 when lockfileVersion=2 ( #19046 )
2022-11-23 14:30:22 +01:00
Michael Kriese
1633759497
feat(manager/nuget): support install mode ( #19049 )
2022-11-23 09:35:38 +00:00
Elizabeth Craig
2b651aeaa3
fix(yarn): skip individual invalid entries in yarn.lock ( #19018 )
2022-11-22 06:16:32 +00:00
Zodan Jodan
e68419d546
feat: adding GitRepository resource support in flux ( #18782 )
...
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>
2022-11-21 22:35:13 +00:00
RahulGautamSingh
8e4b5231f8
refactor: convert enums to unions ( #18900 )
2022-11-20 07:34:23 +00:00
Jonatan Männchen
84bb830e00
feat(manager/asdf): Support gohugo plugin including extended_
version ( #18987 )
2022-11-18 18:01:32 +00:00
Rhys Arkins
d1d6febd2e
fix(npm): use nvmrc from lock file dir ( #18978 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-11-18 06:13:09 +00:00
Johannes Feichtner
ff96c5f67b
test(manager/gradle): add further tests ( #18977 )
2022-11-18 07:31:47 +02:00
pataar
7adc861fed
fix(volta): make sure volta uses the same yarn package overwrite ( #18893 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-11-16 08:01:39 +02:00
Rhys Arkins
a27a7fa978
fix(jsonnet-bundler): handle undefined parseUrl
2022-11-16 06:40:53 +01:00
Jonatan Männchen
1515999131
chore(manager/asdf): Add tool to autogenerate supported plugins in docs ( #18924 )
2022-11-16 05:37:53 +00:00
Johannes Feichtner
dee3452a19
refactor(manager/gradle): cleanup old parser ( #18931 )
2022-11-16 04:32:41 +00:00
Johannes Feichtner
b14336b3af
feat(manager/gradle): reimplement parser using tree-based approach ( #18663 )
2022-11-15 19:23:06 +00:00
Sergei Zharinov
30eb3dda39
fix(github-actions): Fix hash extraction ( #18927 )
2022-11-15 09:47:22 -06:00
Jonatan Männchen
3d68c7e9f3
feat(manager/asdf): add additional asdf supported tools ( #18612 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jonathan Ballet <jon@multani.info>
2022-11-15 10:11:49 +00:00
Sergei Zharinov
3c56aeca17
refactor(tests): Use codeBlock
tagged literal ( #18916 )
2022-11-15 08:35:36 +00:00
Jamie Magee
92eb2200fd
refactor(jest): enable clearMocks ( #18779 )
2022-11-14 22:46:37 -08:00
Jamie Magee
44d953737d
feat(manager/nix): add support for nix package manager ( #18727 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-11-11 23:45:46 +00:00
Sergei Zharinov
5162394f51
feat(maven): Skip lookup for parent packages ( #18788 )
2022-11-10 15:25:05 +00:00
HonkingGoose
29c12e6661
docs(regex): improve link name ( #18841 )
2022-11-09 13:05:21 +02:00
Johannes Feichtner
fb56b1fe85
fix(manager/gradle): prefix version catalog aliases with "libs." ( #18830 )
2022-11-09 00:51:02 +00:00
HonkingGoose
64ddabc82d
docs(asdf): rewrite readme ( #18795 )
2022-11-08 18:26:28 +02:00
Johannes Feichtner
be21d44700
fix(docker): ensure digest is updated only once with ARG and multiple FROM statements ( #18061 )
2022-11-07 22:54:37 +00:00
RahulGautamSingh
d869c946d1
refactor: reduce debug metadata ( #18737 )
2022-11-07 11:29:02 +00:00
RahulGautamSingh
c93154bd24
refactor: enums to unions ( #18747 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-11-05 09:12:03 +00:00
RahulGautamSingh
2a07e91be6
refactor: convert ProgrammingLanguage to union type ( #18748 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-11-05 08:49:57 +00:00
Sergei Zharinov
290b964afd
feat(github-actions): Support for short tag comments ( #18738 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-11-04 13:20:46 +01:00
Michael Kriese
73eaf0f31c
fix(manager/github-actions): wrong supportedDatasources entry ( #18734 )
2022-11-03 13:58:02 +00:00
RahulGautamSingh
c56588eaba
refactor: convert PlatformmId to union ( #18458 )
2022-11-01 14:46:09 +00:00
Michael Kriese
8201641d89
fix(manager/kubernetes): don't extract unknown kubernetes objects ( #18230 )
2022-11-01 08:55:52 +00:00
Braden Mars
c4053802c5
feat: Support toml up to v1.0.0-rc.1 ( #18670 )
2022-11-01 06:16:13 +00:00
Usman
dc9c2054bc
feat(manager/flux): support system manifest inside subdirectories ( #18605 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-31 11:47:03 +00:00
Rhys Arkins
ca4025b36b
feat(composer): support binarySource=install for php ( #18656 )
2022-10-29 14:42:00 +00:00
RahulGautamSingh
0151b6a4a9
refactor: reduce debug metadata ( #18466 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-29 12:11:09 +00:00
Sergei Zharinov
6b42b45eb4
fix(maven): Fix recursive props check ( #18644 )
2022-10-29 04:58:43 +00:00
Michael Kriese
0b2a14e3a2
fix(manager/composer): fix registry url handling ( #18643 )
2022-10-28 14:18:43 +00:00
Johannes Feichtner
0dfc98c2e7
fix(manager/gradle): ignore mapScalar() method from Apollo Kotlin plugin ( #18625 )
2022-10-28 11:47:25 +03:00
Mathieu Kniewallner
c981d2f8dd
feat(manager/pip-compile): handle --resolver
argument ( #18489 )
2022-10-27 16:12:05 +00:00
Gary Lockett
dc8045c37d
feat(composer): Support PHP as a package using GitHub tags ( #18474 )
...
Signed-off-by: Gary Lockett <gary@creativecow.uk>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-27 16:09:35 +03:00
Johannes Feichtner
8279be47c8
fix(manager/gradle): preserve next token for parsing in case dependency interpolation fails ( #18330 )
2022-10-27 07:39:40 +02:00
Johannes Feichtner
4770c0069a
fix(manager/dockerfile): improve RegEx to match ARG values with trailing spaces ( #18592 )
2022-10-27 07:06:41 +03: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
Johan Bergström
67c32b8689
chore(doc): fix newline match ( #18545 )
2022-10-25 13:43:01 +00:00
RahulGautamSingh
65b2069125
refactor(mix): remove comment ( #18534 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-25 10:14:14 +00:00
RahulGautamSingh
f4f89e12e1
fix(manager/mix): ignore comments when extracting deps ( #18479 )
2022-10-25 07:32:52 +00:00
Johannes Feichtner
58c9b15162
fix(manager/gradle): only accept known format for optional classifiers ( #18525 )
2022-10-25 06:58:28 +02:00
Mathieu Kniewallner
e2a42d3b2b
feat(pip-compile): handle --strip-extras
argument ( #18486 )
2022-10-23 19:39:24 +02:00
Johannes Feichtner
b544d5ca80
test(manager/gradle): refactoring to map tests to Gradle functionality ( #18481 )
2022-10-23 13:24:20 +02:00
Johannes Feichtner
c02014a16e
fix(manager/gradle): normalize aliases in versionCatalog ( #18473 )
2022-10-23 06:07:49 +00: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
cbca54d0c3
feat!: do not auto pin rangeStrategy ( #18309 )
...
Removes all logic where rangeStrategy=auto results in pinning.
Closes #18304
BREAKING CHANGE: Dependencies are no longer automatically pinned, pinning must be opted into using rangeStrategy=pin
2022-10-23 06:48:35 +02:00
Maxime Brunet
5e7844fb81
feat(jsonnet-bundler)!: Use absolute import format for depName ( #14525 )
...
Use absolute import format for depName in jsonnet-bundler.
Closes #13568
BREAKING CHANGE: `depName` now uses the "absolute import" format (e.g. `bar` → `github.com/foo/bar/baz-wow`)
2022-10-23 06:48:35 +02:00
Rhys Arkins
deea75058a
feat(azure-pipelines)!: disable by default ( #18142 )
...
Closes #15818
BREAKING CHANGE: azure-pipelines manager is now disabled by default.
2022-10-23 06:48:35 +02:00
Johannes Feichtner
b4f5f88526
fix(manager/gradle): allow dependency classifiers ( #18469 )
2022-10-22 16:28:04 +02:00
RahulGautamSingh
91cef564d4
refactor: change currentVersion to non-optional in UpdateLockedConfig ( #18406 )
2022-10-21 15:29:39 +00:00
Niklas Logren
06ae68fce4
fix(npm): support frozen-lockfile in .yarnrc ( #18184 )
2022-10-21 05:25:52 +00:00
renovate[bot]
ebf4cd4c93
build(deps): update dependency find-packages to v10 ( #18428 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-20 19:23:06 +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
RahulGautamSingh
1e45fe0d72
refactor(bundler): add tests ( #18398 )
2022-10-19 15:59:32 +03:00
Sergei Zharinov
9439abe4fc
refactor(bazel): Leverage new parser in update function ( #18285 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-19 09:20:22 +00:00
RahulGautamSingh
f206b9e6e6
feat(terraform): updateLockedDependency() ( #18405 )
2022-10-19 11:28:56 +03:00
HonkingGoose
ce93e60292
docs(manager): rewrite regex readme ( #18370 )
2022-10-19 07:41:03 +03:00
Johannes Feichtner
c49be3d69a
fix(manager/gradle): optimize performance of Gradle lock file maintenance and ensure gradlew is executable ( #18348 )
2022-10-15 17:13:19 +00:00
Johannes Feichtner
cdcb455dd9
fix(manager/gradle-wrapper): issue a warning in case gradlew isn't executable ( #18349 )
2022-10-15 19:55:12 +03:00
Johannes Feichtner
5559b5359d
fix(manager/gradle): use Gradle version to resolve Java constraints for lockfile updates ( #18346 )
2022-10-15 10:00:59 +00:00
Gabriel-Ladzaretti
6fef1d1650
feat(manager/npm): add support for x-range "all" - "*"
range ( #18251 )
2022-10-14 11:26:20 +02:00
Sergei Zharinov
f2d85c16cd
refactor(bazel): Simplify parser output structure ( #18270 )
2022-10-12 07:55:13 +03:00
Jamie Magee
95367d777d
fix: add dotnet
to nuget
manager supported datasources ( #18273 )
2022-10-11 18:42:53 +00:00
Sergei Zharinov
bea9cc9699
refactor(manager/bazel): Leverage schemas for dependency extraction ( #18257 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-11 16:20:49 +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
LukasAuerbeck
1dd13a26e5
fix(manager/argocd): correctly handle oci registries with custom port ( #18260 )
2022-10-11 16:35:35 +02:00
renovate[bot]
7935a7b8ed
chore(deps): lock file maintenance ( #18082 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-10 21:47:23 -07:00
LukasAuerbeck
f5bd94d1e1
feat(manager/argocd): add oci helm support ( #18185 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-10 13:32:31 +00:00
Sergei Zharinov
baf62ec6ac
refactor(bazel): Move all supported rules to the separate directory ( #18225 )
2022-10-10 10:27:45 +00:00
Jonathan Ballet
2dd26e1b0a
feat: TFLint plugin manager ( #17954 )
...
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>
2022-10-10 07:04:55 +00:00
Sergei Zharinov
d47ec5fb26
refactor(bazel): Update-friendly structure for parsed data ( #18212 )
2022-10-09 11:58:19 +00:00
Jamie Magee
83d5e7c42f
feat(manager/nuget): use dotnet datasource for sdk ( #18217 )
2022-10-09 13:44:09 +02:00
Jamie Magee
d37e60514a
refactor(manager): pass through UpdateArtifact
generic type ( #18205 )
2022-10-08 23:13:43 +02:00
Jamie Magee
a86885a81b
feat(datasource/kubernetes-api): add kubernetes-api datasource ( #17420 )
2022-10-06 16:13:22 +00:00
Maron
5e5d5b771b
feat(manager/gomod): improve go constraints ( #17178 )
2022-10-06 14:40:31 +00:00
Mathieu Kniewallner
4c1b3e55a8
feat(poetry): handle dependency groups ( #17964 )
2022-10-06 05:01:48 +00:00
Johannes Feichtner
2305550013
feat(manager/gradle): add support for dependency lockfile updates ( #17949 )
2022-10-05 12:24:43 +00:00
Rhys Arkins
e912f89fa8
fix: coerce arrays when extracting ( #17997 )
2022-10-03 07:20:53 +00:00
RahulGautamSingh
1657c16136
chore(lint): add object shortand rule ( #18080 )
2022-10-02 21:20:24 +02:00
Maxime Brunet
e64739cea5
fix(gomod): avoid duplicating "incompatible" metadata ( #17867 )
2022-09-28 17:20:40 +00:00
Rhys Arkins
95339bde33
refactor: use containerbase terminology ( #18023 )
2022-09-28 17:09:28 +02:00
Rhys Arkins
4090e93d4e
chore: fix lint
2022-09-28 06:17:11 +02:00
Rhys Arkins
17b1be016e
fix(bazel): don't warn for missing extractor
2022-09-27 16:55:45 +02:00
HonkingGoose
ed024fc83d
docs(terraform): rewrite readme ( #17983 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2022-09-27 13:27:54 +02:00
bjuraga
90a724f2aa
feat(nuget): implement missing packageFileVersion ( #17995 )
2022-09-27 08:35:30 +03:00
bjuraga
f4bbf71b0b
feat: Add bump version to nuget ( #17903 )
2022-09-25 18:45:45 +00:00
Johannes Feichtner
aaaa6a1cfe
refactor: extract getLockFileContentMap() into fs utils ( #17962 )
2022-09-25 16:31:11 +02:00
Rhys Arkins
fc605a59c0
fix(composer): Revert "feat(manager/composer): support git-tags hostRules for github.com when updating artifacts" ( #17961 )
2022-09-25 07:06:44 +03:00
Jason Bedard
2082aaaf32
fix(bazel): support github tag refs ( #17931 )
2022-09-23 11:34:22 +02:00
Jason Bedard
c449c85d77
test(bazel): add tests with multiple http_archives ( #17933 )
2022-09-23 07:02:14 +00:00
Shaun Wilde
f3f03eabfc
fix(manager/asdf): rename .tools-versions to .tool-versions ( #17893 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-21 07:53:09 +02:00
Rhys Arkins
a1919fcb41
fix(swift): pinDigests=false ( #17862 )
2022-09-19 15:09:33 +02:00
Shaun Wilde
c978b4e086
feat(manager/asdf): add support for .tools-versions as used by asdf ( #17166 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-19 08:12:52 +00:00
Michael Kriese
c481ad235c
fix(npm): use upgrades to detect yarn package manager ( #17788 )
2022-09-14 15:32:18 +02:00
renovate[bot]
582f77371c
chore(deps): update jest monorepo ( #17737 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-12 16:58:52 +02:00
Sergei Zharinov
577cd4c38a
build(deps): update dependency good-enough-parser to v1.1.19 ( #17735 )
2022-09-10 09:32:14 +00:00
Rhys Arkins
55d234ec07
fix(npm): remove memcache ( #17714 )
2022-09-09 09:16:40 +02:00
HonkingGoose
e6c2f18b9f
docs(tekton): rewrite ( #17669 )
2022-09-07 07:49:43 +00:00
Luiz Carvalho
70476774fe
feat: Add tekton-bundle support ( #17289 )
2022-09-07 05:21:53 +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
Sergei Zharinov
2df8967ae2
refactor: Create promises utilities ( #17651 )
2022-09-06 10:36:51 +00:00
Michael Kriese
a851aedfd2
fix(docker): skip empty and whitespace depName ( #17644 )
2022-09-06 06:57:20 +00:00
coffmark
7dbe0b3312
feat(manager/mint): add mint support ( #17351 )
...
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-06 06:18:43 +00:00
Johannes Feichtner
c4127f994c
fix(docker): use docker versioning for debian images with regular tags ( #17602 )
2022-09-04 08:08:51 +03:00
wwuck
0ed0ece4af
docs: fix typos ( #17600 )
2022-09-03 15:55:19 +03:00
Sebastian Poxhofer
e69a9ce1f3
fix(manager/helm): add hostType for helm dependencies during artifactupdate ( #17583 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-09-02 17:03:33 +00:00
Michael Kriese
dcab3b295f
test(java): remove unused test code ( #17564 )
2022-09-01 14:24:17 +00:00
Michael Kriese
adc056c0ad
fix(manager/helmfile): replace escaped templates ( #17513 )
2022-08-31 06:50:50 +00:00
Guillaume Berche
7c056534e7
docs(manager/flux): improve readme ( #17507 )
2022-08-31 06:31:20 +00:00
Eric Durand-Tremblay
781b8fbcb7
feat(manager/composer): support git-tags hostRules for github.com when updating artifacts ( #16193 )
2022-08-30 16:49:01 +03:00
Gary Lockett
94cfaecef2
fix(manager/composer): match composer's handling of the patch number for platform PHP version ( #17299 )
...
Signed-off-by: Gary Lockett <gary@creativecow.uk>
2022-08-29 06:31:33 +00:00
Rhys Arkins
f764f8879c
feat(config): containerbaseDir ( #17414 )
2022-08-25 15:43:06 +00:00
Rhys Arkins
ee6287971d
refactor: use containerbase not buildpack terminology ( #17398 )
2022-08-25 06:59:55 +00:00
Johannes Feichtner
30003c3a87
feat(gradle-wrapper): support for wrapper configuration updates in gradle build file ( #17290 )
2022-08-24 20:15:36 +00:00
Michael Kriese
6854c18abb
fix(npm): return null for latest lerna ( #17382 )
2022-08-24 12:43:42 +00:00
Michael Kriese
33e3bf7ce2
refactor: move nested function to module scope ( #17361 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-23 21:38:24 +02:00
Christoph Ludwig
4322ae8283
fix(pip_requirements): ignore extras in test for hashes ( #16910 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-19 11:49:01 +00:00
Masaki Hara
633de4fbca
fix(ruby): extract version with quotation ( #17222 )
2022-08-19 10:04:12 +00:00
Michael Kriese
45184dca6b
fix(manager/terraform): remove invalid parts from commitMessageTopic
tempate ( #17271 )
2022-08-19 07:08:07 +00:00
Philip
189e39bcfc
fix(npm): issue with npm lerna deleting unrelated lockfile files ( #17233 )
2022-08-18 17:08:51 +00:00
Johannes Feichtner
b8004fe61a
fix(gradle-wrapper): support for wrapper updates in sub-directory ( #17164 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-18 05:03:43 +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
b2e763e012
test: prepare buildpack ( #17212 )
2022-08-17 07:15:38 +00:00
fredrondina
21ff27d5ab
feat(gitlab-ci): ref add logic for updating non top level include
s ( #16819 )
...
Co-authored-by: Fred Rondina <fred.rondina@daveramsey.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-16 15:36:05 +00:00
Michael Kriese
24691ac42f
fix(manager/helmfile): replace all templates ( #17210 )
2022-08-16 14:24:36 +02:00
Michael Kriese
0316a5e62d
test: use jest v29 ( #17151 )
2022-08-16 14:22:29 +02:00
Michael Kriese
8586f463ea
test(gradle-wrapper): modernize tests ( #17204 )
2022-08-16 09:14:38 +02:00
Hasan Awad
719ab9be4a
fix(manager/gitlabci): clean more than one slash ( #17132 )
2022-08-14 15:57:37 +00:00
Michael Kriese
60ed6ad40d
feat(versioning): add python versioning for buildpack ( #17147 )
2022-08-12 06:24:56 +00:00
Michael Kriese
321afb5ede
fix(manager/gomod): fix auth ( #17140 )
...
* fix(manager/gomod): fix auth
* fix: add another github url
* test: fix coverage
* Update lib/util/git/auth.spec.ts
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
2022-08-12 05:12:30 +00:00
Louis Segretin
cedc8e2f6b
feat(conan): add revisions support ( #16871 )
...
* feat: add conan revisions
* Adding getDigest and moved function
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Changing undefined condition
* Minimize tests
* Extract isCommon to new common.ts
* Removing isComment
* Update lib/modules/datasource/conan/types.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Removing digest from getReleases
* Removing digest from packageName
* cleaning up and fixing caching
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Adding back eslint-disable-next-line
* forcing registryUrl
* move to joinurlparts
* Refactor depName and userAndChannel
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-11 21:07:54 +02:00
Michael Kriese
f684da8c2f
fix(buildpack): use poetry versioning for python ( #17129 )
...
* fix(buildpack): use poetry versioning for python
* test: fix tests
2022-08-11 08:59:04 +00:00
Hasan Awad
3cec44cfa7
fix(manager/gomod): add multi-line replace detection ( #17111 )
2022-08-11 05:29:53 +00:00
Rhys Arkins
83610e0166
fix(github-actions): pkg can be null ( #17094 )
2022-08-10 10:22:35 +03:00
Sergei Zharinov
42d4de6507
refactor(sbt): Reimplement the parser ( #17054 )
2022-08-10 07:56:27 +02:00
Hasan Awad
0e7c4306ec
refactor(manager/go): make multiline parsing a function ( #17074 )
...
* make multiline parsing a function
* refactor
* added interface for type
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-09 19:51:43 +00:00
Michael Kriese
99de3b72f0
test(python): fix snapshot tests ( #17064 )
2022-08-09 08:24:46 +02:00
Rhys Arkins
157c07a0a1
fix(yarn): check stdout for disk space error ( #17056 )
...
Closes #16536
2022-08-09 08:28:14 +03:00
RahulGautamSingh
d011e848a4
refactor: merge extract config types ( #16204 )
2022-08-09 05:26:35 +00:00
Jamie Magee
997e5a1216
feat(datasource/azure-pipelines-tasks): add azure-pipelines-tasks
datasource ( #16904 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-08 21:34:29 -07:00
IKEDA Sho
c8ca4267ef
fix(manager): correctly escape the dot character in fileMatch ( #17048 )
2022-08-08 17:20:16 +02:00
Michael Kriese
a700765925
feat(python): redirect pip cache to renovate ( #17038 )
2022-08-08 09:26:26 +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
cjtim
f61342d068
fix(manager/sbt): allow addCompilerPlugin ( #17006 )
...
* fix(sbt/manager): allow addCompilerPlugin
* add test case
* fix: toMatchObject
* yarn run jest:14 -u
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-07 05:38:17 +00:00
Sergei Zharinov
89e9d31935
feat(bazel): Parser reimplementation ( #16931 )
...
* feat(bazel): Parser reimplementation
* Fixes
* Update comments
* Fixes
* Fix
* More fixes
* Fix
* Simplify
* Refactor context
* Fixes
* One more warning log
* Fix lint
* Fix depth limit
* Add more tests
* Rename `extract-new.ts` to `extract.ts`
* Fixes
* Remove async
* Update lib/modules/manager/bazel/parser.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Fix
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-07 08:12:32 +03:00
cjtim
b367f4db99
fix(manager/sbt): allow star comment ( #17005 )
...
* fix: sbt manager allow star comment
* Update lib/modules/manager/sbt/extract.ts
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
* add test case
* prettier-fix
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-06 13:34:08 +00:00
Michael Kriese
be316c5d0b
feat(manager/npm): full npm buildpack support ( #16976 )
...
* feat(manager/npm): full npm buildpack support
* chore: fix test
2022-08-05 16:13:59 +00:00
Michael Kriese
ff1447c081
feat(manager/pip-compile): support buildpack ( #16996 )
...
* fix(buildpack): execute `preCommads` on install mode
* feat(manager/pip-compile): support buildpack
2022-08-05 15:42:26 +00:00
Michael Kriese
4573bd78e6
feat(manager/npm): lerna buildpack support ( #16991 )
2022-08-05 15:00:34 +00:00
Michael Kriese
41894744ff
feat(manager/npm): full pnpm buildpack support ( #16989 )
2022-08-05 14:29:33 +00:00
Michael Kriese
b620f65577
feat(manager/npm): full yarn buildpack support ( #16986 )
...
* feat(manager/npm): full yarn buildpack support
* test: fix test
2022-08-05 14:17:37 +00:00
Michael Kriese
1035defa16
chore(manager/npm): remove empty preCommands ( #16990 )
2022-08-05 13:49:49 +00:00
Michael Kriese
6d426a0f88
feat(manager/poetry): support buildpack ( #17002 )
2022-08-05 13:35:39 +00:00
Michael Kriese
5138daede5
feat(manager/pip_requirements): support buildpack ( #16999 )
...
* feat(manager/pip_requirements): support buildpack
* fix: install as user
2022-08-05 15:20:16 +02:00
Sergei Zharinov
813cc8d474
fix(manager/bazel): fix regex and tests for update function ( #16992 )
...
* test(bazel): Refactor tests for update function
- use smaller fragment for each use-case
- remove fixture usage
- fix regex to support `maybe`
* Compact formatting
* Don't use `replaceAll`
* Fix coverage
2022-08-05 13:24:10 +02:00
Michael Kriese
9b3a3f8d11
fix(buildpack): execute preCommads
on install mode ( #16995 )
2022-08-05 12:20:22 +02:00