Commit graph

14273 commits

Author SHA1 Message Date
Rhys Arkins
73c8227132
fix(versioning)!: bump short ranges to version (#20494)
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 #20488
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 (#20150)
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
222cda6058
feat(cache): file cache cleanup (#20061)
Checks file cache for expired items at the end of a run. Non-breaking change but it may result in some long cleanup jobs for any bots which have been left to populate their package cache for a long time.

Closes #13732
2023-03-10 09:34:39 +01:00
Rhys Arkins
b6ed33ec01
fix(regex): don’t escape forward slash in fileMatch (#19314)
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 (#20081)
Set default GOPROXY value to match `go`'s own default.

Closes #20040

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
d28763fa01
feat(datasource/npm): default cacheHardTtlMinutes to 24 hours (#20079)
Renovate will now use "soft" expiry of npm datasource lookups, combined with a hard expiry of 24 hours. Soft expired results are used to improve
performance plus can be reused in case npmjs errors on subsequent lookups

BREAKING CHANGE: Package cache will include entries for up to 24 hours after the last lookup. Set cacheHardTtlMinutes=0 to revert to existing behavior.
2023-03-10 09:33:50 +01:00
Rhys Arkins
a75f9d71c1
feat(config)!: non-zero defaults for PR concurrent, hourly limits (#19958)
Sets new defaults:
- `prConcurrentLimit`: 10 (instead of 0)
- `prHourlyLimit`: 2 (instead of 0)

Closes #19800

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 (#19942)
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 #19800

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 (#19992)
Adds new option `constraintsFiltering`.

Closes #19979

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
Timothy Aaron
9bd5b515a8
docs: link to all supported managers (#20826)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-10 06:26:50 +00:00
Liora Milbaum
bcb61d5360
feat(manager/dockerfile): match Containerfile (#20804)
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
renovate[bot]
8e7101e6d7
chore(deps): update dependency rimraf to v4.2.0 (#20834)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-10 01:07:35 +00:00
renovate[bot]
d11bfce0aa
chore(deps): update dependency rimraf to v4.1.4 (#20832)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-10 00:04:07 +00:00
renovate[bot]
e80d22ea88
chore(deps): update node.js to v18.15.0 (#20831)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-09 23:03:41 +00:00
renovate[bot]
bca2cd2f5b
chore(deps): update actions/cache action to v3.3.0 (#20824)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-09 15:16:00 +00:00
Rhys Arkins
a72998724e
fix(datasource/npm): cache public modules (#20815)
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
Rhys Arkins
a3cc159f7e
chore: extract and lookup duration logging (#20816) 2023-03-09 11:24:50 +00:00
Jamie Magee
67b076ae6e
refactor: safely parse emoji shortcodes (#20814) 2023-03-09 06:31:16 +00:00
renovate[bot]
01a1af5d7a
chore(deps): update dependency rimraf to v4.1.3 (#20813)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-08 22:45:27 +00:00
renovate[bot]
11b71b4f1c
chore(deps): update dependency @types/node to v16.18.14 (#20806)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-08 15:02:01 +01:00
Henrik Poulsen
d5ece8bf45
fix(datasource): add warning when unable to find datasource (#20805)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-08 11:25:00 +00:00
Marcin Zajączkowski
045780f8cd
docs: clarify that S3 cannot be used as lookup cache (#19711)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-08 07:09:43 +00:00
Philip
6e0ef61d98
docs(platform/codecommit): add aws codebuild examples (#19374)
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 (#20796) 2023-03-08 06:31:56 +00:00
Johannes Feichtner
98231804c3
feat(manager/gradle): add support for map notation deps in Groovy maps (#20798) 2023-03-08 06:31:28 +00:00
renovate[bot]
fa90477f6c
build(deps): update dependency @renovatebot/ruby-semver to v2.1.9 (#20793)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-07 13:10:00 +00:00
Rhys Arkins
a4555655a5
chore: needs-code-formatting label action 2023-03-07 12:14:58 +01:00
RahulGautamSingh
bccf0997fb
refactor: delete cached configFilename (#20746) 2023-03-07 10:09:04 +00:00
renovate[bot]
99c697a78d
chore(deps): update linters to v5.54.0 (#20790)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-07 08:02:52 +00:00
renovate[bot]
0abab4371f
build(deps): update dependency semantic-release to v20.1.1 (#20787)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-07 07:07:51 +00:00
renovate[bot]
4126234427
chore(deps): update dependency jest-mock-extended to v3.0.3 (#20788)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-07 06:59:26 +00:00
Rhys Arkins
8ec07ac58a
chore: fix prettier lint 2023-03-07 08:07:00 +01:00
Rhys Arkins
b9bdfbb53d
chore: reword invalid comment 2023-03-07 07:49:34 +01:00
Rhys Arkins
f261379da6
chore: reword bug guidance 2023-03-07 07:28:37 +01:00
Seiya Kokushi
6faefcdfa8
feat(manager/asdf): support dart and flutter (#20786) 2023-03-07 05:17:53 +00:00
Johannes Feichtner
f31d62810c
feat(manager/gradle): add support for jmh plugin (#20784) 2023-03-07 04:59:12 +00:00
Rhys Arkins
e8ecac8373
chore: do more invalid actions (#20769) 2023-03-06 10:24:00 +01:00
Johannes Feichtner
f1e3803d96
refactor(manager/gradle): manage nesting depth separate from tokens (#20763) 2023-03-06 05:37:48 +00:00
renovate[bot]
fc2fd01a41
chore(deps): update dependency @types/node to v16.18.13 (#20766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-05 21:50:23 +00:00
Adam Setch
923755e1e7
fix: auto-replace pinning (#20627) 2023-03-05 18:34:05 +00:00
Shawn Smith
eb5db5b492
fix(datasource/docker): Artifactory next link is broken for tags api (#20745)
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
renovate[bot]
939c79303c
chore(deps): update dependency type-fest to v3.6.1 (#20758)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-05 10:41:30 +00:00
renovate[bot]
06b9f709f8
chore(deps): update dependency eslint to v8.35.0 (#20757)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-05 09:49:25 +00:00
Michael Kriese
d0f66ed7be
ci: wrong node version (#20756) 2023-03-05 07:48:03 +00:00
renovate[bot]
a610800d0b
chore(deps): update dependency eslint-formatter-gha to v1.4.2 (#20747)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-04 16:09:16 +00:00
Sergei Zharinov
865608a91d
test(schedule): Use template literal with test.each (#20750) 2023-03-04 15:25:03 +00:00
RahulGautamSingh
ecc60897ef
feat(datasource/nuget): support password only registry auth (#20749) 2023-03-04 14:23:29 +00:00
Sergei Zharinov
9ec4804579
feat(bazel): Use Gradle versioning for maven_install by default (#20748) 2023-03-04 10:32:38 +00:00