RahulGautamSingh
|
14899d836d
|
docs: typos and american spellings (#28215)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
|
2024-04-04 07:16:15 +00:00 |
|
Vincent Mahnke
|
6fc4cea462
|
refactor: Adresses review notes for Unity3D datasource (#28190)
|
2024-03-31 09:46:00 +00:00 |
|
Florian Greinacher
|
87bba9d31a
|
refactor(datasource/nuget): move v2/v3 API logic to classes (#28117)
|
2024-03-27 09:49:05 +00:00 |
|
Vincent Mahnke
|
0b73d683df
|
feat(datasource): Add Unity3D (#27971)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
|
2024-03-25 20:45:13 +00:00 |
|
Tobias
|
0445d3f4e0
|
fix(datasource/npm): respect abortOnError hostRule for registries (#26196)
|
2024-03-23 12:47:04 +00:00 |
|
Sergei Zharinov
|
b0ea9156da
|
fix(bitbucket): Use schema for repo result validation (#27855)
|
2024-03-18 21:50:22 +00:00 |
|
renovate[bot]
|
a442f2429a
|
chore(deps): update linters to v7.3.0 (#28005)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2024-03-18 20:39:19 +00:00 |
|
Sergei Zharinov
|
c25804194d
|
refactor(http): Remove unused HTTP etag caching implementation (#28000)
|
2024-03-18 13:58:31 +00:00 |
|
Sergei Zharinov
|
5d7372f917
|
feat: Http cache stats (#27956)
|
2024-03-16 13:17:10 +00:00 |
|
Marti Raudsepp
|
42ee263ab7
|
fix(datasource): remove unnecessary PyPI changelog URL overrides (#27725)
|
2024-03-15 19:46:07 +00:00 |
|
Yun Lai
|
397dda5bd0
|
feat: allow packageScope in template compilation and add packageScope in maven datasource (#27925)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2024-03-15 08:51:23 +00:00 |
|
Rhys Arkins
|
c1517aa252
|
fix(datasource/npm): mark all releases deprecated if latest deprecated (#27875)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2024-03-15 07:46:17 +00:00 |
|
HonkingGoose
|
b56e545852
|
docs(custom datasource): improve styling (#27747)
|
2024-03-06 14:15:24 +00:00 |
|
Sergei Zharinov
|
d64dc70e44
|
refactor(maven): Exit early for HTML-based metadata extraction (#27752)
|
2024-03-06 14:10:22 +00:00 |
|
Nan Liu
|
83e1c91fb7
|
fix(datasource/docker): Allow ecr and ecr-fips docker registry for AWS. (#27680)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2024-03-05 19:14:37 +00:00 |
|
Sergei Zharinov
|
93c891054d
|
feat(datasource/crate): Extract rust_version constraints (#27731)
|
2024-03-05 17:10:25 +00:00 |
|
Rhys Arkins
|
d5f3d6fcea
|
fix(datasource/docker): better reuse of lookupName for getDigest (#27724)
|
2024-03-05 15:02:51 +01:00 |
|
Rhys Arkins
|
d240aa9122
|
fix(datasource/crate): strip metadata from versions (#27642)
|
2024-03-03 11:53:50 +00:00 |
|
Rhys Arkins
|
42081a3440
|
fix(datasource/docker): fix getDigest when lookupName different from packageName (#27665)
|
2024-03-01 21:29:32 +00:00 |
|
Sergei Zharinov
|
99467af092
|
fix(go): Disable direct digest fetch for GOPROXY containing "off" (#27672)
|
2024-03-01 17:59:23 +00:00 |
|
Sergei Zharinov
|
be3b29e4ec
|
refactor(go): Extract GOPROXY and NOPROXY parsing utilities (#27671)
|
2024-03-01 17:39:35 +00:00 |
|
Manuel Blechschmidt
|
158fa38a5c
|
fix(datasource/go): don't strip api/ from packageName on gitlab (#27635)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2024-02-29 15:59:33 +00:00 |
|
jsperling-schwarz
|
88860db2cb
|
fix(datasource/go): private repositories on azure (#26984)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2024-02-29 15:55:20 +00:00 |
|
TATSUNO “Taz” Yasuhiro
|
f6fc12846e
|
feat: Add manual changelog URLs for logback and slf4j (#27373)
|
2024-02-29 05:26:39 +00:00 |
|
RahulGautamSingh
|
81a7762d05
|
fix(datasource/azure-bicep-resource): accomodate changes to response schema (#27589)
|
2024-02-27 16:07:37 +00:00 |
|
Manuel Blechschmidt
|
8706b77123
|
fix(datasource/go): Remove .git/v2 in go package name to retrieve it correctly (#27569)
|
2024-02-27 04:58:36 +00:00 |
|
Norbert Szulc
|
0ba9e35fcc
|
feat(manager/pip-compile): Add lockedVersion to package file deps (#27242)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2024-02-15 12:07:20 +00:00 |
|
Michael Kriese
|
79489073a6
|
feat(datasource/github-runners): add macos 14 beta (#27292)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
|
2024-02-14 13:49:46 +00:00 |
|
Michael Kriese
|
2327ef121c
|
fix(github-runners): add deprecation flag (#27291)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
|
2024-02-14 11:39:12 +00:00 |
|
HonkingGoose
|
9eb7a08cc2
|
feat(github-runners): add macOS 12 large and 13 large (#27229)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2024-02-12 21:10:14 +00:00 |
|
Sergei Zharinov
|
726e3e4e4e
|
fix(datasource): Check release constraints validity (#27191)
|
2024-02-12 19:24:58 +00:00 |
|
Michael Kriese
|
1e1fb74c07
|
fix(datasource/github-runners): wrong macos labels (#27241)
|
2024-02-12 16:10:53 +00:00 |
|
renovate[bot]
|
cbef575a2c
|
chore(deps): update linters to v6.20.0 (#26925)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2024-02-12 09:09:29 +00:00 |
|
RahulGautamSingh
|
8fb2a6b9d2
|
fix(datasource/cdnjs): update logic to accomodate api changes (#27212)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2024-02-11 10:57:56 +00:00 |
|
Sergei Zharinov
|
1c0f796435
|
fix(go): Handle trailing spaces in version list response body (#27218)
|
2024-02-10 23:31:06 +00:00 |
|
Sergei Zharinov
|
f587531130
|
refactor(cache): Restrict type for package cache namespaces (#27121)
|
2024-02-08 07:35:41 +00:00 |
|
Sergei Zharinov
|
de05ef057a
|
refactor: Move irrelevant functions from the regex helper (#27100)
|
2024-02-06 21:51:41 +00:00 |
|
andaryjo
|
c479b213dd
|
feat(datasource/custom): add currentValue to template metadata (#27038)
|
2024-02-04 09:09:49 +00:00 |
|
Maksym Romanowski
|
a025178e71
|
fix(pypi): trim simple repo markup with extra whitespaces and new lines (#27013)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2024-02-02 10:15:28 +00:00 |
|
RahulGautamSingh
|
897066123f
|
feat(config/package-rules): matchCurrentAge (#23264)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2024-01-25 05:12:39 +00:00 |
|
renovate[bot]
|
4c2ce97bb4
|
build(deps): update dependency prettier to v3.2.2 (#26755)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
|
2024-01-21 08:20:41 +00:00 |
|
Rhys Arkins
|
6362acdf43
|
fix(go): handle pseudo version with digest updates (#26746)
|
2024-01-20 11:06:42 +00:00 |
|
Michael Kriese
|
d385009b66
|
fix(datasource/hex): allow null message for retirements (#26706)
|
2024-01-17 15:09:03 +00:00 |
|
Michael Kriese
|
6c2263eeb3
|
chore: fix types for linting (#26695)
|
2024-01-17 11:30:45 +00:00 |
|
Michael Kriese
|
3df6cd6201
|
fix(datasource/docker): map registry-1.docker.io to index.docker.io (#26585)
|
2024-01-10 20:50:24 +00:00 |
|
Manuel Blechschmidt
|
54a0233096
|
fix(datasource/go): Fixes splitting of gitlab go package name (#26477)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2024-01-10 16:21:51 +00:00 |
|
Michael Kriese
|
b33d09cbc7
|
fix(datasource/docker): add cache decorator to getDockerHubTags (#26546)
|
2024-01-08 11:34:55 +00:00 |
|
renovate[bot]
|
e4e1b47c10
|
build(deps): update dependency node-html-parser to v6.1.12 (#26465)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
|
2024-01-04 07:43:36 +00:00 |
|
RahulGautamSingh
|
6b4d5fcdbb
|
feat(datasource/hex): extract deprecated versions (#26392)
|
2023-12-21 17:56:41 +00:00 |
|
RahulGautamSingh
|
7cd5ab8e63
|
feat(datasource/nuget): extract latest tag (#26351)
|
2023-12-19 12:11:40 +00:00 |
|