Commit graph

8799 commits

Author SHA1 Message Date
Michael Kriese
64bd96b93f
feat(datasource/azure-pipelines-tasks): load tasks from github (#21869) 2023-04-28 10:19:06 +00:00
peters5
86b028f947
fix(platform/azure): call getPolicyConfigurations() with correct parameter order (#21854) 2023-04-28 05:02:53 +00:00
RahulGautamSingh
938a36801e
refactor: replace test.each with it.each (#21859) 2023-04-28 04:33:15 +00:00
Gabriel-Ladzaretti
81b69bb4ef
feat(logs): log default branch in branch summary (#21855) 2023-04-28 04:31:15 +00:00
HonkingGoose
9b0cf0ac6a
fix: improve user-facing ignored PR messages (#21813) 2023-04-27 19:44:49 +00:00
Michael Kriese
05f365c8c2
refactor(datasouce/docker): split file (#21842) 2023-04-27 18:27:19 +00:00
Rhys Arkins
de3cb95e91
fix(github): log res if no repository returned 2023-04-27 17:03:06 +02:00
Michael Kriese
d8cd68638e
fix(datasource/docker): replace legacy url resolve (#21841) 2023-04-27 13:36:09 +00:00
RahulGautamSingh
012c0ac2fe
feat: npm workspaces (#21274)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-27 12:42:25 +00:00
Jamie Magee
1574baea6c
refactor: satisfy type checks for array.includes (#21834) 2023-04-27 05:18:45 +00:00
RahulGautamSingh
fc0fb1980c
feat: onboarding branch cache (#21768)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-27 05:07:38 +00:00
Jamie Magee
a6dfa70c1d
chore: migrate to structuredClone (#20885)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-27 05:06:22 +00:00
RahulGautamSingh
78aa91aca8
feat(pnpm): get locked version from pnpm-lock.yaml (#21480)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-27 05:06:07 +00:00
Michael Kriese
9ba7c4063c
feat(presets): add AzureAD/microsoft-identity-web monorepo (#21817) 2023-04-26 12:35:11 +00:00
Chuck Grindel
7f4c8ebeb9
feat: add bazel datasource (#21733) 2023-04-25 20:08:26 +00:00
Adam Setch
6ec865be62
feat: add prTitleStrict config option to bypass prTitle manipulation (#21454)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-25 15:08:13 +00:00
Rhys Arkins
bd6897063b
fix(datasource/docker): don't abort for 401 from docker hub (#21796) 2023-04-25 15:04:58 +00:00
Rhys Arkins
2496091b88
fix(versioning/hashicorp): handle empty constraint (#21642) 2023-04-24 10:15:17 +00:00
Nikolai Røed Kristiansen
0538a4c96d
fix(manager/helmfile): Use helmfile relative path (#21591) 2023-04-24 08:22:52 +00:00
Jon Finerty
454f2597cb
feat(managers/asdf): Add poetry support in asdf manager (#21765) 2023-04-23 17:52:49 +00:00
Sergei Zharinov
888cbda358
refactor(workers): Extract lookup stats helper (#21762) 2023-04-23 09:21:23 +00:00
Rhys Arkins
ad0a2e144d
fix(versioning/composer): compatible composer numeric soft (#21744) 2023-04-23 09:21:09 +00:00
Liora Milbaum
75ac52ba08
fix(datasource/docker): omit empty service search key from auth url (#21755) 2023-04-23 06:33:11 +00:00
Noam Dolovich
8d8c3d11fd
fix(platform/azure): improve getPolicyConfigurations latency via mergePolicyGuid filter (#21723) 2023-04-23 06:27:59 +00:00
Sergei Zharinov
6bd1277c89
fix(manager/gradle): Filter false positives out of extracted deps (#21753) 2023-04-23 08:33:49 +02:00
Rhys Arkins
b27ec633bc
fix(onboarding): Revert "feat(onboarding): use cache to check if repo is onboarded" (#21731) 2023-04-22 06:31:19 +02:00
Chuck Grindel
be08f1b985
feat: implement bazel-module VersioningApi (#21606) 2023-04-21 17:19:30 +00:00
Rob Hannay
b853af2c7d
fix(fs): permit square brackets [] in file paths (#21625)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-04-21 15:51:12 +00:00
Rhys Arkins
bf0e39da5f
fix(ansible-galaxy): handle git source (#21640) 2023-04-21 09:24:29 +00:00
HonkingGoose
6990f7fc09
docs(config options): rewrite forkProcessing (#21621)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-21 09:05:07 +00:00
Sergei Zharinov
3fbdcdc1ae
refactor(schema): Enhanced "loose" collections (#21541) 2023-04-21 08:25:48 +00:00
Rhys Arkins
634170351d
feat(presets): deprecate npm-based presets (#21654) 2023-04-21 06:04:08 +00:00
Michael Kriese
455de72ee7
fix(manager/git-submodule): use appropriate hostType for auth (#17400)
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-21 04:13:32 +00:00
Michael Kriese
8e8e8a7ea2
test: remove useless jest fake timer reset (#21633) 2023-04-20 18:13:36 +00:00
Sergei Zharinov
1adc0777da
fix(platform/github): Fix branch recreation for existing branches (#21629) 2023-04-20 17:51:00 +00:00
Sergei Zharinov
58fe0bdc81
refactor(date): Use Jest fake timers (#21631) 2023-04-20 16:52:48 +00:00
Mr.Hope
1637d13c16
feat(presets): add vitest to jsUnitTest (#20389)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-04-19 16:21:52 +00:00
Dominik Steinbinder
18d0fbc3af
fix: sanitize special characters in URLs (#21575) 2023-04-19 14:47:12 +00:00
HonkingGoose
bd2dba0b01
docs: drop link to maven-cmp repository (#21601) 2023-04-19 10:55:06 +00:00
Sergei Zharinov
66d1ae94d3
refactor(git): Rename fetchCommit to fetchBranch (#21581) 2023-04-18 19:30:05 +00:00
Vladimir Varankin
3d19f0a648
docs: fix typo in regex versioning (#21579) 2023-04-18 14:05:05 +02:00
Michael Kriese
bce88c862e
feat(config): rename azureAutoApprove to autoApprove (#21576) 2023-04-18 09:09:46 +00:00
Sebastian Poxhofer
75a1ab04eb
refactor(vulnerabilities): return interface for Vulnerabilities (#21310) 2023-04-18 09:07:36 +00:00
Tom Fay
2a72f85cc2
feat(manager/cargo): support private registry index env var (#20379)
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>
2023-04-18 08:49:24 +00:00
cjtim
7d6438b16f
chore(managers/sbt): remove unused types (#21570)
Signed-off-by: Jinna C <jinnatim@gmail.com>
2023-04-18 08:07:25 +00:00
Emil Davtyan
288ad1f9bd
feat: support depth URL argument in Terragrunt modules (#21494)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-04-18 05:01:29 +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
Michael Kriese
4fa199e20d
feat(versioning/regex): add revision as fifth capture group (#21555) 2023-04-18 02:33:30 +00:00
renovate[bot]
07930b1393
build(deps): update aws-sdk-js-v3 monorepo (#21549)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-17 13:52:42 +00:00
Sergei Zharinov
e9adc3d23f
feat(schema): Better utility for JSON parsing (#21536) 2023-04-17 08:01:23 +00:00