Commit graph

1103 commits

Author SHA1 Message Date
Rhys Arkins
73c8227132
fix(versioning)!: bump short ranges to version ()
When rangeStrategy=bump, and the existing range is "short" (e.g. `^1`), and a bump is required, the new result will be a version range (e.g. `^1.0.7`).

Closes 
2023-03-10 09:34:40 +01:00
Rhys Arkins
0f86d313da
chore: fix artifacts tests 2023-03-10 09:34:40 +01:00
Michael Kriese
ec4b17b8b6
feat(config)!: default dockerImagePrefix to containerbase ()
Sidecar containers will now use `containerbase/` prefix instead of `renovate/` prefix.

BREAKING CHANGE: containerbase/ account used for sidecar containers instead of renovate/
2023-03-10 09:34:40 +01:00
Rhys Arkins
b6ed33ec01
fix(regex): don’t escape forward slash in fileMatch ()
This cleanup of default `fileMatch` values should be backwards compatible.
2023-03-10 09:34:39 +01:00
Rhys Arkins
d92e19437a
feat(go)!: default GOPROXY ()
Set default GOPROXY value to match `go`'s own default.

Closes 

BREAKING CHANGE: Renovate will now use go's default `GOPROXY` settings. To avoid using the public proxy, configure `GOPROXY=direct`.
2023-03-10 09:34:39 +01:00
Rhys Arkins
a75f9d71c1
feat(config)!: non-zero defaults for PR concurrent, hourly limits ()
Sets new defaults:
- `prConcurrentLimit`: 10 (instead of 0)
- `prHourlyLimit`: 2 (instead of 0)

Closes 

BREAKING CHANGE: Renovate now defaults to applying hourly and concurrent PR limits. To revert to unlimited, configure them back to `0`.
2023-03-10 09:25:51 +01:00
Rhys Arkins
016e647390
feat(config)!: default to rangeStrategy=auto, prefer update-lockfile ()
Changes `rangeStrategy` default value from `'replace'` to `'auto'`. Also changes `auto` behavior so that `update-lockfile` is preferred if the manager
supports the `updateLockedDependency()` function.

Closes 

BREAKING CHANGE: Renovate will now default to updating locked dependency versions. To revert to previous behavior, configure rangeStrategy=replace.
2023-03-10 09:25:45 +01:00
RahulGautamSingh
dcd298a625
feat(config)!: add new option constraintsFiltering ()
Adds new option `constraintsFiltering`.

Closes 

BREAKING CHANGE: PyPI releases will no longer be filtered by default based on `constraints.python` compatibility. To retain existing functionality, set
`constraintsFiltering=strict`.
2023-03-10 09:24:44 +01:00
Liora Milbaum
bcb61d5360
feat(manager/dockerfile): match Containerfile ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-10 05:37:14 +00:00
Rhys Arkins
29e865aee1
chore: better hashicorp versioning logging 2023-03-10 06:48:40 +01:00
Rhys Arkins
a72998724e
fix(datasource/npm): cache public modules ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-03-09 12:16:21 +00:00
Henrik Poulsen
d5ece8bf45
fix(datasource): add warning when unable to find datasource ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-08 11:25:00 +00:00
Philip
6e0ef61d98
docs(platform/codecommit): add aws codebuild examples ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-08 07:08:58 +00:00
Johannes Feichtner
8512072d41
feat(manager/gradle): add support for AndroidX Compose plugin () 2023-03-08 06:31:56 +00:00
Johannes Feichtner
98231804c3
feat(manager/gradle): add support for map notation deps in Groovy maps () 2023-03-08 06:31:28 +00:00
Seiya Kokushi
6faefcdfa8
feat(manager/asdf): support dart and flutter () 2023-03-07 05:17:53 +00:00
Johannes Feichtner
f31d62810c
feat(manager/gradle): add support for jmh plugin () 2023-03-07 04:59:12 +00:00
Johannes Feichtner
f1e3803d96
refactor(manager/gradle): manage nesting depth separate from tokens () 2023-03-06 05:37:48 +00:00
Shawn Smith
eb5db5b492
fix(datasource/docker): Artifactory next link is broken for tags api ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-05 18:29:06 +00:00
RahulGautamSingh
ecc60897ef
feat(datasource/nuget): support password only registry auth () 2023-03-04 14:23:29 +00:00
Sergei Zharinov
9ec4804579
feat(bazel): Use Gradle versioning for maven_install by default () 2023-03-04 10:32:38 +00:00
Maxime Brunet
14019fed16
feat(gomod): enable gomodUpdateImportPaths for gopkg.in () 2023-03-04 08:32:04 +00:00
Rhys Arkins
7ff1a3b730 chore: fix swift coverage 2023-03-04 09:30:54 +01:00
Rhys Arkins
c41cfdbef6
docs: gomod artifacts hostRules ()
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-04 07:38:17 +01:00
Rhys Arkins
f2d162e7ea
refactor: non-null packageName () 2023-03-04 07:29:07 +01:00
Sergei Zharinov
d37a372356
fix(packagist): Support both objects and minified arrays in v2 () 2023-03-03 07:03:18 +00:00
HonkingGoose
5249759b39
docs(config options): PAT triage rights to apply labels forking renovate () 2023-03-03 07:04:08 +01:00
Sergei Zharinov
cd06651f89
fix(packagist): Replace V2 URL path instead of joining it () 2023-03-02 14:19:55 +00:00
Andreas Hippler
34d26700cf
fix: support docker /library retry with abortOnError ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-28 19:29:28 +00:00
Sergei Zharinov
8cd9f43cbc
fix(datasource/packagist): Support for obsolete SHA1 hashes () 2023-02-28 11:16:51 +00:00
Rhys Arkins
2f8aa56fd8
refactor(autoreplace): set depIndex during flatten () 2023-02-28 10:16:33 +00:00
Sergei Zharinov
c9fe3b99fa
feat(packagist): Support for v2 protocol () 2023-02-28 09:31:16 +00:00
Kelly Su
456a8dad44
fix(setup_cfg): parsing for requirements install requires () 2023-02-28 05:35:00 +00:00
Sergei Zharinov
d7ad012988
fix(packagist): Fix url resolving () 2023-02-27 18:22:02 +00:00
Gaël Jourdan-Weil
a8ec421a7d
feat(manager/sbt): Extract sbt version from build.properties ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-27 06:06:14 +00:00
Johannes Feichtner
ad4523468e
refactor(manager/gradle): reduce code redundancy when parsing maps () 2023-02-27 06:05:46 +00:00
Sergei Zharinov
e97cde57dd
refactor(packagist): Reorganize datasource methods () 2023-02-25 19:33:47 +00:00
RahulGautamSingh
acc6c59138
test: replace as assertions ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-25 18:56:23 +00:00
RahulGautamSingh
352c9db904
test: add new wrapper for partial () 2023-02-25 06:46:32 +00:00
Rhys Arkins
8621d8cbbf
chore: simplify package types () 2023-02-24 15:28:35 +00:00
Sergei Zharinov
fd200d4198
refactor(packagist): Refactor RegistryMeta to inferred via schema () 2023-02-24 05:55:04 +00:00
Johannes Feichtner
54dd427670
fix(gradle): set Java 17 as constraint for gradle >= 7.3 () 2023-02-24 05:00:17 +00:00
Tobias Kongsvik
a340830ee6
fix(gomod): Use correct major version to update go import paths ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-23 11:23:40 +00:00
Rhys Arkins
9f96c1e224
chore: remove unnecessary Range types () 2023-02-23 09:13:27 +00:00
Adam Setch
18bdac9d35
fix(platform/bitbucket): remove blockquote markdown from bitbucket issue description () 2023-02-23 07:01:44 +01:00
Tobias Bieniek
ed6cd8a8de
chore(VersioningApi): add doc comments ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-02-22 17:56:15 +00:00
Rhys Arkins
109f3491ab
refactor: getBranchStatus and tests () 2023-02-22 17:53:35 +00:00
Adam Setch
5cc4260ba7
feat(platform/bitbucket): consolidate types () 2023-02-22 17:01:03 +00:00
Adam Setch
77b2189603
fix: remove rebase-all-open-prs checkbox from read only issue bodies () 2023-02-22 15:28:30 +00:00
Sergei Zharinov
edef60045c
feat(schema): Add looseValue and looseObject helpers () 2023-02-22 14:45:26 +00:00
Paul Gschwendtner
340a913a48
feat(platform/github): flag to control whether PRs can be edited by maintainers if forkTokenis set () 2023-02-22 13:07:03 +00:00
Lctrs
27eda56db2
fix(versioning/composer): support range versions normalization ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-22 13:06:20 +00:00
Markus Schulz
dd6c8e5147
feat: Move some Git commands behind a PlatformScm interface ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-22 08:18:53 +00:00
Sergei Zharinov
d9b025bf63
refactor(packagist): Remove deprecated URL API () 2023-02-21 13:48:46 +00:00
RahulGautamSingh
0f51c9f524
test: replace as with partial () 2023-02-21 10:46:29 +00:00
Rhys Arkins
cc33d34ca8
refactor: PackageFile types ()
Co-authored-by: RahulGautamSingh <rahultesnik@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-20 14:58:49 +00:00
Sergei Zharinov
43848b7329
fix(gomod): Don't append indirect mark twice () 2023-02-20 14:51:22 +00:00
Rhys Arkins
59432b4129
fix: process extractedConstraints earlier () 2023-02-19 17:38:28 +00:00
Rhys Arkins
7f08460ace
chore: debug github-tags digest problems () 2023-02-19 13:13:26 +00:00
Rhys Arkins
3cef2f2e4f
refactor: PackageFile -> PackageFileContent () 2023-02-19 12:43:48 +00:00
Liora Milbaum
ce116133e0
feat(asdf): Support terragrunt plugin () 2023-02-18 19:06:30 +01:00
Rhys Arkins
5cdb9a86f0
refactor: move manager fields to managerData () 2023-02-18 15:06:03 +00:00
Adam Setch
215ea10bc0
docs(platform/bitbucket): update to-be implemented features () 2023-02-18 04:58:44 +01:00
Adam Setch
80934e65f5
fix(platform/bitbucket): update rebase instructions () 2023-02-17 23:27:27 +00:00
Rhys Arkins
6725c7fb5e
refactor: extract constraints -> extractedConstraints () 2023-02-17 16:32:58 +00:00
Sergei Zharinov
e87af92319
feat(bazel): Support for maven.artifact positional args () 2023-02-17 08:54:35 +00:00
Sergei Zharinov
1dad5645e1
chore(bazel): Log non-https URLs for git_repository () 2023-02-17 07:16:49 +00:00
Sergei Zharinov
91822a60cb
feat(github-releases): Cache functions used for getDigest () 2023-02-17 06:32:39 +00:00
Rhys Arkins
45dd23401b
fix(manager/npm): workspaces npmrc ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-16 12:11:04 +00:00
Peter Wagenet
e41681db3d
fix(pnpm): don't ignore test directories for pnpm workspace packages () 2023-02-16 07:17:36 +00:00
Ville Skyttä
09bdeac823
docs(pre-commit): fix incompatible command name () 2023-02-16 06:37:42 +00:00
Adam Setch
013b705f43
feat: bitbucket sanitize reviewers () 2023-02-16 06:36:28 +00:00
Sergei Zharinov
1af05b72f1
feat(bazel): Support GitLab-based http archives () 2023-02-16 06:35:00 +00:00
Kyle Welch
a49c994ca6
feat(platform/bitbucket): Add ability to use UUID for reviewers ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-15 16:25:11 +00:00
Liora Milbaum
1f060c5cdf
feat(manager/asdf): support pnpm plugin ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-15 11:52:29 +00:00
RahulGautamSingh
9c0e1389d0
refactor: remove displayNumber () 2023-02-15 07:18:48 +00:00
Malte Swart
75cf8f1edc
feat(versioning/deb): New module to compare deb package versions like dpkg () 2023-02-15 06:46:49 +00:00
Tom Fay
2ed30c0764
fix(manager/azure-pipelines): Enable azure repository extraction () 2023-02-15 06:14:47 +00:00
Michael Kriese
b95af46ebd
fix(manager/regex): migrate datasource renames () 2023-02-14 15:45:34 -08:00
Michael Kriese
ac598aae98
test: fix tests on windows () 2023-02-14 21:39:04 +00:00
Sergei Zharinov
da69c4b0fd
refactor(bazel): Prepare for non-GitHub url parsing () 2023-02-14 18:00:01 +00:00
Sergei Zharinov
84e50dc3eb
refactor(packagist): Use catch-all schema for releases fields () 2023-02-14 16:37:31 +00:00
renovate[bot]
db2aef4553
chore(deps): update jest monorepo to v29.4.1 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-14 16:00:49 +00:00
Sebastian Poxhofer
6a8981ec13
fix(manager/terraform): use hashicorp versioning for terraform refs () 2023-02-14 16:03:24 +01:00
Sergei Zharinov
3eb96c9647
fix(manager/terraform): Guard against empty module and provider fields () 2023-02-14 09:39:09 +00:00
ocavue
2235659b18
feat(manager/npm): support pnpmDedupe ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-02-14 09:10:50 +00:00
Rhys Arkins
634eb8f8e3
fix(poetry): support fixed version constraint () 2023-02-14 09:38:53 +01:00
Ryosuke Ito
8a08c8916b
feat(manager/swift): Support Swift 5.7 exact: syntax ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-14 08:16:42 +01:00
HonkingGoose
917baa3edd
docs(docker): mention required version for Harbor proxy cache feature () 2023-02-14 06:26:20 +01:00
Luiz Carvalho
1c1042d8e6
feat(manager/tekton): support step images ()
Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
2023-02-13 16:46:11 +01:00
Tobias
9669ba320f
fix(gomod): Commit updated go.mod when only go.mod changes ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-02-13 14:32:59 +01:00
RahulGautamSingh
09402a32e6
fix(datasource): rename adoptium-java to java-version () 2023-02-13 07:54:20 +00:00
Sergei Zharinov
cb9eb4ca13
feat(bazel): Support for Maven dependencies () 2023-02-12 21:25:26 +00:00
Tobias Bieniek
36d5b07863
fix(versioning/cargo): Disable support for rangeStrategy: widen () 2023-02-12 20:25:30 +02:00
Sergei Zharinov
2d65f27d80
refactor(bazel): Simplify version extraction from GitHub url () 2023-02-12 19:05:56 +02:00
Sergei Zharinov
ee525a7d18
fix(bazel): Provide replaceString selectively () 2023-02-12 19:00:28 +02:00
Tobias Bieniek
675e569daa
fix(cargo): fix pinning for wildcard constraints () 2023-02-12 08:33:03 +02:00
Sergei Zharinov
f003347301
refactor(bazel): Allow for parsing multiple deps from single rule () 2023-02-11 13:28:52 +01:00
Sergei Zharinov
d89e3271ab
feat(bazel): Use auto-replace when possible () 2023-02-11 12:34:13 +01:00
Sergei Zharinov
5caa59aaa1
test(bazel): Use codeBlock in tests () 2023-02-11 09:58:15 +02:00
Rostislav Simonik
05517e6d8a
feat: add ignoreReviewers config option () 2023-02-11 07:24:02 +00:00
Rhys Arkins
c9777bcfa1
fix(kustomize): ensure string before extractResource () 2023-02-11 06:53:15 +01:00
RahulGautamSingh
93c3fd5ced
feat(datasource): rename dotnet to dotnet-version () 2023-02-10 22:47:07 +02:00
HonkingGoose
f885dc033a
docs(kotlin-script): remove metadata, rewrite ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-02-10 11:55:52 +01:00
Sergei Zharinov
25021725a9
fix(go): Avoid tag fetching for v0.0.0 () 2023-02-09 13:11:21 +01:00
Johannes Feichtner
766cc3a70e
fix(manager/gradle): correct execution order for buildscript dependencies in lockfiles () 2023-02-09 05:26:02 +01:00
Jameel Al-Aziz
c127ead622
feat(manager/terraform): support OCI registry in helm_release repository ()
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-02-07 20:20:26 +00:00
itchyny
1cd4f9638a
feat(manager/gradle): add support for property setters of gradle plugins ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-07 13:27:44 +00:00
Alexander Birkner
fbceff1397
feat(gomod): support -e option ()
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-02-07 14:00:16 +01:00
RahulGautamSingh
7ff4b53439
test: replace as with partial ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-07 11:38:59 +00:00
Johannes Feichtner
e6ebf1dc16
feat(manager/mix): set currentVersion field for exact dependency versions () 2023-02-07 05:59:04 +01:00
RahulGautamSingh
fbb81b0623
test: replace as with partial ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-06 15:10:24 +00:00
Nikolai Røed Kristiansen
cf72e8f555
fix(manager/helmfile): Add missing helm dependency ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-06 13:30:57 +00:00
Sergei Zharinov
2336161d05
fix(packagist): Use schema for extractDepReleases method () 2023-02-05 08:20:07 +01:00
Sebastian Poxhofer
5c5cde9d78
fix(manager/fleet): do not merge version into customization objects ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-04 15:44:25 +00:00
Johannes Feichtner
196ed35dcb
feat(manager/gradle): add dependency grouping by variable to all supported patterns () 2023-02-04 15:55:36 +01:00
Nikolai Røed Kristiansen
5474229a30
feat(manager/helmfile): Lock file support ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-04 14:10:03 +00:00
Jesse Houwing
6d638efba4
docs: adds configuration template to revert standard naming convention for Azure Pipelines ()
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-02-04 08:56:59 +00:00
Rhys Arkins
9ead5d22fd
fix(gomod): generate auth from go hostRules () 2023-02-04 09:28:04 +01:00
Rhys Arkins
f754f8a010
fix(orb): detect isPrivate () 2023-02-03 21:34:22 +01:00
Michael Kriese
49a50e7e0d
feat(manager/asdf): remove default versionings and packageNames () 2023-02-03 20:00:23 +00:00
Johannes Feichtner
bfc38bf732
feat(manager/gradle): replace individual value matchers with placeholder () 2023-02-03 18:36:00 +00:00
Julian Xhokaxhiu
44469afc0e
test: Add argocd to the asdf extract unit test () 2023-02-03 07:13:41 +01:00
RahulGautamSingh
9e419616d0
fix(manager/kustomize): update extraction logic ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-02 08:39:35 +01:00
Florian Greinacher
40d62932bb
feat(manager/npm): read registry URLs from legacy .yarnrc ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-02 06:29:25 +00:00
Trystian Offerman
ad9f9d3f99
fix(manager/maven-wrapper): preserve wrapper base url ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-01 23:28:23 +01:00
Michael Kriese
d7d6d43bf8
fix(manager/npm): don't warn for empty .yarnrc.yml () 2023-02-01 13:53:38 +00:00
HonkingGoose
fabb1bba08
docs(dockerfile): move paragraph up () 2023-02-01 13:36:46 +01:00
Rhys Arkins
3a58d239ec
refactor(datasource/orb): log res when no response () 2023-01-31 22:25:39 +01:00
HonkingGoose
b309f2cbc4
docs(dockerfile): explain Docker versioning, improve link () 2023-01-31 17:34:55 +01:00
Florian Greinacher
2143c975f9
feat(manager/npm): read registry URLs from .yarnrc.yml ()
Co-authored-by: Valentin Agachi <github-com@agachi.name>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Closes https://github.com/renovatebot/renovate/issues/16353
2023-01-31 06:26:02 +00:00
Jamie Magee
e3b163f07a
feat: log when using fine-grained PATs ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-30 08:48:29 +01:00
Rhys Arkins
c7d4c39ac9
refactor(sbt): extract variableName () 2023-01-28 07:49:39 +01:00
Sergei Zharinov
0b4db8dc6c
fix(packagist): Improve fetch concurrency () 2023-01-27 08:38:39 +00:00
Yun Lai
a8d28dde88
fix: hermit versioning matches should call equals on Channel versions () 2023-01-27 06:31:24 +01:00
Michael Kriese
08c333ac7d
feat(platform): support forgejo ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-25 08:28:57 +01:00
Yun Lai
ebb25349ae
fix: make HermitVersioning support semver range in matchCurrentVersion () 2023-01-25 07:33:40 +01:00
Sebastian Poxhofer
cf15952924
feat(manager/terraform): export updateLockedDependency () 2023-01-25 01:07:30 +01:00
Sergei Zharinov
571d62abf9
fix: Revert "refactor(packagist): Improve fetch concurrency ()" () 2023-01-24 16:57:32 +00:00
Trystian Offerman
320047d267
test: internal bol.com urls used in repo () 2023-01-24 09:29:01 +00:00
Michael Kriese
9bd857c8f8
fix(platform): fix types and docs ()
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-24 10:05:51 +01:00
renovate[bot]
0940582336
build(deps): update dependency graph-data-structure to v3 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-24 06:57:58 +00:00
Michael Kriese
da8f9cc3bc
fix(manager/pre-commit): remove wrong gitea support () 2023-01-24 06:22:45 +00:00
Michael Kriese
e78048dfc1
fix: no cycles () 2023-01-23 21:20:54 +00:00
Sergei Zharinov
f170c71930
refactor(packagist): Improve fetch concurrency ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-23 17:30:21 +00:00
Mathieu Kniewallner
7cf131021a
feat(presets/regex-managers): allow 'actions' in GitHub Actions preset () 2023-01-23 16:32:13 +00:00
Bart Enkelaar
744488f724
feat(maven-wrapper): Add manager to update maven wrapper version () 2023-01-23 17:07:57 +01:00
Sebastian Poxhofer
72bd0d3905
refactor(manager/terraform): remove usages of any and use types ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-23 09:48:23 +00:00
Sergei Zharinov
ca66adabdb
refactor(packagist): Use schema for packages.json file () 2023-01-23 11:52:16 +03:00
Ashley Towns
9eef71a72a
fix(manager/sbt): Support for updating Scala 3 () 2023-01-23 07:27:33 +00:00
Johannes Feichtner
7a6d1f06ac
feat(manager/gradle): extend support for property accessors () 2023-01-23 06:42:14 +00:00
Rhys Arkins
92e4c5c2a6
fix(rubygems): support Nexus () 2023-01-21 10:02:52 +01:00
Julian Xhokaxhiu
5bf6eabaea
feat(asdf): add argocd support ()
Closes https://github.com/renovatebot/renovate/issues/19940
2023-01-20 15:39:16 +00:00
Simon Abbott
8c44d6bd10
fix(manger/npm): apply config.npmrc during extraction, not in post-update ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Closes https://github.com/renovatebot/renovate/issues/12891
2023-01-20 11:43:49 +00:00
Joshua Tang
6be73f1993
feat(manager/pub): update to only changed dependencies ()
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Closes https://github.com/renovatebot/renovate/issues/19653
2023-01-20 06:28:41 +00:00
Morre
c5db2dc718
feat(manager/terraform): support OCI charts in helm_release ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-01-19 18:50:40 +01:00
Rhys Arkins
1e3b1a8604 fix(fleet): warn not error on invalid YAML 2023-01-19 06:21:28 +01:00
Sebastian Poxhofer
1127c5e401
fix(manager/terraform): do not return registryUrls containing undefined () 2023-01-18 15:16:46 +00:00
renovate[bot]
70fd8db1ae
chore(deps): update linters ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-18 12:42:32 +00:00
Rhys Arkins
8868938978 fix(github-actions): check job before services 2023-01-17 15:41:49 +01:00
Sergei Zharinov
ef174ceba5
feat(packagist): Extract PHP constraints ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-17 11:04:50 +01:00
Sergei Zharinov
bf6ac7d7a9
fix(packagist): De-minify fields () 2023-01-17 10:41:59 +01:00
Rhys Arkins
142bebc1eb fix(github-actions): defensive non-null check 2023-01-17 07:35:00 +01:00
Sergei Zharinov
6679d7ed9b
refactor(packagist): Refactor schema () 2023-01-17 05:47:02 +01:00
Leon Linhart
5e42daeb33
docs: Use a PEP440-compliant version constraint in pip-compile documentation () 2023-01-16 11:58:27 +01:00
Jan-Otto Kröpke
2c70a5d223
feat(presets/regex): Add preset for appVersion in helm charts ()
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>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-16 10:14:13 +00:00
Rhys Arkins
3c98fc0f45
feat(manager/composer): extractedConstraints () 2023-01-16 08:12:20 +01:00
Sergei Zharinov
c9e308f04b
refactor(packagist): Type checked Packagist lookups ()
Fixes undefined
2023-01-15 16:58:42 +01:00
Sergei Zharinov
b0d6145de4
refactor(composer): Remove unused auth header check () 2023-01-15 10:12:27 +00:00
Rhys Arkins
f34d395fa5
fix(npm): augment constraints less aggressively () 2023-01-15 10:24:19 +01:00
renovate[bot]
b4d1ad8e52
build(deps): update dependency prettier to v2.8.2 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-15 06:39:27 +00:00
Rhys Arkins
61cf50384f chore: downgrade remediation warn 2023-01-14 20:20:07 +01:00
Rhys Arkins
ab36ccc039 chore: downgrade gradle warn 2023-01-14 20:19:34 +01:00
Rhys Arkins
0c6d183ac9 fix(kustomize): skip strings 2023-01-14 20:12:40 +01:00
Rhys Arkins
9720ca8d3c chore: debug log cache revalidation 2023-01-14 20:12:00 +01:00
Rhys Arkins
52700690a5
fix(github-actions): harden job container extraction () 2023-01-14 18:59:43 +01:00
Rhys Arkins
05bb942224
fix(datasource/npm): don’t reuse cache for host-disabled () 2023-01-14 09:53:54 +01:00
Rhys Arkins
2180f5bd23
fix(bundler): harden extract () 2023-01-14 09:52:30 +01:00
Rhys Arkins
3a6cfacfba
fix(versioning/hashicorp): allow v versions from npm () 2023-01-14 09:52:20 +01:00
dave-powell-kensho
74e592cd8c
fix(poetry): normalize package name ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-14 06:35:30 +00:00
Rhys Arkins
78b8483953
feat(datasource/npm): cache etag for reuse () 2023-01-13 21:20:32 +00:00
Eric Durand-Tremblay
e8a5437cd3
feat(manager/composer): support git-tags hostRules for github.com when updating artifacts ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
fixes undefined
2023-01-13 13:33:49 +00:00
Rhys Arkins
5917c548a6
fix(datasource/packagist): Revert "refactor(composer): Simplify Packagist lookups" () 2023-01-13 12:05:32 +01:00
Sergei Zharinov
3cdf17df1f
refactor(packagist): Remove unnecessary wrapper method ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-13 06:19:17 +00:00
Sergei Zharinov
b00294f61a
fix(datasource/docker): Validate digest value before calling API () 2023-01-13 06:54:01 +01:00
Sergei Zharinov
4b2f376393
refactor(composer): Simplify Packagist lookups () 2023-01-12 18:23:53 +01:00
Sebastian Poxhofer
3b72d50098
fix(manager/terragrunt): prevent overwriting versioning of GithubTags datasource ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-12 08:04:14 +00:00
Rhys Arkins
f85ee2680c
fix(yarn): try/catch .yarnrc.yml parsing () 2023-01-11 18:25:48 +01:00
Rhys Arkins
58a6d645e8
fix(terraform): try/catch HCL parsing () 2023-01-11 18:13:25 +01:00
Rhys Arkins
446459526e
fix(argocd): filter objects before parsing () 2023-01-11 18:12:48 +01:00
Rhys Arkins
aa4e1670be
fix(bundler): check for string before formatting () 2023-01-11 18:12:32 +01:00
Nils Philippsen
1991b7fcb0
fix(poetry): Fix existing range unions ()
Signed-off-by: Nils Philippsen <nils@redhat.com>
2023-01-11 17:21:56 +01:00
Nicholas Firth-McCoy
218ac84206
fix(platform/gitlab): Strip unicode null characters from markdown ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-11 13:14:44 +00:00
Sebastian Poxhofer
e02ad9e684
fix(terraform): return early on parse errors and do not fail on checklist false positive ()
Closes https://github.com/renovatebot/renovate/issues/19777
2023-01-11 12:19:33 +01:00
Rhys Arkins
08764fa5c0
fix(versioning/hashicorp): don’t debug for invalid versioning () 2023-01-10 14:28:03 +01:00
Jesse Houwing
e48b05210e
docs: Update the docs to reflect new Azure DevOps Marketplace functionality ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-01-10 04:35:58 +00:00
Rhys Arkins
bf38439ec2
fix(versioning/hashicorp): check valid before matches () 2023-01-09 16:23:53 +01:00
Sebastian Poxhofer
1ab049f7f4
feat(terraform): use HCL parser and introduce class based extractors ()
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-01-09 13:16:20 +00:00
Gilbert Gilb's
e70e6c7d71
fix(manager/pip_setup): support namespaced packages () 2023-01-09 13:34:13 +01:00
Moritz Hedtke
54b5f6de43
feat(manager/sbt): Implement %%% dependency specifiers () 2023-01-07 21:28:12 +00:00