Rhys Arkins
c804d088e2
feat(github): refactor forkMode to reduce API queries ( #18769 )
2022-11-05 07:25:33 +00:00
Rhys Arkins
e8a0349c4b
fix(changelogs): better release name trimming ( #18775 )
2022-11-05 06:49:03 +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
Rhys Arkins
0ea3e11ef2
fix: allow rebaseWhen=never checked ( #18743 )
2022-11-03 16:50:13 +00:00
Rhys Arkins
e651fd34a5
feat(github-actions): support vulnerability alerts ( #18735 )
2022-11-03 15:42:42 +00:00
Nejc Habjan
d281319f4d
feat(datasource/ansible-galaxy): use pep440 versioning by default ( #18718 )
2022-11-03 14:35:22 +00:00
Michael Kriese
73eaf0f31c
fix(manager/github-actions): wrong supportedDatasources entry ( #18734 )
2022-11-03 13:58:02 +00:00
Rhys Arkins
1e31121235
docs: drop repology app warning
2022-11-03 13:19:10 +01:00
Henrik Poulsen
6a9943227f
feat(changelog): allow releases to lack a body if it contains a name ( #18691 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-11-03 12:00:56 +00:00
Rhys Arkins
5fb5dab455
feat(go): support github vulnerability alerts ( #18730 )
2022-11-03 10:19:11 +00:00
Rhys Arkins
4fc1019cb6
fix(docker): external host error for connection errors ( #18709 )
2022-11-02 12:31:14 +02:00
Rhys Arkins
586b96ec16
fix(pr): don’t mention failing checks for automerge ( #18653 )
2022-11-02 10:54:00 +02:00
Jamie Magee
c90cda06e3
feat(nix): support binarySource=install for nix ( #18707 )
2022-11-02 06:18:51 +01:00
Flo Everett
70ad9e61c1
fix(git): git http url fix ( #18705 )
2022-11-01 22:37:21 +01:00
RahulGautamSingh
c56588eaba
refactor: convert PlatformmId to union ( #18458 )
2022-11-01 14:46:09 +00:00
Michael Kriese
0936ac67f6
feat(platform/gitea): configurable autodiscover repo sorting ( #18636 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-11-01 10:12:33 +00:00
Sergei Zharinov
1bacabcb7e
fix(git): Ensure baseBranch
is checked out before git-based merge ( #18687 )
2022-11-01 09:46:22 +00:00
Sergei Zharinov
b7317a2313
fix(regex): Don't cache stateful regex instances ( #18645 )
2022-11-01 09:20:11 +00:00
Michael Kriese
8201641d89
fix(manager/kubernetes): don't extract unknown kubernetes objects ( #18230 )
2022-11-01 08:55:52 +00:00
Steve Carrupt
3489e46911
fix(metadata): massage sourceUrls starting with git@ ( #18136 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-11-01 08:11:13 +00:00
Rhys Arkins
5bc3d4326c
fix(docker): log Docker Hub errors ( #18684 )
2022-11-01 07:45:26 +00:00
Flo Everett
4c0ecc86fe
fix(git-refs): search hostRules by http url, not ssh. ( #17868 )
2022-11-01 07:09:00 +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
c834947326
test: reduce aws-machine-image snapshots ( #18671 )
2022-10-31 12:27:18 +01:00
Maron
f50e685fe4
docs(core/config): config options for advanced users only ( #18505 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-10-31 07:35:07 +00:00
Rhys Arkins
c229652e9f
fix: Revert "refactor: move branch cache files to util/cache" ( #18667 )
2022-10-31 07:50:33 +02:00
Gabriel-Ladzaretti
582d91fafe
fix(datasource/docker): handle prop querying of a non existent object in getLabel() ( #18574 )
2022-10-29 16:21:36 +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
RahulGautamSingh
f04a7c75ff
refactor: move branch cache files to util/cache ( #18646 )
2022-10-29 07:29:51 +00:00
Rhys Arkins
a9922f5c2f
fix(pr): don’t warn on edits ( #18654 )
2022-10-29 06:44:27 +00:00
Rhys Arkins
0e9da7b441
chore: trace http logs ( #18652 )
2022-10-29 06:15:21 +00:00
Sergei Zharinov
6b42b45eb4
fix(maven): Fix recursive props check ( #18644 )
2022-10-29 04:58:43 +00:00
Marcin Flis
7ce7124fd6
feat(preset): add kotlin monorepo to presets ( #18637 )
2022-10-28 16:26:36 +00:00
Michael Kriese
0b2a14e3a2
fix(manager/composer): fix registry url handling ( #18643 )
2022-10-28 14:18:43 +00:00
Martin Herndl
4006ef4667
feat(preset): group JWT Framework packages together ( #18635 )
2022-10-28 09:23:15 +00:00
Sergei Zharinov
c885c889a5
docs: Document cache decoder utility ( #18633 )
2022-10-28 11:48:07 +03:00
Johannes Feichtner
0dfc98c2e7
fix(manager/gradle): ignore mapScalar() method from Apollo Kotlin plugin ( #18625 )
2022-10-28 11:47:25 +03:00
Connor Pearson
78c5d2f39a
feat(presets): add vitest monorepo ( #18394 )
2022-10-27 20:20:17 +00:00
Gabriel-Ladzaretti
d48ede78f0
feat(logs): log end of repository run branch summary ( #17047 )
2022-10-27 17:29:01 +00:00
Mathieu Kniewallner
c981d2f8dd
feat(manager/pip-compile): handle --resolver
argument ( #18489 )
2022-10-27 16:12:05 +00:00
Oliver THEBAULT
3d5915e7d5
docs(enabledManagers): add mergeable value ( #18603 )
2022-10-27 13:45:43 +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
Rhys Arkins
79317dd436
fix: set branch fingerprint whenever updates are verified ( #18599 )
2022-10-27 08:33:36 +00: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
renovate[bot]
952d780940
build(deps): update dependency editorconfig to v1.0.1 ( #18564 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Philip <42116482+PhilipAbed@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-26 11:26:15 +00: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
Rhys Arkins
a35b4ae709
fix(config): coerce newlines in env and CLI ( #18563 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-26 06:40:10 +00:00
RahulGautamSingh
3c7ca03b38
refactor: change conflict cache logic ( #17898 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-26 08:11:51 +02:00
Oleg Kainov
96d369266d
docs: fix ignoring javaLTSVersions ( #18548 )
2022-10-26 08:30:59 +03:00
HonkingGoose
aa4e1372de
docs(AWS CodeCommit): improve docs ( #18555 )
2022-10-26 05:47:05 +02:00
Philip
7b0f6ee5b2
fix: Code commit documentations ( #18551 )
2022-10-25 20:23:22 +02:00
Philip
6c2c2b0c09
fix: error gracefully when .editorconfig parsing fails ( #18541 )
2022-10-25 17:47:17 +02:00
Johan Bergström
67c32b8689
chore(doc): fix newline match ( #18545 )
2022-10-25 13:43:01 +00:00
Sergei Zharinov
b2d18d1110
feat(http): maxRequestsPerSecond ( #18325 )
2022-10-25 11:03:19 +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
Rhys Arkins
f8fddc70f5
fix!: revert branchNameStrict to false ( #18536 )
2022-10-25 09:41:50 +00:00
Michael Kriese
961a7776e0
fix(datasource/pod): wrong regex ( #18533 )
2022-10-25 12:23:19 +03:00
Michael Kriese
2349e55976
fix(autodiscover): accept simple string ( #18531 )
2022-10-25 11:15:01 +03: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
Rhys Arkins
4378b20f91
docs: repology warning
2022-10-24 10:05:50 +02:00
Philip
4c528e1a28
feat(platform/codecommit): add token support in config_js and update docs ( #18496 )
2022-10-24 07:42:06 +00: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
Rhys Arkins
c9161ef6fd
feat(config)!: default branchNameStrict=true
2022-10-23 06:48:35 +02:00
Sebastian Poxhofer
b53c581e5c
feat(telemetry): add OpenTelemetry tracing MVC ( #15731 )
2022-10-23 06:48:35 +02:00
Rhys Arkins
b5a515b533
feat!: default internalChecksFilter to strict ( #18460 )
...
BREAKING CHANGE: Default value for internalChecksFilter changes from none to strict
2022-10-23 06:48:35 +02:00
Thomas
a446c2bc6d
fix(go)!: Fallback to git-tags instead of github-tags ( #18060 )
...
Changes go datasource fallback from github tags to git tags.
Closes #17923
BREAKING CHANGE: git-tags will be used instead of github-tags if a go package's host type is unknown.
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-23 06:48:35 +02: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
Rhys Arkins
caad0ae28e
feat(github)!: remove forkMode setting ( #18074 )
...
Removes forkMode setting and instead relies on forkToken alone to indicate forking mode is active. Additionally, defines forkToken as an experimental setting.
BREAKING CHANGE: No longer necessary to configure forkMode. Forking mode is now experimental.
2022-10-23 06:48:35 +02:00
Rhys Arkins
43c3ea1acb
fix(config)!: unify env and cli coercions ( #13171 )
...
Unifies CLI and env coercions.
BREAKING CHANGE: boolean variables must be true or false when configured in env, and errors will be thrown for invalid values. Previously invalided values were ignored and treated as false.
2022-10-23 06:48:35 +02:00
Rhys Arkins
0be74f3ff9
feat: default to binarySource=install ( #18027 )
...
Changes binarySource default value from global to install.
Closes #14531
BREAKING CHANGE: Users of containerbase images (such as official Renovate images) will now have dynamic package manager installs enabled by default.
2022-10-23 06:48:35 +02:00
Sebastian Poxhofer
0a6d97f23a
feat(config)!: move autodiscovery filter from string to array ( #16525 )
...
Change type of autodiscoverFilter from string to array.
Closes #8763
BREAKING CHANGE: autodiscover filters can no longer include commas
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
Rhys Arkins
cc50beb093
fix(http): use request for retryCount
2022-10-22 07:27:12 +02:00
RahulGautamSingh
91cef564d4
refactor: change currentVersion to non-optional in UpdateLockedConfig ( #18406 )
2022-10-21 15:29:39 +00:00
RahulGautamSingh
ef8c4ac1c1
fix: parentSha logic ( #18331 )
2022-10-21 16:20:51 +03:00
Rhys Arkins
cdec83463c
fix(http): improve error logging ( #18454 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-21 10:14:45 +00:00
Michael Kriese
67043c4381
fix(datasource/docker): log http mode for getManifestResponse ( #18450 )
2022-10-21 12:57:58 +03:00
Rhys Arkins
da244e3b9c
chore: improve graphql shrinking log ( #18445 )
2022-10-21 09:04:13 +02:00
Rhys Arkins
3aa94d46f4
chore: no meta for debug statements
2022-10-21 08:02:05 +02: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]
bc42424712
build(deps): update dependency editorconfig to v1 ( #18427 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-20 19:08:09 +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
Sergei Zharinov
d4709ec761
fix(github): Shrink GraphQL pagination for ExternalHostError
( #18435 )
2022-10-20 19:53:45 +03: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
Rhys Arkins
5dfc850b3b
fix: immortal digest groups ( #18402 )
2022-10-19 08:17:16 +00:00
HonkingGoose
ce93e60292
docs(manager): rewrite regex readme ( #18370 )
2022-10-19 07:41:03 +03:00
Rhys Arkins
be10c29d17
fix(http): improve error handling ( #17587 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-19 04:27:07 +00:00
Wade Ying Xing
244f40fbe8
test(gitlab): improve test case ( #18393 )
2022-10-19 06:41:39 +03:00
Carsten Zeumer
65606c5c7e
fix(manager/terraform): Terraform module version is missing v
Prefix ( #18392 )
2022-10-18 17:14:02 +03:00
Jamie Magee
e005244f2d
fix(datasource/dotnet): add sourceurl ( #18386 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-18 06:41:06 +00:00
Jamie Magee
3b97cb7c36
fix(datasource/dotnet): account for nullable releases ( #18292 )
2022-10-18 08:27:03 +02:00
Gabriel-Ladzaretti
2a5c0fbc32
fix(npm/versioning): exception when directly calling getNewValue with x-range-all '*' with unsupported strategy ( #18379 )
2022-10-17 19:54:46 +02:00
Gabriel-Ladzaretti
e9153ea294
feat(host-rules): prepend scheme when missing one and containing a url path ( #18358 )
2022-10-17 17:52:40 +03:00
fzoske
398403878e
feat(presets): add 'SPFx' monorepo ( #18127 )
2022-10-17 12:18:49 +02:00
renovate[bot]
9b5a805619
chore(deps): lock file maintenance ( #18357 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-17 04:34:48 +00:00
Gabriel-Ladzaretti
ae05eae500
test(versioning/npm): add tests to self cover npm versioning folder ( #18355 )
2022-10-17 05:05:56 +02:00
RahulGautamSingh
e4ff7edee9
refactor: move stop-updating-label logic ( #18350 )
2022-10-16 05:56:03 +00: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
Sergei Zharinov
d4d0ec4675
refactor(http): Rename gotRoutine
to gotTask
( #18338 )
2022-10-14 12:26:11 +00:00
Rhys Arkins
66f35c954b
fix(git): log gitPrivateKey events ( #18335 )
2022-10-14 13:19:37 +03:00
Gabriel-Ladzaretti
6fef1d1650
feat(manager/npm): add support for x-range "all" - "*"
range ( #18251 )
2022-10-14 11:26:20 +02:00
Rhys Arkins
7c06287c12
fix(composer): support bump with short range ( #18332 )
2022-10-14 07:51:14 +03:00
George Georgiev
e6c43aae81
fix(workers): guarantee symmetric result from sort branch predicate ( #18275 )
2022-10-14 06:54:35 +03:00
Adam Setch
61f8c9895f
feat(replacement): add apollo-server scoped replacement ( #18284 )
2022-10-14 06:53:34 +03:00
Sergei Zharinov
4f3153c785
fix(github-tags): Shrink page size on TimeoutErrors
( #18319 )
2022-10-13 15:10:33 +00:00
RahulGautamSingh
cb4edb2924
fix: in-range logic ( #18313 )
2022-10-13 16:59:01 +02:00
Philip
03aea02302
fix(presets): support ignorePresets in global config ( #18026 )
2022-10-13 12:21:00 +03:00
Alden Quimby
c22380d65c
feat(preset): Add ts-auto-mock to packages:jsUnitTest ( #18252 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-12 05:45:17 +00:00
Sergei Zharinov
f2d85c16cd
refactor(bazel): Simplify parser output structure ( #18270 )
2022-10-12 07:55:13 +03:00
Snazzah
8b9259b0e9
feat(presets): add mailing monorepo ( #18277 )
2022-10-12 04:10:04 +00: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
Josh David
67bd6ada7e
feat(presets): add yarn monorepo ( #18237 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-10-11 15:09:19 +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
Sergei Zharinov
98003f4cce
feat(cache): Compress package cache ( #18241 )
2022-10-11 06:26:19 +03:00
Sergei Zharinov
b5eed5f8ff
refactor(util): Compression utils ( #18240 )
2022-10-10 14:01:53 +00: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
Rhys Arkins
9653ba7420
feat(git): log cloned status at end of run ( #18234 )
2022-10-10 11:58:49 +02: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
RahulGautamSingh
d6d9ee719d
fix: make baseBranch type non-optional in BranchConfig ( #17920 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-10 08:38:31 +02:00
Daniel Petró
54075b2943
feat(azure): be able to define a required reviewer for PRs ( #18111 )
2022-10-10 05:40:41 +00:00
Sergei Zharinov
986b187320
feat(github-tags): Use GraphQL helper for getReleases
( #18182 )
2022-10-10 05:07:02 +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
Elizabeth Craig
e49f06ea15
fix: don't throw if a PR body contains a standalone unicode modifier ( #18201 )
2022-10-08 06:05:54 +00:00
Rhys Arkins
a908cd2ab6
feat: log package cache median ms ( #18186 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-10-08 05:00:27 +00:00
Jamie Magee
337578f2f9
feat(datasource/dotnet): add dotnet datasource ( #18115 )
2022-10-07 20:06:01 +02:00
Ev Haus
f292ba8921
feat(presets): Add eslint-config-globex
monorepo ( #18169 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-07 16:33:41 +00:00
RahulGautamSingh
3bbd8b8914
chore: set ignoreRestSiblings to true ( #18193 )
2022-10-07 17:35:01 +02:00
Sergei Zharinov
4a0314aa81
fix(gradle): Treat dev
qualifier as unstable ( #18187 )
2022-10-07 13:03:01 +00:00
Rhys Arkins
ea0eb67b10
fix: array sortNumeric ( #18179 )
2022-10-07 12:42:01 +02:00