Commit Graph

11112 Commits (38.142.5)

Author SHA1 Message Date
Philip 9b7ae6aa98
fix(merge-confidence): change depname to packageName (#32247) 2024-11-03 15:39:08 +00:00
Sandro 814a93a58c
fix(nix): simplify --extra-experimental-features argument (#32289) 2024-11-02 06:11:29 +00:00
malmor 570a72722c
test(datasource/go): Remove go-source header from gitlab fixtures (#32286)
Signed-off-by: malmor <62105800+malmor@users.noreply.github.com>
2024-11-01 20:43:46 +00:00
Rhys Arkins 6fc20b8420
fix(yaml): parse without strict mode (#32264) 2024-11-01 08:30:44 +00:00
Sigurd Spieckermann 1810672498
feat(presets): add `poetry` manager support to `:semanticPrefixFixDepsChoreOthers` preset (#32246) 2024-11-01 05:06:36 +00:00
John Andrews 6560bedab8
fix(manager/bundler): Escape special characters in bundler usernames (#32229)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-10-31 13:25:21 +00:00
Philip ea816f8ff0
feat(config): rebaseWhen = automerging (#31527)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
2024-10-31 09:42:49 +00:00
HonkingGoose d125c9947b
docs(regex): rewrite (#32138) 2024-10-31 08:59:15 +00:00
Janus Troelsen f680dcb899
feat(versioning): allow versionings to provide isSame and use to detect majors (#32207)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2024-10-31 08:02:24 +00:00
Mathieu Kniewallner 4b0a5d12a2
refactor(manager): extract `applyGitSource` (#32236) 2024-10-31 06:06:28 +00:00
Sigurd Spieckermann ff8c63ea04
fix(manager/poetry): fix schema for optional dependencies (#32096)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-10-30 19:19:44 +00:00
renovate[bot] 9d8f91c8ef
build(deps): update opentelemetry-js monorepo (#32228)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2024-10-30 18:58:40 +00:00
renovate[bot] 8e4ef69c62
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v11.11.41 (#32230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-30 16:12:41 +00:00
Sergei Zharinov 5e53b6ad5b
feat(hex): Add protobuf definitions for registry v2 support (#32222) 2024-10-30 14:36:12 +00:00
Sebastian Poxhofer 9faae86ff9
fix(presets): apply NodeJS docker workaround for private registries (#32220) 2024-10-30 14:35:49 +00:00
Nikolas Grottendieck 712910a192
feat(manager/asdf): add additional asdf supported tools (#32214) 2024-10-30 13:46:45 +00:00
Philip 56df90bc39
fix(rebaseWhen): text in PR for new branches with automerge=true (#32218) 2024-10-30 11:32:59 +00:00
RahulGautamSingh 95efd9f6fe
test(lib/data): schemas for changelog and source urls (#32151)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-10-30 08:19:48 +00:00
Sergei Zharinov d12b94cf6a
fix: Fix timestamps for `internalChecksFilter` checks (#32204) 2024-10-29 20:17:23 +00:00
Mathieu Kniewallner c20044e2d5
fix(manager/uv): apply normalization on sources (#31297) 2024-10-29 18:56:50 +00:00
Mathieu Kniewallner 7f4181afec
test(manager/uv): move source skip test to `extract` (#32195) 2024-10-29 16:48:41 +00:00
malmor 209a1621a0
fix(datasource/go): Remove .git suffix for go dependencies when calling go-get api (#32181)
Signed-off-by: malmor <62105800+malmor@users.noreply.github.com>
2024-10-29 16:45:00 +00:00
Mathieu Kniewallner fc697a36d9
refactor(manager/cargo): use `zod` to parse manifest/config (#31260)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-10-29 06:19:33 +00:00
TASNEEM KOUSHAR ed8c6f5d2a
fix(dashboard): move header to top (#32160) 2024-10-28 16:27:39 +00:00
Philip 5028c9056f
refactor(rebaseWhen): small refactor for rebaseWhen value setter (#32175) 2024-10-28 16:05:59 +00:00
renovate[bot] 7527f13520
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v11.11.40 (#32176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 12:53:57 +00:00
Justin Perez 87152d36e1
feat(preset): add kiota monorepo (#32164) 2024-10-28 05:22:08 +00:00
Sigurd Spieckermann e0fb1de479
fix(manager/poetry): set `sourceName` only if defined (#32162) 2024-10-27 13:48:21 +00:00
renovate[bot] ed9561269c
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v11.11.39 (#32155)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-26 18:40:29 +00:00
Mathieu Kniewallner babd6da95b
feat(pep621): add support for `dependency-groups` (PEP 735) (#32148)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2024-10-26 15:26:35 +00:00
Atte Huhtakangas e78bd7cc43
feat(preset): add group: auto (#32141) 2024-10-25 12:12:39 +00:00
Atte Huhtakangas 989f9a12e0
feat(preset): add group: nestjs-graphql (#32140) 2024-10-25 12:09:32 +00:00
renovate[bot] df7b8bb1ce
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v11.11.38 (#32126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-24 16:02:12 +00:00
Rhys Arkins 70c03a8566
fix(cache): try/catch package file cache cleanup separately (#32074) 2024-10-23 19:39:49 +00:00
Sebastian Poxhofer c7d66d15af
fix(replacements): migrate material-ui/labs to mui/lab (#32066) 2024-10-22 05:36:51 +00:00
renovate[bot] e69de72825
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v11.11.37 (#32063)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-21 20:31:08 +00:00
RahulGautamSingh d5caadf277
refactor(onboarding): rename function (#32059) 2024-10-21 16:31:55 +00:00
Robert Muir 4054ca925c
fix(lib/data): remove incorrect changelog for psycopg2 (#32056) 2024-10-21 15:22:37 +00:00
Sigurd Spieckermann 4dcab62239
feat(presets): add `pep621` manager support to `:semanticPrefixFixDepsChoreOthers` preset (#32057) 2024-10-21 15:18:26 +00:00
RahulGautamSingh a94403589e
fix(platform): trim labels (#32015)
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>
2024-10-21 15:03:27 +00:00
Sergei Zharinov 218804895d
refactor(github): Use matching refs search instead of HEAD requests (#32046) 2024-10-21 07:38:11 +00:00
RahulGautamSingh 376e09f0b9
fix(platform/github): catch errors addLabels() (#32035) 2024-10-20 13:27:46 +00:00
renovate[bot] ff6a284ee2
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v11.11.36 (#32042)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-20 07:23:07 +00:00
renovate[bot] 90c1bc8734
chore(deps): update python:3.13 docker digest to a31cbb4 (#32036)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-19 23:00:32 +00:00
renovate[bot] d535f34890
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v11.11.35 (#32033)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-19 14:11:37 +00:00
renovate[bot] 1567d69d2f
chore(deps): update python:3.13 docker digest to c590a36 (#32032)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-19 14:10:44 +00:00
Nam Vu 03cf03b2be
feat(manager/uv): add support for git sources (#31928)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2024-10-19 13:57:08 +00:00
renovate[bot] 15182a530d
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v11.11.34 (#32028)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-19 07:39:30 +00:00
renovate[bot] 461e6a4753
chore(deps): update python:3.13 docker digest to b740d32 (#32027)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-19 07:38:44 +00:00
Rhys Arkins b75d1fea57
chore: dangling debug statement (#32025) 2024-10-19 07:26:05 +00:00