Rhys Arkins
fa49848776
fix(gomod): disable pinDigests
2023-06-03 07:05:32 +02:00
Michael Kriese
497d4c131f
fix(manager): unify logging ( #22398 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-05-25 16:53:05 +00:00
RahulGautamSingh
0b36f97bd3
refactor: replace as with partial/satisfies ( #21982 )
2023-05-08 06:36:40 +00:00
Michael Kriese
9f01274911
fix(fs): remove regex path validation ( #21871 )
2023-04-28 12:31:32 +00:00
Jorge Silva
91812d025d
feat(manager/gomod): add goGetDirs
option ( #20156 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-04-18 04:55:28 +00:00
Maxime Brunet
7b627e3900
fix(gomod): skip updating import path for incompatible versions ( #20812 )
2023-03-14 05:09:15 +00:00
Rhys Arkins
0f86d313da
chore: fix artifacts tests
2023-03-10 09:34:40 +01:00
Michael Kriese
ec4b17b8b6
feat(config)!: default dockerImagePrefix
to containerbase
( #20150 )
...
Sidecar containers will now use `containerbase/` prefix instead of `renovate/` prefix.
BREAKING CHANGE: containerbase/ account used for sidecar containers instead of renovate/
2023-03-10 09:34:40 +01:00
Rhys Arkins
016e647390
feat(config)!: default to rangeStrategy=auto, prefer update-lockfile ( #19942 )
...
Changes `rangeStrategy` default value from `'replace'` to `'auto'`. Also changes `auto` behavior so that `update-lockfile` is preferred if the manager
supports the `updateLockedDependency()` function.
Closes #19800
BREAKING CHANGE: Renovate will now default to updating locked dependency versions. To revert to previous behavior, configure rangeStrategy=replace.
2023-03-10 09:25:45 +01:00
Maxime Brunet
14019fed16
feat(gomod): enable gomodUpdateImportPaths for gopkg.in ( #20743 )
2023-03-04 08:32:04 +00:00
Rhys Arkins
c41cfdbef6
docs: gomod artifacts hostRules ( #20222 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-04 07:38:17 +01:00
Tobias Kongsvik
a340830ee6
fix(gomod): Use correct major version to update go import paths ( #20140 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-23 11:23:40 +00:00
RahulGautamSingh
0f51c9f524
test: replace as with partial ( #20511 )
2023-02-21 10:46:29 +00:00
Sergei Zharinov
43848b7329
fix(gomod): Don't append indirect
mark twice ( #20479 )
2023-02-20 14:51:22 +00:00
Rhys Arkins
3cef2f2e4f
refactor: PackageFile -> PackageFileContent ( #20502 )
2023-02-19 12:43:48 +00:00
Tobias
9669ba320f
fix(gomod): Commit updated go.mod when only go.mod changes ( #20372 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-02-13 14:32:59 +01:00
Alexander Birkner
fbceff1397
feat(gomod): support -e option ( #20199 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-02-07 14:00:16 +01:00
RahulGautamSingh
fbb81b0623
test: replace as with partial ( #20241 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-06 15:10:24 +00:00
Rhys Arkins
9ead5d22fd
fix(gomod): generate auth from go hostRules ( #20218 )
2023-02-04 09:28:04 +01:00
Michael Kriese
9bd857c8f8
fix(platform): fix types and docs ( #19944 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-24 10:05:51 +01:00
Michael Kriese
73be295310
feat(core): centralize sidecar
image usage ( #19545 )
2022-12-23 09:45:15 +00: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
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
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
Michael Kriese
c25b02e856
feat(manager/gomod): dynamic golang install 🎉 ( #19104 )
2022-11-25 18:11:37 +01:00
Sergei Zharinov
3c56aeca17
refactor(tests): Use codeBlock
tagged literal ( #18916 )
2022-11-15 08:35:36 +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
RahulGautamSingh
c56588eaba
refactor: convert PlatformmId to union ( #18458 )
2022-11-01 14:46:09 +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
Philip
80af0fdf76
feat: Support AWS Code Commit platform ( #17076 )
2022-10-23 06:48:35 +02:00
Maron
5e5d5b771b
feat(manager/gomod): improve go constraints ( #17178 )
2022-10-06 14:40:31 +00: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
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
Michael Kriese
b2e763e012
test: prepare buildpack ( #17212 )
2022-08-17 07:15:38 +00:00
Michael Kriese
0316a5e62d
test: use jest v29 ( #17151 )
2022-08-16 14:22:29 +02: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
Hasan Awad
3cec44cfa7
fix(manager/gomod): add multi-line replace detection ( #17111 )
2022-08-11 05:29:53 +00: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
IKEDA Sho
c8ca4267ef
fix(manager): correctly escape the dot character in fileMatch ( #17048 )
2022-08-08 17:20:16 +02:00
Sergei Zharinov
e4dbd4ad49
fix(ci): Restrict template expressions ( #16834 )
...
* fix(ci): Restrict template expressions
* Fix
* Fix
* Fix
2022-07-30 16:28:31 +02:00
IKEDA Sho
caa720401a
docs(manager/gomod): Set displayName and url ( #16796 )
2022-07-27 08:51:17 +03:00
Michael Kriese
6c78237993
test: simplify exec mock ( #16698 )
2022-07-22 07:42:30 +00:00
Philip
b8c5a87bc4
fix(manage/gomod): Golang fix pin ( #16682 )
...
* Add .whitesource configuration file (#3 )
Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
* Update .whitesource
* build(deps): update dependency simple-git to v3.5.0 (#17 )
Co-authored-by: whitesource-for-github-com[bot] <whitesource-for-github-com[bot]@users.noreply.github.com>
* golang fix pin
* golang fix pin
Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: whitesource-for-github-com[bot] <whitesource-for-github-com[bot]@users.noreply.github.com>
2022-07-21 17:29:15 +02:00
Michael Kriese
4f82df4c3d
feat(buildpack): enable cache ( #16591 )
2022-07-21 07:00:02 +00:00
Philip
a6e5eefb64
feat(manager/gomod): support updating go version in go.mod files ( #16541 )
2022-07-18 06:22:50 +00:00