Rhys Arkins
572749a398
refactor: artifactUpdateApproach -> skipInstalls
...
Roll back the previous refactor.
2021-04-22 08:47:58 +02:00
Rhys Arkins
ac7a5c4d93
feat: drop dockerMapDotFiles ( #9417 )
...
Drops support for dockerMapDotfiles
BREAKING CHANGE: dockerMapDotfiles is no longer supported
2021-04-22 08:47:58 +02:00
Rhys Arkins
e7b5be9a15
feat(npm): remove ~/.npmrc support ( #9400 )
...
Drops support for reading `.npmrc` from the bot's home directory.
BREAKING CHANGE: Renovate will no longer read from ~/.npmrc. Configure `npmrc` in config instead.
2021-04-22 08:47:58 +02:00
Rhys Arkins
13ece707d4
feat(npm): remove ignoreNpmrcFile support ( #9409 )
...
Removes support for the ignoreNpmrcFile config option.
BREAKING CHANGE: ignoreNpmrcFile is no longer supported. Use an empty string for config.npmrc instead.
2021-04-22 08:47:58 +02:00
Rhys Arkins
59d728b16b
refactor: skipInstalls -> artifactUpdateApproach ( #9119 )
...
Renames skipInstalls to artifactUpdateApproach and changes from boolean to enum.
BREAKING CHANGE: skipInstalls has been changed to artifactsUpdateApproach
2021-04-22 08:47:58 +02:00
Rhys Arkins
6e40baea6a
docs: outdated remove trustLevel doc references
2021-04-22 08:47:58 +02:00
HonkingGoose
4d3cf59838
docs: improve sentences ( #9395 )
2021-04-22 08:47:58 +02:00
Rhys Arkins
0500042d1d
feat: updateType=patch ( #9393 )
...
Changes behavior so that patch updateType is not rewritten to minor by default.
Closes #2818
BREAKING CHANGE: patch updates are not considered updateType=minor by default.
2021-04-22 08:47:58 +02:00
Rhys Arkins
13bbc5d6a2
feat(config): remove manager additionalBranchPrefix defaults ( #9373 )
...
Resets any language or manager` additionalBranchPrefix` values to empty string. Add the `compatibility:additionalBranchPrefix` prefix to restore previous behavior.
BREAKING CHANGE: Removal of default `additionalBranchPrefix` values will cause branch names to change for docker/helm/buildkite/cargo/homebrew.
2021-04-22 08:47:58 +02:00
Rhys Arkins
8af905e8f5
feat: split trustLevel into separate options ( #9388 )
...
Removes trustLevel and replaces it with 3 other options instead. No longer necessary to set anything additional is configuring `allowedPostUpgradeCommands`
BREAKING CHANGE: `trustLevel` is no longer supported and instead broken into `allowCustomCrateRegistries` , `allowScripts` , and `exposeAllEnv`.
2021-04-22 08:47:58 +02:00
Rhys Arkins
95ac10998c
feat: remove logLevel support in config ( #9390 )
...
Remove support for logLevel in config. Must be configured using LOG_LEVEL instead.
Closes #8291
BREAKING CHANGE: Configure LOG_LEVEL in env and not in config or CLI
2021-04-22 08:47:58 +02:00
Rhys Arkins
57015047b2
feat: drop NPM_TOKEN support ( #9391 )
...
Removes support for NPM_TOKEN.
BREAKING CHANGE: Do not use NPM_TOKEN in env to configure npm authentication. Configure hostRules instead.
2021-04-22 08:47:58 +02:00
Rhys Arkins
1a1ace919e
feat: remove RENOVATE_LEGACY_GIT_AUTHOR_EMAIL ( #9389 )
...
Removes RENOVATE_LEGACY_GIT_AUTHOR_EMAIL support.
Closes #9111
BREAKING CHANGE: RENOVATE_LEGACY_GIT_AUTHOR_EMAIL is no longer supported. Use `ignoredAuthors` in config instead.
2021-04-22 08:47:58 +02:00
Rhys Arkins
f654f2d945
fix: Revert "feat: Allow multiple autodiscover filter ( #9453 )" ( #9641 )
...
This reverts commit 45739cddfd
.
2021-04-20 06:59:42 +00:00
Emanuel Bennici
45739cddfd
feat: Allow multiple autodiscover filter ( #9453 )
2021-04-19 14:18:06 +00:00
Rhys Arkins
ccf1bc8264
refactor: rollback config ( #9589 )
2021-04-17 11:53:03 +00:00
HonkingGoose
943b8c4707
docs: improve section on prCreation ( #9571 )
2021-04-15 16:32:48 +00:00
HonkingGoose
2495b4d142
docs: fixup minimal reproductions guide ( #9565 )
2021-04-15 18:08:35 +02:00
Clément Tessier
44c8508311
docs: fix preset typo ( #9555 )
2021-04-14 17:04:38 +02:00
HonkingGoose
dd26fcf20e
docs: explain rollbackPrs default behavior better ( #9494 )
2021-04-13 12:44:50 +02:00
HonkingGoose
2211910b79
docs: update Angular CLI command and example ( #9476 )
2021-04-09 15:50:35 +00:00
Marco de Jongh
6afbcf8d18
feat: Add branch option for postUpgradeCommands ( #8725 )
...
* Add branch option for postUpgradeCommands
* Put the for loop back for async
* Fix tests & add documentation
* Change execution mode dependency to update
* Move postUpgradeCommand execution to seperate file
* Fix return time of upgradeTaskExecuter
* Fix test
* Finished new mode and added test
* Remove .only
* Remove defensive coding to make codecov happy
* Give inconfig a proper type
* Another missing type
* Fix typo in allowPostUpgradeCommandTemplating option description
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Move to 1 postUpgradeCommandExecutor call
* Appease the import order rule gods
* Refactor more
* Okay now it should be done
* Fix bug
* Import order rule
* Change import to a type import
* Also return artifacterrors
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Move checking if postUpgradeCommands can run
* remove unused import
* Fix prettier error
* Call getAdminConfig once
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Change type name to EnsurePrResult
* Update lib/workers/branch/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Fix enum imports
Co-authored-by: Carlin St Pierre <cstpierre@atlassian.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-09 05:51:03 +02:00
Sergei Zharinov
b160644db7
feat(preset): Support Azure local presets ( #9458 )
2021-04-08 19:49:46 +02:00
Nils Plaschke
63b6cf66ac
feat: introduce dockerChildPrefix option ( #8613 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-08 10:10:25 +00:00
Sergei Zharinov
0a68e19d73
feat(presets): Support Bitbucket Cloud local presets ( #9422 )
2021-04-07 11:14:45 +02:00
Rhys Arkins
486f5747f6
refactor(github): vulnerability alerts warning ( #9398 )
2021-04-05 13:49:33 +02:00
Rhys Arkins
0cb45ddbf3
feat: ENV_PREFIX ( #9397 )
2021-04-05 09:19:08 +00:00
Rhys Arkins
3e22ad0ca3
feat(config): support RENOVATE_CONFIG ( #9374 )
2021-04-04 15:33:22 +02:00
Rhys Arkins
20147e30b9
feat: packageRules.matchPackagePrefixes ( #9365 )
2021-04-03 05:18:25 +00:00
HonkingGoose
0ca74bd2ae
docs: improve self-hosted documentation ( #9315 )
2021-04-01 11:19:57 +00:00
HonkingGoose
8216fdd570
docs: tell Yarn users to match baseUrl of registry ( #9324 )
2021-04-01 09:42:06 +02:00
HonkingGoose
4da8581b37
docs: add hostType:npm to config.js for Azure ( #9312 )
2021-03-29 17:32:04 +02:00
HonkingGoose
86a851bb20
docs: improve Renovate configuration docs ( #9303 )
2021-03-29 13:31:12 +02:00
Matt Palmer
49a3a8ab27
feat(gomod): Update source import paths on major upgrade ( #9144 )
2021-03-27 06:02:32 +00:00
HonkingGoose
20752c8118
docs: improve versioning documentation ( #9017 )
2021-03-27 06:50:57 +01:00
HonkingGoose
de80ec8703
chore: label-actions comments when logs:problem label is applied ( #9242 )
2021-03-25 11:12:48 +01:00
HonkingGoose
89173a476c
docs: fix typo ( #9270 )
2021-03-24 14:16:50 +00:00
Rhys Arkins
af1e4ee1a7
feat: secrets ( #8070 )
2021-03-22 15:51:38 +01:00
Armaan Tobaccowalla
e5c92e4cd9
feat(config): Support presets in subdirectories ( #8724 )
2021-03-20 23:03:10 +00:00
HonkingGoose
ba62c9f554
docs: update rebasing documentation ( #9021 )
2021-03-20 21:41:45 +01:00
HonkingGoose
e0357222d5
docs: improve requiredStatusChecks documentation ( #9208 )
2021-03-18 15:24:51 +01:00
HonkingGoose
669b9a6805
docs: capitalize proper noun Renovate ( #9199 )
2021-03-18 13:46:10 +01:00
HonkingGoose
93a36f71b0
docs: capitalize proper noun GitHub ( #9198 )
2021-03-18 13:45:50 +01:00
HonkingGoose
dc5f198aa4
docs: capitalize proper noun Git ( #9196 )
2021-03-18 13:45:21 +01:00
HonkingGoose
213d39f49d
docs: capitalize proper noun Unicode, fix punctuation ( #9186 )
2021-03-17 22:12:52 +00:00
HonkingGoose
3dfac42706
docs: set unicodeEmoji to false if using MySQL/MariaDB on BitBucket Server ( #9185 )
2021-03-17 21:51:46 +00:00
Rhys Arkins
910e44a4a6
chore: fix docs lint
2021-03-16 21:40:07 +01:00
HonkingGoose
295d5ab857
docs: improve self-hosted experimental environment variables documentation ( #9160 )
2021-03-16 16:23:06 +01:00
Rhys Arkins
fc2e48dd94
feat: RENOVATE_X_HARD_EXIT ( #9152 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-03-16 12:34:43 +00:00
Rhys Arkins
ace42276de
docs: Self-hosted experimental ( #9156 )
2021-03-16 10:16:59 +01:00
renovate-testing
ea0bcdd185
feat(git): Specify additional git authors to ignore ( #9082 )
2021-03-14 09:27:40 +01:00
Michael Kriese
07d09fc6e7
docs(npm): do not use NPM_TOKEN with hostRules ( #9048 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2021-03-10 11:32:16 +00:00
Daniel Tschinder
cfc63bde2c
docs: Show how to set log level in k8s ( #9067 )
2021-03-10 12:02:46 +01:00
Rhys Arkins
c17e40993a
docs: lint
2021-03-09 23:21:38 +01:00
Rhys Arkins
bd5499228f
docs: surround URLs in <>
2021-03-09 22:58:22 +01:00
Rhys Arkins
23869a629c
docs: fix $ prefix in docs
2021-03-09 22:58:00 +01:00
Rhys Arkins
1d5eee9075
docs: fix single space list items
2021-03-09 22:57:29 +01:00
Michael Kriese
607b151f0e
feat(http): support custom auth types ( #9053 )
2021-03-09 19:25:18 +01:00
Rhys Arkins
dda7514e20
docs: rebaseWhen=conflicted + automerge ( #9031 )
2021-03-08 13:59:05 +01:00
Rhys Arkins
573de6607b
docs: improve rebaseWhen wording
...
Part of #8988
2021-03-07 19:41:11 +01:00
Michael Kriese
b50e21646e
feat: deprecate node v12 ( #8956 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-03-05 09:59:07 +00:00
Michael Kriese
a83f28dc77
feat(npm): support password auth npmrc rules ( #8967 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-03-05 08:39:12 +00:00
HonkingGoose
a986b01aa2
docs: improve configure renovate ( #8989 )
2021-03-05 09:23:44 +01:00
HonkingGoose
2483587962
chore: label incoming issues with a triage label ( #8962 )
2021-03-03 14:40:12 +01:00
Rhys Arkins
57ac935577
fix: Revert "feat(helm-values): Support for bumpVersion" ( #8926 )
...
This reverts commit 662a60a87e
.
2021-03-01 18:35:52 +00:00
HonkingGoose
bf2ddca38f
docs: rewrite reconfigure renovate ( #8904 )
2021-03-01 15:48:30 +01:00
Rhys Arkins
98d55394e6
feat: transitiveRemediation ( #8883 )
...
* save remediations
* enhance and export NpmResponse
* sort branch lists
* transitive remediation init
* update-lockfile not bump
* version not value
* remediate package.json
* isVulnerabilityAlert
* simplify config
* fix circular
* update snapshots
* add config and docs
* TODO
* flatten tests
* remediation -> update
* lots of renames
* improve readability
* refactor
* remove fetch
* more tests
* reduce fiixtures sizes
* more tests
* fix parent null
* remove exec
* explicit false
* fix
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* use type-fest PackageJson
* more tests
* coverage
* Update lib/workers/branch/get-updated.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-03-01 07:59:57 +00:00
HonkingGoose
74eadbbd24
docs: use one sentence per line, fix grammar ( #8902 )
2021-02-28 15:49:30 +00:00
Elwyn
5fd6deee23
fix: race condition when merging Azure PR ( #8821 )
2021-02-28 16:21:46 +01:00
HonkingGoose
58dc33b4be
docs: explain how to specify which npm version Renovate bot uses ( #8559 )
2021-02-28 07:06:11 +01:00
HonkingGoose
1d7f32996f
docs: update local development docs ( #8573 )
...
* bump some program versions to latest stable
* use powershell syntax highlight
* use one sentence per line
* Python 3.8.7 is latest stable...
* remove version output of PowerShell commands
* use less descriptive text to see versions in use
* add definite article the
* make the text more specific
* rewrite 2 sentences
* rewrite part of the keeping fork up to date section
* use a list, add introductory sentence
* rewrite adding configuration options section
* split debugging into 2 parts, rewrite text for both
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-02-28 07:06:00 +01:00
chgl
662a60a87e
feat(helm-values): Support for bumpVersion ( #8240 )
2021-02-28 06:53:26 +01:00
HonkingGoose
7165abd046
docs: improve dependencyDashboardApproval section ( #8841 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-02-26 15:59:56 +00:00
HonkingGoose
aa9b346934
docs: improve manager docs ( #8869 )
2021-02-26 07:47:15 +01:00
Matt Palmer
384a1e7384
feat(regex): support registryUrlTemplate ( #8611 )
2021-02-24 12:58:15 +01:00
HonkingGoose
bbeda09395
docs: use enabled instead of true for semanticCommits config ( #8835 )
2021-02-24 10:17:14 +00:00
Rhys Arkins
9171e712d4
feat: updateInternalDeps ( #8809 )
2021-02-22 15:09:35 +00:00
Rhys Arkins
7118404981
feat: matchFiles + lockFiles ( #8783 )
2021-02-20 14:22:50 +01:00
Rhys Arkins
6b494027b6
feat: matchFiles ( #8769 )
2021-02-19 16:29:50 +01:00
renovate[bot]
9dc7f84e35
docs: update references to renovate/renovate ( #8757 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-18 13:13:37 +00:00
Rhys Arkins
199cfaab31
docs: npmrc hostRules recommendation
2021-02-18 10:10:59 +01:00
Rhys Arkins
32440f26a4
refactor: toVersion -> newVersion ( #8711 )
2021-02-16 12:33:44 +01:00
Rhys Arkins
a8819c4610
refactor: fromVersion -> currentVersion ( #8709 )
2021-02-16 10:52:05 +01:00
HonkingGoose
18e35bf4a5
docs: explain log level numbers ( #8704 )
2021-02-16 07:38:57 +01:00
Tom Forbes
88b19efe10
feat(poetry): support rangeStrategy=update-lockfile ( #8672 )
2021-02-15 10:24:23 +01:00
Rhys Arkins
2d3b44401c
docs: clarify experimental manager example
2021-02-15 09:11:55 +01:00
Florian Greinacher
9aa46fa529
docs: fix example for matchCurrentVersion config option ( #8621 )
2021-02-10 10:42:18 +01:00
aizerin
b079caf7fa
docs: Add trustLevel info to allowedPostUpgradeCommands ( #8597 )
2021-02-09 14:05:52 +01:00
HonkingGoose
8b9d1a064f
docs: add trustlLevel high example ( #8604 )
2021-02-09 14:05:19 +01:00
HonkingGoose
1bb0bede54
docs: remove punctuation at end of list item ( #8606 )
2021-02-09 14:02:01 +01:00
HonkingGoose
5831db64bc
docs: rewrite FAQ ( #8592 )
2021-02-09 11:56:01 +01:00
renovate[bot]
94effe887a
docs: update references to renovate/renovate ( #8582 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-08 03:32:01 +00:00
Rhys Arkins
83d8f96fe5
docs: add links to issues missing labels ( #8574 )
2021-02-07 19:10:49 +01:00
HonkingGoose
fb87411eda
docs: update labeling guide ( #8570 )
2021-02-06 14:35:28 +01:00
Tobias Bieniek
ee178df01a
feat: hashedBranchLength
option ( #8502 )
2021-02-03 15:48:54 +01:00
HonkingGoose
82c3be1e67
docs: update supportPolicy table ( #8507 )
2021-02-03 07:04:52 +01:00
renovate[bot]
6c7cc2d576
docs: update references to renovate/renovate ( #8480 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-01 07:36:50 +01:00
Sergei Zharinov
72b0b85640
feat(config): Rename packageRules selectors ( #6939 )
2021-01-29 11:43:42 +01:00
Gael Pasgrimaud
9bfb546274
docs: fix config exports typo ( #8444 )
2021-01-28 09:36:38 +01:00
renovate[bot]
06254bab8b
docs: update references to renovate/renovate ( #8404 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-27 08:58:57 +01:00