Rhys Arkins
8038ad8531
feat(github): detect if repo has vulnerability alerts enabled ( #26795 )
2024-01-22 08:57:22 +00:00
Lauris BH
f634b9c988
feat(platform/gitea): autodiscover repos by topic ( #26676 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-01-21 09:08:25 +00:00
Johannes Feichtner
360928b7cd
feat(manager/pipenv): set currentVersion field for exact dependency versions ( #26769 )
2024-01-21 09:07:37 +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
Johannes Feichtner
af5edda917
test(manager/pipenv): inline snapshots ( #26764 )
2024-01-20 17:30:38 +00:00
Rhys Arkins
6362acdf43
fix(go): handle pseudo version with digest updates ( #26746 )
2024-01-20 11:06:42 +00:00
Rhys Arkins
281aeb7247
fix(manager/helm-values): Revert "feat(manager/helm-values): Add support for bumpVersion" ( #26758 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-01-20 09:03:43 +00:00
Chris Sauer
f196d153a6
fix(bazelisk): Switch to GithubTagsDatasource ( #26757 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-01-20 08:43:22 +00:00
Markus Schulz
9d1e2bd8e7
fix(gerrit): quote the prTitle in search for changes (findPr) ( #26750 )
2024-01-19 13:58:20 +00:00
fastman
5fdf4fc503
fix(npm): use lockfileVersion from npm-shrinkwrap ( #26726 )
2024-01-19 12:44:49 +00:00
Markus Schulz
faa1618f2d
fix(gerrit): include prTitle in search for changes (findPr) ( #26745 )
2024-01-19 10:36:01 +00:00
Johannes Feichtner
d59316e1d1
fix(manager/gradle): fix potential parsing error for plugins in inlined version catalogs ( #26737 )
2024-01-19 03:14:19 +00:00
Florian Greinacher
625698369b
refactor(manager): move some logic from gitlabci-include to gitlabci manager ( #26722 )
2024-01-18 19:04:03 +00:00
Daniel Körner
fdb4be831b
fix(conan): correct regex for packages without @user/channel but with revisions ( #26702 )
2024-01-18 19:02:59 +00:00
Nils Andresen
1679f05b2a
fix(cake): fix explicit registryUrl ( #26713 )
2024-01-18 17:37:53 +00:00
Sebastian Poxhofer
19eb68b6a6
ci(scorecard): remove fixtures removals and fix found vulnerability ( #26715 )
2024-01-18 06:58:55 +00:00
Michael Kriese
d385009b66
fix(datasource/hex): allow null message for retirements ( #26706 )
2024-01-17 15:09:03 +00:00
HonkingGoose
e70baf8951
docs(GitHub and GHES): fix broken admonition ( #26697 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-01-17 13:19:37 +00:00
Michael Kriese
6c2263eeb3
chore: fix types for linting ( #26695 )
2024-01-17 11:30:45 +00:00
Koen van Zuijlen
3f0eec495b
feat(manager/helm-values): Add support for bumpVersion ( #26441 )
...
Signed-off-by: kvanzuijlen <8818390+kvanzuijlen@users.noreply.github.com>
2024-01-17 08:46:27 +00:00
Ismael Taboada Rodero
5440aab753
fix(manager/terragrunt): add missing registry host ( #26681 )
2024-01-16 17:07:40 +00:00
Sergei Zharinov
de68769fc2
feat(gitea): Add PR cache ( #26451 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-01-15 17:32:44 +00:00
Daniel Körner
5a511732c0
fix(manager/conan): allow ref with user only ( #26516 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-01-15 08:43:48 +00:00
RahulGautamSingh
b18daa0d70
feat(manager/nuget): extract dotnet constraint from global.json
( #26629 )
2024-01-14 15:16:16 +00:00
markim
739b6e4d72
docs(gitlab): add permission note for group level access token ( #26583 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-01-12 12:09:23 +00:00
Sebastian Poxhofer
fc85d654e9
fix(manager/terraform): handle separate shasum files ( #26607 )
2024-01-12 06:00:19 +00:00
Daniel Körner
0b3b56adb5
fix(conan): Allow include_prerelease without argument ( #26588 )
2024-01-11 08:19:14 +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
Paul Hammant
9ce2d949a1
docs(github): improve example endpoint ( #26574 )
2024-01-10 11:45:11 +00:00
HonkingGoose
195be932c2
docs(gerrit): use list in known problem section ( #26542 )
2024-01-10 10:20:55 +00:00
Gregory Dosh
2cbb04d3ac
feat(github-actions): synchronize regexManager:githubActionsVersions and github-actions fileMatch ( #26414 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: GregoryDosh <GregoryDosh@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-01-10 10:11:52 +00:00
Sergei Zharinov
f6d86f8bb1
refactor(gitea): Refactor tests ( #26537 )
2024-01-08 16:53:23 +00:00
Koen van Zuijlen
2e84c14327
refactor: Pass packageFile to bumpPackageVersion ( #26538 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-01-08 16:45:16 +00:00
Sebastian Poxhofer
b14661fd0c
feat(managers/ocb): add new manager for OpenTelemetryCollectorBuilder ( #26509 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2024-01-08 15:59:20 +00:00
Michael Kriese
b33d09cbc7
fix(datasource/docker): add cache decorator to getDockerHubTags
( #26546 )
2024-01-08 11:34:55 +00:00
Gaël Goinvic
085ef7c038
fix(helmv3): add --force-update when adding a repo ( #26512 )
2024-01-08 08:09:45 +00:00
Norbert Szulc
a17713c7c3
fix(manager/pip-compile): mark GitTagsDatasource as supported ( #26504 )
2024-01-06 09:03:23 +00:00
Johannes Feichtner
da8396e384
feat(manager/gradle): add support for micronaut plugin ( #26519 )
2024-01-06 08:01:31 +00:00
Marc Mognol
b39ad3a90b
fix(manager/nuget): Add autoReplaceStringTemplate ( #26508 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-01-05 11:31:53 +00:00
javaxiss
31dc0fd078
feat(platform/gitlab): handle detailed_merge_status to proceed with automerge ( #26438 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-01-05 10:56:21 +00:00
Michael Kriese
8bcf740626
docs(gerrit): make image link relative ( #26515 )
2024-01-05 10:44:05 +00:00
laundry-96
0c92669673
feat(rpm): added rpm versioning functionality ( #26340 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-01-05 10:41:45 +00:00
Nam Vu
72fe67dd27
feat(manager/poetry): support git rev dependencies ( #26367 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-01-04 08:48:39 +00:00
Marc Mognol
5130d5be10
feat(manager/nuget): extract ContainerBaseImage property ( #26400 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-01-04 07:56: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
Sergei Zharinov
597167ae2e
feat(bitbucket): Implement PR cache for repositories ( #26345 )
2024-01-04 07:43:18 +00:00
Birger J. Nordølum
320e80ed36
docs(gerrit): rename index.md -> readme.md ( #26479 )
2024-01-02 16:02:43 +00:00
valodzka
d8ad99faca
fix(platform/gerrit): Check for comment size limit ( #26454 )
2023-12-30 08:52:31 +00:00
Markus Schulz
b2422d86fd
feat: Support for Platform "Gerrit" ( #18961 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-12-29 17:55:25 +00:00
RahulGautamSingh
5f163552a9
fix(reconfigure/pr): find reconfigure pr separately ( #25954 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-12-29 12:55:11 +00:00
Jan Gerlinger
831fba0262
fix(terraform): Escape literal . in Bitbucket module ref regex ( #26452 )
2023-12-29 07:17:10 +00:00
joegoldman2
0710a35205
feat(platform/gitea): use automergeStrategy in createPr ( #26448 )
2023-12-28 17:45:37 +00:00
Patrick Lannigan
3a8574bbd7
feat(manager/pep621): Add support for python build-system dependencies ( #26440 )
2023-12-27 19:52:22 +00:00
joegoldman2
4345212cff
test(platform/azure): replace squashMerge by mergeStrategy ( #26436 )
2023-12-27 12:52:08 +00:00
joegoldman2
1786438d33
feat(platform/azure): implement automergeStrategy for Azure DevOps platform ( #26429 )
2023-12-27 09:17:03 +00:00
Okean
5d95ece271
feat(manager/ansible-galaxy): support .ansible.yaml
double extension ( #26390 )
2023-12-21 19:26:37 +00:00
RahulGautamSingh
6b4d5fcdbb
feat(datasource/hex): extract deprecated versions ( #26392 )
2023-12-21 17:56:41 +00:00
Johannes Feichtner
d2536a7cc2
feat(manager/poetry): add support for bumpVersion
option ( #26377 )
2023-12-19 19:11:04 +00:00
RahulGautamSingh
7cd5ab8e63
feat(datasource/nuget): extract latest tag ( #26351 )
2023-12-19 12:11:40 +00:00
Johannes Feichtner
fa04884a37
feat(manager/pep621): add support for bumpVersion
option ( #26361 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-12-19 08:50:34 +00:00
RahulGautamSingh
d74fa61bee
fix(versioning/loose): sort numeric parts numerically ( #26341 )
2023-12-17 05:46:47 +00:00
Johannes Feichtner
24f8f0dd88
feat(manager/poetry): add support for explicit sources ( #26337 )
2023-12-17 05:45:33 +00:00
Sergei Zharinov
e80b882156
feat(bitbucket): Server-side filtering of PR list response ( #26336 )
2023-12-16 18:08:13 +00:00
Erwan Finot
97abffb8c3
fix(manager/git-submodules): Fix branch detection for special branch value .
( #26329 )
2023-12-16 05:15:17 +00:00
Sergei Zharinov
92cb4148d4
refactor(bitbucket): Use URLSearchParams
for PR list url construction ( #26301 )
2023-12-14 20:26:13 +00:00
ps-occrp
1521e67c0f
feat(terragrunt): add support for tfr prefix ( #26209 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-12-14 13:14:48 +00:00
Michael Kriese
79cddd9405
feat(nuget): filter registry urls by package source mappings ( #26295 )
2023-12-14 12:23:25 +00:00
Rhys Arkins
9ed6d0fcb2
fix(cargo): get extraEnv for precise updates ( #26273 )
2023-12-14 07:34:42 +00:00
Maxime Brunet
e9f6edb4ca
fix(dashboard): improve note ( #26281 )
2023-12-14 07:16:13 +00:00
Sebastian Poxhofer
4cc34429c3
fix(manager/terraform): missing accuracy for ranges ( #26283 )
2023-12-14 07:12:58 +00:00
rami3l
f9ae909058
fix(cargo): fix handling of x
and x.y
versions ( #26263 )
2023-12-13 15:17:04 +00:00
Sergei Zharinov
3c87df2883
refactor: Clarify VersioningApi
validation methods ( #26235 )
2023-12-12 07:39:06 +00:00
Mike
c39aa7e5b1
feat(manager/azure-pipelines): Deployment jobs support ( #26048 )
2023-12-11 15:24:51 +00:00
Michael Kriese
f88353c671
fix(gitea): disable issues on external tracker ( #26228 )
2023-12-11 14:35:55 +00:00
Michael Kriese
418cbf073f
feat(datasource/jenkins-plugins): support constraints filtering ( #26155 )
2023-12-06 09:52:55 +00:00
joegoldman2
93fd4d67e1
docs(azure): fix Azure DevOps and Azure DevOps Server example ( #26144 )
2023-12-06 07:50:37 +00:00
Fabian heib
8c170279ab
feat(tekton): support pipelinesascode annotation ( #26033 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-12-05 17:26:10 +00:00
nSimon (Nicolas)
540ad4fa72
fix(datasource/custom): fix local registry path ( #26142 )
2023-12-05 17:25:45 +00:00
rami3l
40721cd0a8
feat(cargo): support range=update-lockfile ( #25983 )
...
Co-authored-by: Simon Žlender <pub.git@zlender.si>
Co-authored-by: Simon Žlender <szlend@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-12-05 16:25:31 +00:00
Michael Kriese
a2672ef722
fix(gitea): check for disabled issues ( #26134 )
2023-12-05 11:27:30 +00:00
Patrick Hobusch
4c4bd3a331
fix(helmfile): make resolving deps in multi-doc files more stable ( #26078 )
2023-12-05 09:28:27 +00:00
Johannes Feichtner
7b30ba8991
feat(manager/gradle-wrapper): change wrapper task to :wrapper ( #26098 )
2023-12-04 05:31:29 +00:00
Sebastian Poxhofer
3c33a26441
refactor(util/yaml): rename load and loadAll to parseSingleYaml and parseYaml ( #26084 )
2023-12-01 20:13:01 +00:00
Sebastian Poxhofer
f42d0583d5
refactor(utils/yaml): centralize YAML parsing to allow central templating handling ( #26068 )
2023-12-01 11:58:43 +00:00
Sebastian Poxhofer
c11037b299
fix(manager/terraform): prevent endless loop in case of multiple constraint elements ( #26049 )
2023-12-01 06:08:03 +00:00
Patrick Hobusch
245f77b4fd
feat(helmfile): support optional .gotmpl
extension ( #23176 ) ( #26063 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-12-01 05:03:32 +00:00
Mike
2369e3c64d
docs: bicep is an iac manager ( #26051 )
2023-11-30 06:14:34 +00:00
Michael Kriese
591b572eda
feat(pip_requirements): allow override hashin constraints ( #26037 )
2023-11-29 18:17:39 +00:00
Michael Kriese
4b7a5e7b62
docs: use relative links ( #26044 )
2023-11-29 18:10:17 +00:00
Jay Lindquist
624de723fc
fix(datasource/pypi): index url short code ( #25993 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-29 14:54:58 +00:00
Michael Kriese
dda5f189ea
fix(datasource/dotnet-version): use sdks property to find all sdk version ( #26031 )
2023-11-29 13:19:33 +00:00
Sebastian Poxhofer
0e9a452969
docs(datasource/custom): fixs false header size and missing format type ( #26023 )
2023-11-29 08:12:12 +00:00
Rhys Arkins
044bf9ffde
fix(datasource/maven): restore registryStrategy=merge ( #26013 )
2023-11-28 15:42:27 +00:00
Aleksandr Mezin
a8c83970ac
feat(datasource/custom): expose newDigest in result ( #26007 )
2023-11-28 09:28:09 +00:00
Michael Kriese
8b4bfbd77d
feat(gitlab): allow override mergeable check attemps and use exponential backoff ( #26008 )
2023-11-28 09:11:59 +00:00
renovate[bot]
859b22eb3e
chore(deps): update dependency typescript to v5.3.2 ( #25992 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-28 08:41:48 +00:00
Aleksandr Mezin
7611162834
feat(datasource/custom): add html
format ( #24403 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-11-28 07:39:22 +00:00
Michael Kriese
802f86db19
fix(gitlab): reduce attempts ( #25994 )
2023-11-28 05:34:40 +00:00
Rhys Arkins
f08bad2579
refactor: improve logging for hostRules ( #25967 )
2023-11-27 18:03:27 +00:00