Adam Setch
b25022066e
feat(replacements): support for replacement name templating ( #20905 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-03-21 16:42:13 +00:00
Rhys Arkins
623f2cadd9
feat: customize merge confidence host ( #21061 )
...
Co-authored-by: Gabriel-Ladzaretti <97394622+Gabriel-Ladzaretti@users.noreply.github.com>
2023-03-21 11:16:36 +00:00
renovate[bot]
5f32cdb109
docs: update references to renovate/renovate to v35.14.1 ( #21040 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-20 02:25:34 +00:00
Rhys Arkins
eac9ef6079
docs: clarify forkProcessing filename ( #21021 )
2023-03-19 07:38:25 +00:00
HonkingGoose
712fc31fc7
docs(go modules): vendored major upgrades not supported ( #21025 )
2023-03-18 14:40:13 +01:00
Adam Setch
e29c8ad964
fix(bitbucket): use correct case ( #21002 )
2023-03-17 12:13:37 +00:00
renovate[bot]
b0753df85d
docs: update references to renovate/renovate to v35.7.0 ( #20962 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-15 15:55:51 +00:00
HonkingGoose
e83ef5a7d3
docs(config options): use note admonition, fix styling ( #20947 )
2023-03-15 11:27:44 +00:00
HonkingGoose
14f781597d
docs(config options): use admonition ( #20948 )
2023-03-15 11:27:26 +00:00
Lctrs
2e25de1211
feat(datasource): support range constraints filtering ( #20842 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-15 06:12:08 +00:00
Adam Setch
8137533c94
feat(auto-replace): ability to specify global or first match from replacement rules ( #20604 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-14 21:02:24 +00:00
Simon Eßlinger
3c5224eee4
feat: add datasource, versioning and manager for Azure Bicep resources ( #20755 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-14 18:29:25 +00:00
HonkingGoose
1b90fd98fc
docs(configuration options): rewrite configMigration
( #20902 )
2023-03-14 08:04:59 +00:00
wwuck
1da1bc4885
docs: reduce ambiguity in gitLabIgnoreApprovals docs ( #20918 )
2023-03-14 05:56:07 +00:00
HonkingGoose
f90a6022a6
docs(self-hosted experimental): simplify ( #20901 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-14 05:25:26 +00:00
HonkingGoose
5da3aada39
docs(getting started): simplify ( #20900 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-13 14:57:44 +00:00
Adam Setch
583bd53232
docs: add @setchy to about-us ( #20903 )
2023-03-13 11:52:06 +00:00
HonkingGoose
329b1939ad
docs(automerge): fix broken list layout ( #20899 )
2023-03-13 09:29:56 +00:00
renovate[bot]
7dd6b100dd
docs: update references to renovate/renovate to v35.2.0 ( #20891 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-13 01:05:35 +00:00
Adam Setch
98be25f787
feat(platform/bitbucket): add support for Bitbucket development branching model ( #20860 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-12 12:50:54 +00:00
renovate[bot]
a44a815e1e
docs: update references to renovate/renovate to v35 ( #20883 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-12 09:13:03 +00:00
Adam Setch
466af47fd5
docs: update major platform features not supported ( #20869 )
2023-03-11 10:28:04 +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
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
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
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
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
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
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
Sergei Zharinov
9ec4804579
feat(bazel): Use Gradle versioning for maven_install
by default ( #20748 )
2023-03-04 10:32:38 +00:00
HonkingGoose
b4feac1ec8
docs(self hosted experimental): monospace style heading ( #20698 )
2023-03-02 06:59:58 +01:00
renovate[bot]
50e67f4ce6
docs: update references to renovate/renovate to v34.152.5 ( #20637 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-27 01:22:34 +00:00
HonkingGoose
e387b8225e
docs(best-practices): prefer satisfies
operator over as
( #20566 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-02-23 09:14:58 +00:00
Paul Gschwendtner
340a913a48
feat(platform/github): flag to control whether PRs can be edited by maintainers if forkToken
is set ( #19771 )
2023-02-22 13:07:03 +00:00
Johannes Feichtner
27c46cc673
feat: add support for RegEx patterns in baseBranches ( #20503 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-02-20 23:32:08 +00:00
Johannes Feichtner
90694bf398
docs: update outdated info about gradle file support ( #20520 )
2023-02-20 18:33:12 +00:00
HonkingGoose
fc70c20b02
docs: explain Renovate config for GitHub Merge Queue ( #20452 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-02-18 22:24:18 +00:00
Daniel Silva
0e47a1072c
feat(platform/github): Support rewrite pagination links with the server's base URL ( #19888 )
...
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-16 15:25:56 +00:00
Ville Skyttä
fce494db21
docs: spelling and grammar fixes ( #20443 )
2023-02-16 06:35:19 +00:00
Rhys Arkins
4a9ba9ee33
docs: drop ruby changelogs mention
...
Closes #20405
2023-02-14 17:06:30 +01:00
ocavue
2235659b18
feat(manager/npm): support pnpmDedupe ( #20392 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-02-14 09:10:50 +00:00
renovate[bot]
b5e08d6238
docs: update references to renovate/renovate to v34.132.4 ( #20364 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 01:01:45 +00:00
Rostislav Simonik
05517e6d8a
feat: add ignoreReviewers config option ( #19776 )
2023-02-11 07:24:02 +00:00
Johannes Feichtner
a91ca62b46
feat(vulnerabilities): add feature-flagged support for OSV ( #20226 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-10 10:13:47 +00:00
Alexander Birkner
fbceff1397
feat(gomod): support -e option ( #20199 )
...
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
renovate[bot]
c9473cb2a5
docs: update references to renovate/renovate to v34.124.3 ( #20239 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 02:12:25 +00:00
Nikolai Røed Kristiansen
5474229a30
feat(manager/helmfile): Lock file support ( #19865 )
...
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
HonkingGoose
8d44ebdee1
docs(about us): bump number of outside contributors ( #20146 )
2023-02-01 13:01:26 +01:00