Ikko Eltociear Ashimine
d450995dd1
chore: fix typo in extract.ts ( #23584 )
2023-07-27 19:21:13 +02:00
bjuraga
a9af34cf8c
fix(manager/nuget): don't bump version if already done ( #23546 )
2023-07-27 14:56:30 +00:00
Rhys Arkins
48d3ebab1d
fix(lerna): detect lerna in dependencies ( #23575 )
2023-07-27 13:53:08 +00:00
Kenichi Kamiya
450350e3fa
feat(manager/asdf): add typos ( #23566 )
2023-07-26 20:09:18 +00:00
Adam Setch
2159444ee1
refactor: use minimatch util ( #23549 )
2023-07-26 07:51:10 +00:00
Adam Setch
39c907231b
refactor(util/hash): replace hasha sha512 use cases ( #23548 )
2023-07-24 22:54:28 +00:00
Tobias
807b79620b
fix(git-submodule): remove token injection from submodule URL ( #23458 )
2023-07-21 17:29:25 +00:00
lfcyja
ec44118056
fix(datasource): re-encode URL to support white spaces in Azure projects ( #23354 )
2023-07-19 15:05:25 +00:00
Michael Kriese
2d23e16b1e
feat(manager/npm): extract contraints again on post-update ( #23131 )
2023-07-19 05:30:13 +00:00
Tobias
01ee73c28a
feat(manager/git-submodule): add authentication support ( #22061 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-07-18 16:17:04 +00:00
Dmitriy Kudelko
d9a24c5d96
fix(yarn): support corepack constraint ( #23395 )
2023-07-18 08:44:15 +00:00
Michael Kriese
6b11746559
docs(github-actions): simplify sample ( #23407 )
2023-07-17 13:05:15 +00:00
Mark Elliot
84e17317d6
fix(manager/bazel-module): skip non-local .bazelrc imports ( #23383 )
2023-07-17 08:35:40 +00:00
HonkingGoose
124c1e636c
docs: refer to the app as the Mend Renovate app ( #23336 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-07-13 14:24:43 +00:00
Tobias
714bb276e9
test(git-submodules): separate and make tests easier mockable ( #23065 )
2023-07-13 12:59:11 +00:00
Daniil Samoylov
562b745e55
fix(pnpm): locked version extraction logic ( #23342 )
2023-07-13 05:37:49 +00:00
HonkingGoose
eeab2c362a
docs(cdnurl): rewrite readme ( #23234 )
2023-07-11 08:41:06 +02:00
RahulGautamSingh
8432e76e8e
fix: replace delay with setTimeout ( #23123 )
2023-07-06 10:20:55 +00:00
Sebastian Poxhofer
b6c4f5ea1b
feat(managers): add more categories ( #23162 )
2023-07-05 09:28:12 +00:00
Sebastian Poxhofer
19259a0383
feat!: categories ( #16534 )
...
Closes #13953
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
BREAKING CHANGE: languages are now called categories instead
2023-07-04 19:21:52 +02:00
Rhys Arkins
c7832e55f8
feat!: remove BUILDPACK env support
2023-07-04 19:21:52 +02:00
RahulGautamSingh
aa14b777c0
feat!: replace dockerImagePrefix
with dockerSidecarImage
( #22708 )
...
Closes #21217
BREAKING CHANGE: dockerImagePrefix is now replaced by dockerSidecarImage
2023-07-04 19:21:52 +02:00
Rhys Arkins
e3d5f7df92
feat!: merge matchPaths and matchFiles into matchFileNames ( #22406 )
...
Closes #22395
BREAKING CHANGE: matchPaths and matchFiles are now combined into matchFileNames, supporting exact match and glob-only
2023-07-04 19:21:52 +02:00
Rhys Arkins
530f537b9b
feat(npm)!: disable rollbackPrs for npm by default ( #21970 )
...
BREAKING CHANGE: Rollback PRs will no longer be enabled by default for npm (they are now disabled by default for all managers)
2023-07-04 19:21:52 +02:00
Johannes Feichtner
4dc6d691f6
refactor(manager/gradle): ignore stdout of artifact updates via stdio convenience option ( #23088 )
2023-07-02 21:09:06 +00:00
Johannes Feichtner
5336723207
fix(manager/gradle-wrapper): refresh Gradle lockfile after wrapper update ( #23081 )
2023-07-02 11:19:10 +00:00
Oscar Dominguez
558535e463
feat(manager/npm): add support for Volta's pnpm ( #23069 )
2023-06-30 18:49:53 +00:00
Jorge Villacorta
6161d069e3
feat(bundler): try matching lock file to package file first ( #23032 )
2023-06-30 04:58:17 +00:00
Chuck Grindel
4ae9fffff1
docs: remove obsolete WIP message for bazel-module
manager ( #23024 )
2023-06-28 14:42:57 +00:00
Sergei Zharinov
53263bbfda
feat: Clone objects via wrapper ( #22970 )
2023-06-27 13:09:59 +00:00
Rhys Arkins
20b1c74f4a
fix(lerna): handle ranged lerna dependency ( #22993 )
2023-06-27 14:21:46 +02:00
Sergei Zharinov
11c05fc837
refactor: Default values for GlobalConfig.get
( #22967 )
2023-06-25 19:34:42 +00:00
Johannes Feichtner
edb9518bf8
fix(manager/gradle): extend allowed nesting depth for Kotlin objects from 3 to 4 ( #22959 )
2023-06-24 16:51:04 +00:00
RahulGautamSingh
444ea13dd5
refactor: remove string interpolations ( #22840 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-06-24 09:32:50 +00:00
mugi
4cc21fa1cd
feat(manager/helmfile): use the specific helmfile version that specified in the helmfile.lock. ( #22904 )
2023-06-21 12:35:04 +00:00
Tobias
6c6984b220
feat(git): move git autentification via environment variables to git auth ( #22821 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-06-20 19:30:39 +00:00
mugi
b52d7255a6
feat(manager/helmfile): support helm registry login
when updating helmfile.lock ( #22494 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-06-19 05:35:54 +00:00
Rhys Arkins
99477fbddf
feat(lerna): skip bootstrap if using lerna v7 ( #22851 )
2023-06-18 17:27:17 +00:00
Rhys Arkins
0887c0cdfc
fix: use install-tool for all ( #21506 )
2023-06-18 10:13:32 +00:00
Rhys Arkins
85ae416bc5
fix: separate extractedConstraints from constraints ( #22823 )
2023-06-17 09:29:23 +00:00
Chuck Grindel
8131b43304
feat: update bazel documentation and enable bazel-module
manager ( #22803 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-06-16 19:27:39 +00:00
RahulGautamSingh
932012fa20
refactor(test): fix getConfig imports ( #22819 )
2023-06-16 17:57:34 +00:00
deniseunt
cfc976db42
feat(manager/pip-requirements): Amend fileMatch regex to match common … ( #22778 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-06-15 19:45:09 +00:00
Rhys Arkins
4f4487fda6
fix(cargo): widen not bump when value includes less-than ( #22790 )
2023-06-15 19:41:37 +00:00
Chuck Grindel
77ed5e6ce5
fix(manager/bazel-module): incorrect log message when no overrides ( #22801 )
2023-06-15 18:38:14 +00:00
Chuck Grindel
ad61b6c875
feat(bazel-modules): support single_version_override
( #22610 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-06-15 15:50:49 +00:00
Michael Kriese
fcd5b188c7
fix(terraform): support more local path modules ( #22758 )
2023-06-14 14:26:57 +00:00
Michael Kriese
7b21f34734
fix(terraform): return null for files without deps ( #22731 )
2023-06-13 09:51:32 +00:00
Rhys Arkins
49befc006e
chore: no console.log for pnpm extraction
2023-06-12 16:05:26 +02:00
Matt
bbd3c607e8
feat(manager/npm): support parsing lockfileVersion=3 ( #22281 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2023-06-06 08:12:43 +00:00