Maksym Romanowski
84019435ba
feat(pipenv): add support for auth ( #24581 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-11-14 10:40:17 +00:00
renovate[bot]
0846c1fa81
docs: update references to renovate/renovate to v37.56.3 ( #25715 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-13 01:19:14 +00:00
Michael Kriese
3023d4700b
docs: more link fixes ( #25687 )
2023-11-10 11:00:35 +00:00
Michael Kriese
f5cb2c4d5e
docs: fix more links ( #25686 )
2023-11-10 10:01:46 +00:00
Gaël Jourdan-Weil
0b5e88bc0c
docs: list sbt as not supported in replacement managers ( #25650 )
2023-11-08 15:43:13 +00:00
RahulGautamSingh
79556f4ecb
refactor(enabled-managers): implement custom.<customMgrName>
syntax ( #24079 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-11-08 13:13:26 +00:00
Sergei Zharinov
b69416ce17
refactor(prettier): Force trailing commas ( #25631 )
2023-11-07 15:50:29 +00:00
bri becker
0882bec330
feat(pr): expandCodeOwnersGroups ( #25317 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-07 09:21:04 +00:00
renovate[bot]
4798368f37
docs: update references to renovate/renovate to v37.46.0 ( #25597 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-06 02:18:55 +00:00
Ілля Мазуряк
f70f0c82be
feat(changelogs): Migrate fetchReleaseNotes to fetchChangeLogs ( #25364 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-05 18:32:59 +00:00
Jeroen de Bruijn
5bbbcb575a
docs: fix typo in best-practices preset heading ( #25573 )
2023-11-03 22:11:03 +00:00
RahulGautamSingh
32340dbc47
feat(config): validate reconfigure branch ( #24699 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
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-11-03 13:31:49 +00:00
Daniel Koch
947e5f9392
docs: fix small typo in code example ( #25535 )
...
Co-authored-by: Daniel Koch <Daniel.Koch@arineo.com>
2023-11-03 09:02:28 -04:00
HonkingGoose
9007931190
chore: capitalize Dependency Dashboard in docs and config option description ( #25569 )
2023-11-03 12:53:16 +00:00
HonkingGoose
b58322920c
docs: use titles for more code blocks ( #25526 )
2023-11-02 16:04:33 +00:00
HonkingGoose
36504a3e8f
docs: move bot comparison page to all other section ( #25547 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-02 15:06:52 +00:00
Philip
cbcb315048
docs: Redis add redis encrypted example ( #25536 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-11-01 17:22:19 +00:00
Jeldrik Hanschke
e0f9266a50
feat(manager/npm): Optimize npm dedupe option ( #25466 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-11-01 16:15:17 +00:00
HonkingGoose
0b7dbbb453
docs(java): rewrite paragraph ( #25527 )
2023-11-01 11:21:06 +00:00
Simon Bäurle
5d9296e0b9
fix(manager/nuget): Enforce basic authentication for NuGet restore command ( #25502 )
2023-10-31 16:15:18 +00:00
Yun Lai
bdabe43094
feat(hostRules): support https options and platform in host rules from env ( #25015 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-10-31 13:04:30 +00:00
HonkingGoose
21063f748a
docs(opentelemetry): add title to code blocks ( #25496 )
2023-10-30 13:51:54 +00:00
renovate[bot]
e5f5e42cde
docs: update references to renovate/renovate to v37.35.2 ( #25492 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-30 01:44:03 +00:00
Andrea Galbusera
f9f30a72eb
docs: update opentelemetry examples ( #25472 )
2023-10-27 17:11:58 +00:00
Andrea Galbusera
bda1c6ad39
docs(opentelemetry): update broken link to OTEL specs ( #25450 )
2023-10-26 17:45:04 +02:00
HonkingGoose
b34246cf29
docs: rewrite new package manager questionnaire ( #25346 )
2023-10-26 08:18:18 +00:00
HonkingGoose
5960b5339a
docs: create bot comparison page ( #24269 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-26 08:13:16 +00:00
HonkingGoose
0fd1a3e3a1
docs(minimal reproductions): forcing pending updates ( #25406 )
2023-10-25 13:22:14 +00:00
Michael Kriese
815b54c5aa
docs: local-development ( #25394 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-25 10:28:49 +00:00
HonkingGoose
86422b8786
docs(reading list): add whitespace ( #25403 )
2023-10-25 08:59:30 +00:00
Justin Clareburt
d854d4525b
docs: Updated GettingStarted docs for Renovate CE and EE ( #25284 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-10-24 12:29:37 +00:00
renovate[bot]
334aa5fbd7
docs: update references to renovate/renovate to v37.31.1 ( #25342 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 01:39:21 +00:00
Kyle Welch
3a957648d2
docs: Add example for registryAliases support list ( #25331 )
2023-10-22 19:35:50 +00:00
Rhys Arkins
3a0adb033a
docs: clarify monorepo preset contribution
2023-10-19 12:30:50 +02:00
HonkingGoose
e13f5a09f5
docs: create Contributing to Renovate page ( #25238 )
2023-10-17 07:17:44 +00:00
HonkingGoose
afa289f72a
docs(best practices): refactor code or tests, not both at once ( #25237 )
2023-10-17 07:16:45 +00:00
Rhys Arkins
b21827dac8
feat(github): set package registry credentials automatically ( #25214 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-10-17 06:58:08 +00:00
renovate[bot]
2a44ea6fac
docs: update references to renovate/renovate to v37.20.2 ( #25221 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-16 01:58:17 +00:00
Sergei Zharinov
a6e43b2d76
docs: Add Zod usage guideline ( #25080 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-10-15 06:42:08 +00:00
Koen van Zuijlen
080d642593
feat(datasource/maven): Add Artifact Registry support via Google ADC ( #24657 )
...
Co-authored-by: Johannes Feichtner <343448+Churro@users.noreply.github.com>
2023-10-15 06:29:29 +00:00
Bryan Lee
526ebe697e
fix(manager/npm): use --config.ignore-scripts=true
for pnpm dedupe
( #25210 )
2023-10-15 05:47:46 +00:00
Rhys Arkins
3609cddbbe
fix(pnpm): Revert "feat(manager/npm): ignore scripts for pnpmDedupe
" ( #25208 )
2023-10-14 10:56:57 +00:00
Bryan Lee
0d758a3d0e
feat(manager/npm): ignore scripts for pnpmDedupe
( #24505 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-09 09:49:05 +00:00
renovate[bot]
8b481a11d5
docs: update references to renovate/renovate to v37.8.1 ( #25092 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 00:32:01 +00:00
HonkingGoose
378e9bbceb
chore: drop status:ready
and improve triage docs ( #25023 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-04 19:15:28 +00:00
HonkingGoose
6ab3f46cd5
chore: drop priority-5-triage
label ( #25024 )
2023-10-04 10:23:36 +00:00
Valentin Maerten
3c592a236c
feat(cargo): support private crate ( #24704 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-03 12:52:55 +00:00
HonkingGoose
3a19e5ec50
docs(config options): explain prCreation=approval
( #24949 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-03 11:11:51 +00:00
Rhys Arkins
8a0956d989
docs(versionCompatbility): fix suffix example
2023-10-02 14:36:05 +02:00
Rhys Arkins
42b3a7c046
feat: versionCompatibility ( #24717 )
2023-10-02 09:55:01 +00:00