Jamie Magee
8f793259f9
refactor: replace our custom @breejs/later
types with upstream types ( #22665 )
2023-06-12 23:09:00 +00:00
Ryo Matsukawa
0417c111ac
refactor: Merged multiple skipReasons into unspecified-version. ( #22409 )
2023-05-25 05:48:11 +00:00
DjordyKoert
62b57aa27c
feat: disable setting COMPOSER_AUTH for gitlab ( #20634 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-17 06:16:02 +00:00
Michael Kriese
34b5401812
feat(manager/bitbucket-pipelines): support docker image object ( #21102 )
2023-03-29 10:41:05 +00:00
Sebastian Poxhofer
27aae2868e
fix(presets/gitlab): directly request default branch ( #20319 )
2023-02-10 09:46:10 +00:00
Kasper Juul Hermansen
eecccfa485
feat: handle workspace.dependencies in cargo ( #18831 )
2022-12-09 06:11:32 +01:00
RahulGautamSingh
8e4b5231f8
refactor: convert enums to unions ( #18900 )
2022-11-20 07:34:23 +00:00
RahulGautamSingh
af3b2038f8
refactor: replace enums with union/object ( #18903 )
2022-11-14 20:55:38 +02:00
Sergei Zharinov
b2d18d1110
feat(http): maxRequestsPerSecond ( #18325 )
2022-10-25 11:03:19 +00:00
HonkingGoose
c44dbae214
chore(types): fix typos in comments ( #18065 )
2022-10-01 14:01:11 +02:00
Rhys Arkins
9bc8b05af3
feat: http keepalives ( #17582 )
2022-09-02 12:32:34 +02:00
Michael Kriese
13574419ba
feat(http): support dns cache ( #17533 )
2022-08-31 11:49:54 +00:00
Sergei Zharinov
f8c789efb4
feat(github): Log warning when GitHub token is not configured ( #16566 )
...
* feat(github): Log warning when GitHub token is not configured
* Check `sourceUrl`
* Add tests
* Fix test
* Fix
* Remove `sourceUrl` check
* Test nullable input
* Fix nulls
2022-08-01 06:16:09 +00:00
Maksim
ed73d380e8
refactor: improve commit message functionality ( #13328 )
...
* refactor: improve commit message functionality
* refactor: fix test coverage
* refactor: fix by comments
* refactor: fix build
* refactor: fix linting
* refactor: fix export type
* refactor: js private fields
* refactor: static private fields
* fix: lint
* refactor: fix tsconfig
* refactor: implement method normalizeInput
* refactor: fix by comments
* Update lib/workers/repository/model/commit-message.ts
* refactor: fix by comments
* refactor: use private typescript fields again
* refactor: fix by comments
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-02 01:42:33 +00:00
Michael Kriese
fb9303c190
feat(core:changelogs): better platform detection ( #14989 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-06 14:56:40 +00:00
Andrei Silviu Dragnea
27bfb75137
fix(manager/maven): Apply Maven properties recursively ( #14566 )
2022-03-12 15:16:07 +00: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
Hasan Awad
f83c82b94f
fix: added filtering for empty depName ( #14037 )
2022-02-13 09:59:03 +01:00
Michael Kriese
5723be1ac5
refactor: add strict null checks ( #14169 )
2022-02-11 11:02:30 +01:00
Jamie Magee
3b7e9a17cb
refactor: set importsNotUsedAsValues to error ( #14052 )
2022-02-07 06:37:17 +00:00
Oleg Krivtsov
368903ab81
feat: support new rangeStrategy=in-range-only ( #13257 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-30 03:46:22 +00:00
Sergei Zharinov
8a5be3440f
refactor: Use eslint rule to prohibit enums ( #13703 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-21 15:33:23 +01:00
Sergei Zharinov
4f18d76320
refactor: Use union type for SkipReason ( #13702 )
...
* refactor: Use union type for SkipReason
* Fix snapshot
* Fix snapshot
2022-01-21 08:59:36 +01:00
Michael Kriese
5e0e9ac1c2
refactor: prepare esm helper ( #13250 )
...
* refactor: prepare esm helper
* chore: fix type name
2021-12-22 17:01:28 +01:00
Michael Kriese
c8f88cc421
chore: delete obsolete file ( #13242 )
2021-12-22 15:21:03 +01:00
renovate[bot]
971ef920a6
chore(deps): update dependency ts-jest to v27.1.1 ( #13114 )
2021-12-16 14:51:28 +01:00
Michael Kriese
e4c938b7a5
docs: release as asset ( #11429 )
...
* docs: prepare release as asset
* chore: cleanup
* fix: wrong extension
* fix: wrong logger
* fix: wrong path
* chore: clean and create tmp
* chore: fix types
* fix: update generation
* Update .github/workflows/build.yml
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/datasource/types.ts
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2021-12-09 21:12:49 +01:00
Sergei Zharinov
a7792bc5b4
refactor(typescript): Refactor more files ( #12696 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-11-17 09:32:33 +00:00
Michael Kriese
82e89825ab
chore: remove airbnb ( #12557 )
2021-11-08 13:03:55 +00:00
Jamie Magee
171438c8f4
refactor: use upstream marshal types ( #12379 )
2021-10-28 19:00:42 +02:00
Rhys Arkins
f9617b98fb
fix: catch lookup errors gracefully ( #12369 )
2021-10-28 08:06:39 +00:00
Jamie Magee
41bafaccdf
refactor(docker): replace www-authenticate with auth-header ( #11942 )
2021-10-01 19:50:27 +00: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
Michael Kriese
8785f70b93
fix(core/http): fallback to github /gitlab hosttype ( #11605 )
...
* fix(core/http): fallback to github /gitlab hosttype
* fix: remove generic host rule
* Update lib/util/http/index.ts
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-06 21:07:52 +02:00
Sebastian Poxhofer
443b22b0ae
feat(gitlab-release): implement datasource ( #11226 )
...
Co-authored-by: Nejc Habjan <hab.nejc@gmail.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-01 09:36:38 +00:00
Michael Kriese
60b3d6d933
fix(manager:docker): only pass auth header when required ( #11449 )
2021-08-30 15:55:16 +02:00
Jesko Steinberg
9f791552d3
feat: enable right filtering when specifing hostRules with github-api using datasources ( #11136 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-08-25 07:07:23 +00:00
Masaki Hara
48acb427b7
feat(rubygems): support GitHub Packages ( #11107 )
2021-08-20 04:24:48 +00:00
Yanis Benson
b1724b6745
feat: add updatePinnedDependencies option ( #11087 )
2021-08-09 10:14:50 +00:00
Rhys Arkins
f00413c298
feat(host-rules): use only matchHost ( #9892 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-13 20:53:18 +00:00
Rhys Arkins
856b28841d
feat: hostRules.matchHost ( #9815 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-06 07:57:44 +00:00
Fredrik Blomqvist
467b5ae2fe
feat: Improve schedules ( #9819 )
2021-05-05 20:45:33 +00:00
Rhys Arkins
915bd15ce9
chore: fix HostRule type
2021-05-01 22:52:10 +02:00
Rhys Arkins
0918679cf6
refactor(hostRules): precalculate resolvedHost ( #9811 )
2021-05-01 18:19:38 +02:00
Michael Kriese
607b151f0e
feat(http): support custom auth types ( #9053 )
2021-03-09 19:25:18 +01:00
Rhys Arkins
c34e54c5d3
refactor: remove SkipVersion.UnsupportedValue
2021-02-18 08:24:08 +01:00
Rhys Arkins
bbd78d490c
refactor: remove SkipReason.Unknown
2021-02-18 08:09:04 +01:00
Sergei Zharinov
663117beab
feat(http): Support for per-host http concurrency limits ( #6983 )
2020-12-11 10:09:09 +01:00
Michael Kriese
09be0d9198
feat: replace later ( #7565 )
...
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2020-10-27 13:23:21 +01:00
Michael Kriese
5488db85a5
fix(bitbucket-server): wrong contents fetch ( #7029 )
...
* fix(bitbucket-server): wrong contents fetch
* fix: wrong string join
2020-08-19 13:49:52 +02:00