Commit graph

1742 commits

Author SHA1 Message Date
Sergei Zharinov
726e3e4e4e
fix(datasource): Check release constraints validity (#27191) 2024-02-12 19:24:58 +00:00
Miles Budnek
c3e57e7b51
feat(manager/pip-compile): Add support for non-default package repos to the pip-compile manager (#26853)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2024-02-12 17:25:14 +00:00
Michael Kriese
1e1fb74c07
fix(datasource/github-runners): wrong macos labels (#27241) 2024-02-12 16:10:53 +00:00
Jonas Rutishauser
7356fedefb
feat(manager/helmfile): Support oci urls in helmfile (#27126) 2024-02-12 13:31:44 +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
Norbert Szulc
06af3eeb58
feat(manager/pip_requirements): Add managerData with layered requirements (#27217) 2024-02-10 15:04:43 +00:00
Sergei Zharinov
a62cfa092f
fix(poetry): Provide better feedback for negation in the ranges (#27193) 2024-02-09 19:05:32 +00:00
Lakshmipriya Sivakumar
82e621fc70
fix(managers/maven): change order of extracted registryUrls (#26828)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Johannes Feichtner <343448+Churro@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-02-09 18:35:12 +00:00
Rhys Arkins
c9151596f9
fix(github-actions): handle whitespace after uses (#27170) 2024-02-09 12:26:51 +01:00
Norbert Szulc
4b8ef21a91
refactor(manager/pip-compile): Refactor updateArtifacts method (#27169) 2024-02-09 10:57:57 +00:00
Norbert Szulc
f730fcaac4
feat(manager/pip-compile): Add extractHeaderCommand method (#27159) 2024-02-08 19:33:05 +00:00
Norbert Szulc
235951a1a2
feat(manager/pip-compile): Create wrapper for pip extractPackageFile (#27154)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-02-08 17:29:50 +00:00
Norbert Szulc
5cc37ec73c
refactor(manager/pip-compile): Extract getExecOptions method to common (#27149) 2024-02-08 15:32:35 +00:00
Michael Kriese
96b8e6ddc9
feat(manager/github-actions): support full qualified actions (#27117) 2024-02-08 07:59:28 +00:00
Sergei Zharinov
f587531130
refactor(cache): Restrict type for package cache namespaces (#27121) 2024-02-08 07:35:41 +00:00
HonkingGoose
57450586c3
docs(regex): add regex flavor information (#26797) 2024-02-07 09:05:59 +00:00
Rhys Arkins
08d5416f0b
feat(cache): cache http response for files in same org (#27045)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2024-02-07 08:10:13 +00:00
Sergei Zharinov
de05ef057a
refactor: Move irrelevant functions from the regex helper (#27100) 2024-02-06 21:51:41 +00:00
Francisco Robles Martín
c777450e1e
docs(github): change GitHub App token Action suggested to GitHub official (#27101) 2024-02-06 21:28:49 +00:00
Rhys Arkins
59df10183a
feat(platform): getRepoForceRebase -> getBranchForceRebase (#27052)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-02-06 09:14:11 +00:00
Johannes Feichtner
ca80f6c2ed
feat(manager/pep621): set currentVersion field for exact dependency versions (#27061) 2024-02-05 05:01:02 +00:00
andaryjo
c479b213dd
feat(datasource/custom): add currentValue to template metadata (#27038) 2024-02-04 09:09:49 +00:00
Sergei Zharinov
441ddd5bcd
refactor: Move isUUID() to string utils (#27044) 2024-02-03 19:53:56 +00:00
Rhys Arkins
413084b4c5
fix(github): use repoCache even if not initial (#27039) 2024-02-03 15:48:48 +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
Patrick Decat
d265e5eafa
feat(asdf): add support for opentofu (#26989) 2024-02-02 05:01:33 +00:00
dali546
c3de9f94ab
fix(terraform): Replace correct currentValue match in constraint with new value (#26867)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2024-02-01 20:35:29 +00:00
Ben Langfeld
33450deb8e
fix(manager/bundler): Multiple indications of strict mode failure (#26946) 2024-01-30 16:21:29 +00:00
Richard Sahrakorpi
88daaf5a89
feat(npm): fuzzy merge registries in .yarnrc.yml (#26922)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-01-30 08:21:14 +00:00
Ben Langfeld
9608537b76
fix(manager/bundler): Update conservatively if strict fails (#26929)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-01-30 07:42:01 +00:00
Michael Kriese
eb782cc14c
fix(npm): don't set default versioning (#26927) 2024-01-29 21:21:02 +00:00
Michael Kriese
8c9167e442
feat(node): use node-version datasource (#26918) 2024-01-29 14:29:22 +00:00
Rhys Arkins
157b1a3f79
fix(pnpm): better log warning for updateLockFile() (#26909) 2024-01-29 10:16:22 +00:00
cyanic-selkie
775b018409
feat(manager/cargo): add support for bumpVersion option (#26884)
Signed-off-by: cyanic-selkie <cyanic-selkie@protonmail.com>
2024-01-29 09:00:54 +00:00
Kouzukii
08414441a8
feat(versioning/gradle): Support maven ranges in gradle files (#26846) 2024-01-29 08:46:52 +00:00
Rhys Arkins
068cb1ba3f
chore: more prettier fix? 2024-01-27 09:51:19 +01:00
Rhys Arkins
3b3cf7a027
chore: prettier reformatting 2024-01-27 08:45:55 +01:00
Maxime Brunet
38128d38ee
fix(helmv3): disable digest pinning for OCI charts (#26879) 2024-01-27 06:26:07 +00:00
Norbert Szulc
a3f82cf064
refactor(manager/pip-compile): Move functionality to common module (#26873) 2024-01-26 17:41:23 +00:00
Sebastian Poxhofer
463814e4be
fix(manager/ocb): typos and use correct upstream gomod (#26862) 2024-01-25 21:00:59 +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
Victor Sollerhed
a3f40b4ecb
feat(manager/asdf): support mimirtool (#26836) 2024-01-24 12:37:17 +00:00
Jerome Garec
c9180c1abf
feat(pipenv): set a cache dir location for WORKON_HOME (virtualenvs) (#26818) 2024-01-23 19:46:44 +00:00
Florian Greinacher
487d933ce0
feat(gitlab): support GitLab CI/CD component references (#26660)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-01-23 15:20:50 +00:00
Victor Sollerhed
91ced24c22
feat(manager/asdf): support yq (#26799) 2024-01-22 17:35:56 +00:00
Victor Sollerhed
971553bfd0
feat(manager/asdf): support kind (#26803) 2024-01-22 16:12:56 +00:00
Victor Sollerhed
854d8cb03c
feat(manager/asdf): support maven (#26802) 2024-01-22 13:43:17 +00:00
Rhys Arkins
23a334c7e3
feat(cache): etag caching for github GET (#26788)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-01-22 11:49:40 +00:00