Commit graph

14389 commits

Author SHA1 Message Date
RahulGautamSingh
b475231176
refactor: use satisfies (#20781) 2023-03-11 05:24:17 +00:00
renovate[bot]
0a355f2275
build(deps): update dependency luxon to v3.3.0 (#20866)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-11 05:05:44 +00:00
Adam Setch
166a2880c1
build: add .nvmrc (#20862) 2023-03-11 04:56:25 +00:00
Adam Setch
22cbc80f10
docs: add @setchy as contributor (#20861) 2023-03-11 04:11:42 +00:00
renovate[bot]
d1afa8549d
chore(deps): update dependency rimraf to v4.3.0 (#20864)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-11 01:59:12 +00:00
renovate[bot]
8ab35d6f5a
chore(deps): update github/codeql-action action to v2.2.6 (#20858)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-10 20:14:02 +00:00
renovate[bot]
63cfcdbcce
chore(deps): update node.js to 8dac04e (#20857)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-10 20:10:03 +00:00
HonkingGoose
da1eeea02b
docs: replace unencrypted with plaintext (#20849) 2023-03-10 17:24:35 +01:00
Michael Kriese
2102b70607
feat!: require NodeJS v18.12+ (#20838) 2023-03-10 10:29:25 +00:00
Rhys Arkins
b53b8bca6b
chore: fix coverage 2023-03-10 10:31:52 +01:00
Rhys Arkins
a4ab4523f8
feat(config)!: forkProcessing (#20759)
Removes "includeForks" option and replaces with "forkProcessing". New default behavior is to process forks if automerge=false.

Closes #20752

BREAKING CHANGE: Forked repos will now be processed automatically if autodiscover=false. includeForks is removed and replaced by new option forkProcessing.
2023-03-10 09:34:41 +01:00
Rhys Arkins
d53d39bf0a
refactor(datasource): prefer packageName over depName in datasource (#20221) 2023-03-10 09:34:41 +01:00
Rhys Arkins
f765e6fb1d
feat!: internalChecksAsSuccess (#20572)
Adds new config option `internalChecksAsSuccess`, defaulting to `false`.

Closes #7800

BREAKING CHANGE: Internal checks such as `renovate/stability-days` will no longer count as passing/green, meaning that actions such as `automerge` won't
occur if the only checks are Renovate internal ones. Set `internalChecksAsSuccess=true` to restore existing behavior.
2023-03-10 09:34:41 +01:00
Sebastian Poxhofer
8e2df85268
feat(versioning)!: default to semver-coerced instead of semver (#20573)
BREAKING CHANGE: default versioning is now `semver-coerced`, instead of `semver`.
2023-03-10 09:34:41 +01:00
Paul Gschwendtner
177ffedb85
feat(datasource/github-releases)!: digest computation use git tag, not file digest (#20178)
The github-releases datasource has been copied into a new datasource called github-release-attachments.
The github-releases general datasource is updated to use the underlying Git tag of a GitHub release entry for digest computation.

Fixes #20160, Fixes #19552

BREAKING CHANGE: Regex Manager configurations relying on the github-release data-source with digests will have different digest semantics. The digest
will now always correspond to the underlying Git SHA of the release/version. The old behavior can be preserved by switching to the
github-release-attachments datasource.
2023-03-10 09:34:40 +01:00
Rhys Arkins
b17bcf2789
refactor(datasource): use packageName and not depName for datasource lookups (#20474) 2023-03-10 09:34:40 +01:00
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