Commit graph

1169 commits

Author SHA1 Message Date
HonkingGoose
b33a9ddbe7
docs: update issue labeling guide (#11089) 2021-08-04 10:07:19 +00:00
Sergei Zharinov
9d580e091f
feat(gitlab): Add gitLabIgnoreApprovals option (#10981) 2021-08-04 09:49:42 +02:00
renovate[bot]
36d37b3281
docs: update references to renovate/renovate (#11045)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-02 02:33:52 +00:00
ml
f61bce1ab7
docs: fix autoMerge typo in faq (#11035) 2021-08-01 08:10:35 +02:00
Rhys Arkins
f0e1070299
fix(gomod): revert auth changes (#11021) 2021-07-30 10:23:35 +00:00
Jason Birch
3096f340c8
feat: expose merge strategy for configuration when automerging (#10627) 2021-07-29 09:06:55 +00:00
HonkingGoose
99a2eff8bb
docs: improve Go binary version docs (#10942) 2021-07-27 10:25:54 +02:00
Rhys Arkins
ac1716a545 docs: clarify constraints 2021-07-27 10:24:55 +02:00
renovate[bot]
4a9fc352d3
docs: update references to renovate/renovate (#10965)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-26 00:28:39 +00:00
renovate[bot]
e58a025d84
docs: update references to renovate/renovate (#10885)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-19 02:42:28 +00:00
Tobias
9237127be2
chore(go): add support for authenticated go git from source (#10750) 2021-07-14 08:32:30 +00:00
Tobias
6efda25ae5
chore(docs): Add instructions for self-hosted GitHub App (#10754) 2021-07-14 07:16:48 +02:00
HonkingGoose
c0f023c7e4
docs: explain dependencyDashboardApproval workflow in FAQ (#10719) 2021-07-14 05:05:35 +00:00
renovate[bot]
a416419933
docs: update references to renovate/renovate (#10795)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-12 11:08:59 +00:00
Konstantin
9243b41a69
docs: clarify the usage of gitLabAutomerge (#10687) 2021-07-12 11:40:34 +02:00
HonkingGoose
601037b053
docs: fix typo (#10783) 2021-07-12 11:37:30 +02:00
HonkingGoose
9f508668aa
docs: update reference to react version (#10784) 2021-07-12 11:37:10 +02:00
HonkingGoose
1041f80c2e
docs: update eslint and express version (#10786) 2021-07-12 11:36:12 +02:00
HonkingGoose
977357f661
docs: fix broken link (#10788) 2021-07-12 11:31:36 +02:00
Bob van de Vijver
ac4f4a3f6d
feat: Add dependency dashboard label configuration (#10601)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-09 07:41:43 +00:00
HonkingGoose
15febf06a7
docs: improve versioning option docs (#10493)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-08 15:56:24 +00:00
HonkingGoose
7e3d8988cb
docs: add authentication example (#10574) 2021-07-08 15:27:39 +00:00
HonkingGoose
aef018da22
fix: deprecate use of renovate.json as preset (#10678)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-08 15:04:04 +00:00
HonkingGoose
2767d4f951
docs: fix matchHost config for private npm module (#10694) 2021-07-02 12:38:17 +02:00
Michael Kriese
bd1ad34135
docs: remove NPM_TOKEN note (#10669) 2021-06-30 09:36:30 +00:00
Tom Kerkhove
e4e4b427e5
docs: Add note about Azure DevOps setup (#10653)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2021-06-29 14:35:44 +00:00
Tom Kerkhove
84f7fb0407
docs: Use NuGet instead of Nuget (#10652)
Signed-off-by: GitHub <noreply@github.com>
2021-06-29 15:43:16 +02:00
Rodney Gitzel
55e509f62d
docs: clarify how bumpVersion for sbt works (#10595) 2021-06-25 10:30:45 +00:00
Rhys Arkins
7f46ac38fe docs: rebaseWhen=never clarifications 2021-06-23 21:37:33 +02:00
Tobias
caf920237a
docs: add encryption infos for self-hosting (#10557) 2021-06-23 17:11:45 +02:00
Sergei Zharinov
052e15e0ae
docs: Clarify dockerChildPrefix option (#10539) 2021-06-23 07:16:31 +02:00
Sebastian Poxhofer
eb8ad0c38e
feat(terraform): Implement terraform lock files (#10469) 2021-06-17 10:17:19 +00:00
Niels Basjes
d4a22c7f3c
feat(docker): Support for Bearer token to access the Docker registry (#10400) 2021-06-16 20:22:32 +00:00
Rhys Arkins
5b25bf5e0c
fix: revert terraform lock file handling (#10466)
* fix: Revert "fix(manager): optimize lockfile cache handling (#10463)"

This reverts commit 713e35e88f.

* fix: Revert "fix(terraform): use path joins instead of slashes (#10461)"

This reverts commit 2776db6a2d.

* fix: Revert "feat(terraform): update terraform lock files (#8429)"

This reverts commit dab27f28c3.
2021-06-16 17:45:39 +02:00
Rhys Arkins
8bef1670ec docs: fix nuget alternate feeds syntax 2021-06-16 10:12:26 +02:00
Sebastian Poxhofer
dab27f28c3
feat(terraform): update terraform lock files (#8429) 2021-06-16 08:02:34 +00:00
Atsushi Watanabe
1d92836c84
fix: regex manager extractVersionTemplate validation (#10325) 2021-06-15 13:10:23 +02:00
HonkingGoose
5250d07b13
docs: add core: labels to issue labeling guide (#10349) 2021-06-14 14:11:12 +00:00
HonkingGoose
720e6ede8b
docs: improve stabilityDays config option documentation (#10420) 2021-06-14 13:35:25 +02:00
HonkingGoose
d824dc8c6e
docs: use server relative URL (#10406)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-12 12:02:29 +00:00
Rhys Arkins
2a40b6db79 fix(regex): add currentValueTemplate 2021-06-11 09:49:09 +02:00
HonkingGoose
9f2e761b4f
docs: update supportPolicy table (#10367) 2021-06-09 13:19:38 +02:00
Jamie Tanna
3718fb98dc
docs: Update broken link after moving to main branch naming (#10344) 2021-06-07 22:04:12 +00:00
Rhys Arkins
2f512d79b8 docs: fix rebaseStale ref
Closes #10342
2021-06-07 21:33:10 +02:00
HonkingGoose
95ac6920a1
docs: rewrite confusing sentences (#10269) 2021-06-02 12:07:09 +02:00
HonkingGoose
809fa335b4
docs: put trailing slash behind matchHost URL (#10167) 2021-06-01 21:11:16 +02:00
HonkingGoose
8fac1fdeff
ci: use Python 3.9 (#10255) 2021-06-01 15:19:55 +00:00
Rhys Arkins
675b8aac9e docs: drop reproduction:confirmed references 2021-05-31 13:31:52 +02:00
HonkingGoose
60c1540eef
docs: fix capitalization in local development docs (#10147) 2021-05-26 05:04:37 +02:00
Rhys Arkins
66820cfe27
feat: migratePresets (#10111) 2021-05-22 23:47:28 +02:00
Rhys Arkins
35d481fc21 docs: username with app token 2021-05-22 16:02:06 +02:00
Rhys Arkins
15fde37535
fix: Revert "feat: validate git version" (#10106)
This reverts commit 1304bc930e.
2021-05-22 09:34:51 +02:00
Rhys Arkins
1304bc930e
feat: validate git version (#9979) 2021-05-21 19:51:03 +00:00
HonkingGoose
878aa394a4
docs: describe Renovate version support in FAQ (#10073)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-21 16:34:12 +00:00
HonkingGoose
5f325748b1
docs: shareable configs only work with JSON format (#10100)
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2021-05-21 16:16:22 +00:00
Rhys Arkins
42a846e867 fix(config): filter npm_ env 2021-05-21 13:30:30 +02:00
Rhys Arkins
62e6ff1371 chore: fix markdown lint 2021-05-20 21:07:34 +02:00
HonkingGoose
5ef3b3ee05
docs: add headings to hostRules config with env vars (#10067) 2021-05-20 12:33:59 +02:00
Rhys Arkins
22e982503c
feat(config): convert datasource env to hostRules (#9698) 2021-05-20 08:34:17 +00:00
HonkingGoose
caff14e2d8
chore: create package manager template (#9937) 2021-05-19 21:26:07 +02:00
Fredrik Blomqvist
9f894ce814
feat(git): Add gitNoVerify option (#9676)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-19 16:05:29 +02:00
HonkingGoose
b30f9b8b3e
docs: request a readme file in reproduction (#10007) 2021-05-16 20:00:52 +00:00
Rhys Arkins
f00413c298
feat(host-rules): use only matchHost (#9892)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-13 20:53:18 +00:00
Rhys Arkins
50ab6b4bfd
docs: expand requireConfig (#9973) 2021-05-13 16:09:50 +02:00
Rhys Arkins
1bc09b0bfc
feat: internalChecksFilter (#9796) 2021-05-08 14:38:27 +02:00
Rhys Arkins
856b28841d
feat: hostRules.matchHost (#9815)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-06 07:57:44 +00:00
HonkingGoose
aacfe0b1ff
docs: sort platforms alphabetically (#9878) 2021-05-05 20:36:36 +02:00
HonkingGoose
df12fce0b2
docs: improve matchCurrentVersion docs (#9864)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-05 10:38:10 +00:00
HonkingGoose
06e73fb22c
docs: improve Platform support docs (#9867) 2021-05-05 09:23:32 +00:00
Michael Kriese
b826a330e2
fix(npm): pass Basic token as _auth key (#9862) 2021-05-05 09:18:05 +02:00
HonkingGoose
021e16bf6b
docs: use monospaced text for renovate-config reference (#9840) 2021-05-04 09:37:18 +02:00
HonkingGoose
63ca348f3e
docs: replace later with breejs/later (#9830) 2021-05-04 08:02:03 +02:00
Tiago Martins
8c07d4d757
feat: Add setting to auto approve PRs in Azure DevOps (#9702)
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2021-05-03 23:48:59 +00:00
HonkingGoose
75b5e9d6b3
docs: master branch -> main branch, default branch -> base branch (#9808)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-05-03 07:34:15 +00:00
HonkingGoose
7f7b796d49
docs: improve stabilityDays documentation (#9792) 2021-04-30 12:12:59 +02:00
HonkingGoose
231cb0ec8e
docs: fix typo (#9793) 2021-04-30 11:30:52 +02:00
Rhys Arkins
fa838a5642 docs: allowedPostUpgradeTasks -> allowedPostUpgradeCommands 2021-04-30 09:40:06 +02:00
Michael Kriese
54b99bd101
docs: fix links (#9734) 2021-04-27 08:44:30 +02:00
HonkingGoose
c542cbe7f5
docs: improve private module support documentation (#9711) 2021-04-25 15:33:11 +02:00
Rhys Arkins
6971e41d60 docs: app and self-hosted private modules 2021-04-24 17:46:22 +02:00
Rhys Arkins
51c01c63c5
docs: private modules (#9703) 2021-04-24 10:02:55 +02:00
Nils Plaschke
90e96805e1
docs: add documentation for forkToken (#9701) 2021-04-24 05:54:00 +00:00
HonkingGoose
feb1bd61e4
docs: rewrite private npm module support (#8906) 2021-04-23 16:46:30 +02:00
Florian Greinacher
2cc751a0a1
feat: ignore unavailable users (#9406) 2021-04-22 21:16:58 +02:00
HonkingGoose
cf460434a0
build: migrate from master branch to main (#8663) 2021-04-22 14:32:12 +00:00
HonkingGoose
43907c1696
docs: update preset hosting docs (#8591)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-22 13:45:42 +00:00
HonkingGoose
ef447c7ab9
docs: update supportPolicy table (#9680) 2021-04-22 11:34:37 +00:00
Álvaro Mondéjar
33b9ec8697
Add 'setup.cfg' to supported Python PMs (#9679) 2021-04-22 13:18:16 +02:00
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
HonkingGoose
2637431755
docs: improve Azure DevOps setup documentation (#8333) 2021-01-22 14:40:24 +01:00
HonkingGoose
951d795dbd
remove single quotes around process.env (#8378) 2021-01-21 20:44:49 +01:00
Rhys Arkins
3756c7c941 docs: automergeType elaboration 2021-01-20 15:05:09 +01:00
Michael Kriese
434fdbd4be
feat: deprecated logLevel option (#8301)
* feat: deprecated logLevel option

* feat: deprecated logLevel option

* docs: update logging

* fix: remove log level env option

* Update warn

Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-01-19 09:29:45 +00:00
Halil İbrahim Şener
207b177d60
feat: customEnvVariables (#8321)
Introduces a new option to pass custom environment variables to child processes. So that users can provide/override environment variables to influence executions, e.g. setting MAVEN_OPTS or passing credentials for private registries for the locking process.
2021-01-19 09:11:45 +01:00
HonkingGoose
8a38e443b2
docs: improve docker usage documentation (#8334) 2021-01-18 18:30:30 +01:00
HonkingGoose
75b1e0c7ed
docs: improve self-hosting documentation (#8079) 2021-01-18 09:50:42 +01:00
Julien Tanay
ec2839dc29
docs: add hostrules example for private helm charts repo (#8316) 2021-01-18 09:22:24 +01:00
Amos Wenger
b21e8a1909
feat(rust): Private crate registry support (rust/cargo) (#8083)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-01-17 09:18:32 +01:00
Marius Carp
48a0127a96
feat(sbt): support bumpVersion (#8063)
Closes #7962
2021-01-17 08:48:00 +01:00
Bastian Eicher
bb67552c35
docs: improve Azure DevOps setup documentation (#8269)
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-01-14 15:40:42 +01:00
Rhys Arkins
e77253208e fix: Revert "feat: deprecated logLevel option (#8293)"
This reverts commit 76ada5e7d5.
2021-01-14 15:12:53 +01:00
Michael Kriese
76ada5e7d5
feat: deprecated logLevel option (#8293)
* feat: deprecated logLevel option

* feat: deprecated logLevel option

* docs: update logging
2021-01-14 12:11:23 +00:00
HonkingGoose
30f8f33c5c
docs: create triage guide (#8268)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-01-14 09:03:26 +01:00
HonkingGoose
ed892071fb
docs: add duplicate label to issue labeling guide (#8284) 2021-01-14 08:46:44 +01:00
Rhys Arkins
489bd2c394 docs: status labels 2021-01-12 11:18:28 +01:00
chgl
348b3bbbd6
fix: Update stable Helm repo URL (#8251) 2021-01-11 15:16:33 +01:00
renovate[bot]
57e5506adc
docs: update references to renovate/renovate (#8242) 2021-01-11 07:42:41 +01:00
Sergei Zharinov
746d170824
feat(limits): Add "branchConcurrentLimit" option (#8046)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-01-10 13:29:14 +01:00
Dave Barnow
7a878a7695
docs: Add an example for sending artifactory credentials using environment variables (#8165)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2021-01-08 11:16:46 +01:00
renovate[bot]
555b3b2c05
docs: update references to renovate/renovate (#8183)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-04 06:50:52 +01:00
HonkingGoose
4fb6e589fd
link to discussions instead of issues (#8181) 2021-01-02 15:42:05 +01:00
Stephen Wade
195a473ffc
Update error message in local dev instructions (#8157) 2020-12-29 17:21:35 +01:00
renovate[bot]
628b26f63c
docs: update references to renovate/renovate to v24.10.3 (#8145)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-28 14:18:15 +01:00
HonkingGoose
2dd665b0af
docs: minimal reproduction documentation (#8107)
* first draft of minimal reproduction documentation

* prefer GitHub but other platforms are OK as well

* use friendlier tone

* Update minimal-reproductions.md

* after Prettier run

* Update docs/development/minimal-reproductions.md

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-12-22 14:01:11 +01:00
renovate[bot]
c8cc257fce
chore(deps): update renovate/renovate docker tag (#8114)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-22 09:50:28 +01:00
HonkingGoose
a9888e7d7e
docs: improve the Semantic Commits message documentation (#8027)
* reduce capitalization

* full rewrite
2020-12-21 10:38:08 +01:00
Rhys Arkins
116693be64
fix: Revert "feat: secrets" (#8069)
This reverts commit ec1b3c386b.
2020-12-18 15:33:21 +01:00
Rhys Arkins
ec1b3c386b
feat: secrets (#6664) 2020-12-18 13:38:28 +01:00
Daniel Tschinder
a64c56feda
docs: Avoid double like in sentence. (#8055) 2020-12-17 13:17:38 +01:00
Rhys Arkins
14efef03d1 docs: fix Automerged PR link 2020-12-15 12:37:51 +01:00
Rhys Arkins
99334cc7df docs: add automerge screenshot 2020-12-15 09:42:42 +01:00
HonkingGoose
51e11e5c75
docs: improve GitHub App installation documentation (#8001) 2020-12-15 09:21:22 +01:00
HonkingGoose
93bf122d58
docs: improve Ruby documentation (#7991)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-15 06:52:29 +01:00
HonkingGoose
f1d1f98f96
docs: improve Azure DevOps setup documentation (#8004) 2020-12-14 19:19:50 +01:00
HonkingGoose
f9f5154c23
docs: tidy up GitLab bot security essay (#7985) 2020-12-14 08:52:29 +01:00
HonkingGoose
3b7cfd578a
docs: improve Python documentation (#7986)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-12-14 08:51:22 +01:00
HonkingGoose
fa98e475e7
docs: tidy up template fields documentation (#7992) 2020-12-13 23:32:55 +01:00
HonkingGoose
40a75d6587
docs: improve Docker documentation (#7925)
* fix whitespace in list, let markdown renderer figure out ordered list

* capitalize noun SemVer

* behaviour -> behavior

* use node 14 in examples, get latest SHA256 digest for node 14.15.1

* be consistent in using files in list items

* use docker-compose.yml in item list

* use active voice style for list items

* rewrite sections preservation of version precision and version compatibility

* rewrite section on digest pinning

* fix typo

* rewrite sectoin digest updating

* rewrite section configuring/disabling

* fix typo

* change h5 headings to h3

* Rewrite sections

* use simpler version numbers for examples

* rewrite confusing section

* fix typo

* selfhosted -> self-hosted

* remove double word

* add missing word

* Use myimage instead of node for examples

Co-authored-by: Rhys Arkins <rhys@arkins.net>

* change node -> myimage in another sentence

Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-12-12 20:57:38 +01:00
HonkingGoose
291f1f37e3
docs: use American English spelling for word behavior (#7969)
* docs: use American English spelling for word behavior

* Revert "docs: use American English spelling for word behavior"

This reverts commit 5952fe793f.

* behaviour -> behavior for md files in docs/**

* change behaviour -> behavior for lib/versioning/poetry
2020-12-12 16:06:58 +01:00
HonkingGoose
6d09296391
docs: update config help links (#7975)
* point to renovate discussion for readme.md

* point to renovate discussions for contributing.md

* point to renovate discussions for configuration-options.md

* point to renovate discussions for configuration-templates.md
2020-12-12 13:07:03 +01:00
Rhys Arkins
00a08225b9
refactor: use ls-lint (#7956) 2020-12-11 13:29:43 +01:00
Rhys Arkins
7dbea83a6b docs: remove outdated beta remarks 2020-12-11 12:35:04 +01:00
Rhys Arkins
1abfcc82ec docs: fix java, nuget endpoint->baseUrl packageRules
Ref: #7912 #7959
2020-12-11 12:30:49 +01:00
Sergei Zharinov
6f7b4afd1e
feat(npm): migrate and deprecate unpublishSafe (#7464)
The existing npm-specific `unpublishSafe` setting will be removed and migrated instead to use `stabilityDays` (3). The `renovate/unpublish-safe` status check is also deprecated and the existing `renovate/stability-days` will be used instead.

Closes #5265

BREAKING CHANGE: The status check `renovate/unpublish-safe` will be replaced with `renovate/stability-days`. Please migrate any branch protection rules if you were relying on `renovate/unpublish-safe`.
2020-12-11 10:09:58 +01:00
Sergei Zharinov
663117beab
feat(http): Support for per-host http concurrency limits (#6983) 2020-12-11 10:09:09 +01:00
HonkingGoose
b391a55668
docs: tidy up dependency pinning essay (#7911) 2020-12-10 15:13:02 +01:00
Christian Bewernitz
69931df927
docs: Clarify requiredStatusChecks config option (#7926)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2020-12-09 21:36:15 +01:00
Michael Kriese
f18b7f3504
feat(gitea): support presets (#7920)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2020-12-09 13:31:06 +01:00
HonkingGoose
110362f12b
docs: improve configuration templates (#7863)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-12-09 09:18:55 +01:00
HonkingGoose
096d88f2c9
docs: configure renovate (#7865)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-12-07 15:45:32 +01:00
Alex Ruffo
b7495330c0
feat: customize onboarding file name (#7866) 2020-12-07 10:14:46 +01:00
Brett
4dfd998aef
docs: include bundler in supported managers list in rangeStrategy (#7888)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-04 20:08:34 +01:00
HonkingGoose
a1cddeae2c
docs: improve section on GitLab CI/CD pipelines (#7887) 2020-12-04 12:25:43 +01:00
Michael Kriese
4ffe78d322
docs: add gitlab pipeline hints (#7885) 2020-12-04 10:00:23 +01:00
Fernando Mora
693f58e178
feat(config): Add mergeable addLabels option (#7869)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-03 15:20:09 +01:00
Rhys Arkins
4c55f38d7b
docs: update wording on gitlab app 2020-12-03 14:44:31 +01:00
Rhys Arkins
44ae1d8943 docs: gitlab app 2020-12-03 14:43:04 +01:00
HonkingGoose
277d022e03
docs: improve Java documentation (#7821)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-03 08:32:52 +01:00
HonkingGoose
ac9bd733d3
docs: improve config presets (#7796) 2020-12-02 15:59:34 +01:00
Rhys Arkins
54c8f2e588
feat: ignorePrAuthor (#7853)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-02 15:01:48 +01:00
Stephen Wade
630b75b3e2
correct link to documentation for GitLab personal access tokens (#7842)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-11-30 13:01:16 +01:00
HonkingGoose
f72fb854be
docs: improve Node.js documentation (#7822)
* split up long sentence

* use active voice

* use 1's for ordered list, fix whitespace

* split sentence, and rewrite in active voice

* Implement review suggestion

Co-authored-by: Rhys Arkins <rhys@arkins.net>

Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-11-29 17:00:16 +01:00
HonkingGoose
cd00101bb5
cover NuGet merge strategy for alternate feeds (#7841) 2020-11-29 16:35:48 +01:00
HonkingGoose
4751bb1a58
docs: improve NuGet documentation (#7826)
* use 1's for ordered list, fix whitespace

* use active voice

* fix typo: if -> in

* capitalize word Renovate

* rewrite sentences for clarity

* rewrite for clarity

* fix grammar

* use active voice

Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-11-29 14:41:35 +01:00
HonkingGoose
eb33a4d97a
docs: improve Go documentation (#7820)
* use 1.'s for ordered list

* fix whitespace in ordered list

* use active voice

* capitalize SemVer

* Remove fluff word

* use active voice

* update paragraph, needs further work

* explain how to pin to a specific Go lang version

* change Go version from 1.14.2 -> 1.14.12

* strip patch level from Go version, explain why
2020-11-29 14:29:18 +01:00
Sebastian Poxhofer
405cb8f29b
feat(regex): matchStringsStrategy (#7687)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-11-27 06:55:57 +01:00
HonkingGoose
147c31126a
docs: tidy up noise reduction essay (#7823) 2020-11-26 13:19:45 +01:00
HonkingGoose
31a2e8ae0e
docs: improve PHP documentation (#7824) 2020-11-26 13:15:41 +01:00
Chris McCafferty
95681819c1
Fix an invalid schedule example (#7807) 2020-11-24 23:23:02 +01:00
HonkingGoose
6afc9d86f7
docs: improve shareable configs (#7722)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-11-24 09:17:25 +01:00
HonkingGoose
82242621a0
docs: create automerge configuration/troubleshooting guide (#7724)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-11-24 08:40:04 +01:00
HonkingGoose
104c3fa1ca
docs: improve manager documentation (#7738)
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2020-11-23 15:54:35 +01:00
HonkingGoose
1d15279def
docs: update Node.js supportPolicy table (#7782) 2020-11-22 15:03:02 +01:00
HonkingGoose
2eb9604b57
docs: improve versioning documentation (#7753) 2020-11-18 13:53:44 +01:00
HonkingGoose
3cda8a5a58
docs: improve Bazel documentation (#7754) 2020-11-18 13:52:55 +01:00
HonkingGoose
bc3fd867ff
docs: improve platform documentation (#7739)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-11-17 15:05:11 +01:00
HonkingGoose
dc500801f0
fix code block not displaying properly (#7743)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-11-17 06:47:59 +01:00
HonkingGoose
b6cdb157bc
docs: improve datasource (#7734)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-11-16 13:29:11 +01:00
HonkingGoose
d5cb72fb14
docs: add description front-matter to templates.md (#7733) 2020-11-16 09:07:23 +01:00
Daniel Shuy
82abd094a7
docs: CircleCI Orb (#7727)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-11-16 09:07:02 +01:00
HonkingGoose
7a878373f1
docs: remove list of labels for manager and datasource in labeling guide (#7720) 2020-11-13 14:41:01 +01:00
HonkingGoose
1c2e64980c
docs: add label manager:terragrunt to issue labeling guide (#7714) 2020-11-13 07:08:57 +01:00
HonkingGoose
1a27f47646
docs: improve local development documentation (#7710) 2020-11-13 07:06:53 +01:00
HonkingGoose
302bbd764d
docs: improve development readme (#7711) 2020-11-13 06:59:08 +01:00
HonkingGoose
054569fa32
docs: improve design decisions development documentation (#7709)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-11-13 06:37:33 +01:00
HonkingGoose
273c8ea4b1
docs: improve Branches and Commits Methodology (#7706)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-11-12 13:53:24 +01:00
HonkingGoose
06c9d9df33
docs: improve configuration development documentation (#7707)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-11-12 13:40:27 +01:00
HonkingGoose
c0dfd044be
docs: small grammar fix (#7705) 2020-11-12 10:50:14 +01:00
HonkingGoose
47703aabb6
docs: improve adding a package manager development (#7704) 2020-11-12 10:49:53 +01:00
Sergio Zharinov
8d0f7dddd2
feat(package-rules): matchCurrentVersion regular expressions (#7684) 2020-11-12 08:21:05 +01:00
HonkingGoose
7db6539d9e
docs: create labeling guide (#7634)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-11-11 12:14:46 +01:00
HonkingGoose
480f434da4
docs: renew onboarding PR image (#7679) 2020-11-11 11:19:59 +01:00
Mike Bryant
ad50398fb3
feat(helmv3): Add support for bumpVersion (#7670) 2020-11-10 22:06:34 +01:00
Igor Katsuba
b22ea768fc
feat: allow compilation of post-upgrade commands (#7632)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-11-10 14:25:37 +01:00
wxsm
772f924887
docs: fix typo (#7682)
`user` -> `use`
2020-11-09 16:24:12 +01:00
HonkingGoose
8560b5d657
docs: remove punctuation from end of (un)ordered lists (#7669)
* fix bad indentation

* remove punctuation from end of (un)ordered lists
2020-11-06 12:00:57 +01:00
Jamie Magee
9788a0a0e3
feat(git-submodules): add cloneSubmodules configuration option (#7644) 2020-11-04 15:39:21 +01:00
Stefan
9a92e926bf
docs: document that updateTypes: ['patch'] only works/matches if separateMinorPatch is set to true (#7628)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2020-11-04 10:29:01 +01:00
HonkingGoose
847c79eee0
docs: improve local development documentation (#7631) 2020-11-03 11:55:36 +01:00
HonkingGoose
32dd490672
docs: use one sentence per line (#7625) 2020-11-02 09:52:37 +01:00
Martin Dobroucký
cdaf3e9097
feat(nuget): add support for centralized PackageVersion (#7622) 2020-11-01 14:53:12 +01:00
Martin Herndl
b2f1bffcc1
docs: add composer to update-lockfile strategy (#7609) 2020-10-29 22:18:31 +01:00
Michael Kriese
fdf042bc4b
feat: support node v14 (#7582) 2020-10-29 11:41:01 +01:00
Rich DiCroce
4fb8df0953
feat(gitlab): Implement draftPR for GitLab (#7357)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-10-29 10:25:55 +01:00
Marijan Barkic
669280dd8d
docs: go into Composer authentication more clearly (#7571)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-10-27 15:00:37 +01:00
Rhys Arkins
1e8c68372d docs: remove outdated Composer alpha comment 2020-10-27 12:41:04 +01:00
Rhys Arkins
3bffe6fae7
fix: support constraints.node override (#7561)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-10-27 09:01:48 +01:00
HonkingGoose
89346338cb
docs: fix capitalization/style errors (#7532)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-10-23 17:42:57 +02:00
HonkingGoose
74717df7e4
docs: put lock file considerations list into table (#7511)
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2020-10-23 16:37:45 +02:00
HonkingGoose
76ba198e72
docs: use proper capitalization for noun JavaScript (#7528) 2020-10-23 15:30:15 +02:00
Rhys Arkins
6056567134 docs: fix install screenshot
Closes #7517
2020-10-22 08:48:07 +02:00
HonkingGoose
b1d474e033
docs: update node.js version supportPolicy table (#7501) 2020-10-20 08:50:11 +02:00
Josh Soref
9aff7a955f
chore: spelling (#7499) 2020-10-20 08:49:28 +02:00
Jean-Michel Leclercq
bb9e30f64a
feat: New Configuration option fetchReleaseNotes (#7404) 2020-10-19 10:05:05 +02:00
Jamie Magee
682b68c2ed
docs: fix spelling on node help page (#7496)
fixed #7495
2020-10-18 22:09:37 +02:00
Rhys Arkins
b658f0355d docs: improve fileMatch description 2020-10-17 07:46:03 +02:00
Billy Tobon
1f03453953
docs: Adds example using ConfigMap for config.json in kubernetes (#7437)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-10-12 07:58:00 +02:00
Rhys Arkins
11172e4177
feat: check for dot platform org preset when onboarding (#7423)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-10-08 13:04:18 +02:00
Wulf Pfeiffer
f1e31214f3
update docs for local config presets (#7428) 2020-10-08 10:59:22 +02:00
Rhys Arkins
1cfc7cc300 docs: clarify allowedVersions syntax
Closes #7424
2020-10-07 16:31:35 +02:00
Mike Bryant
40852754aa
feat: Add organization-level presets (#7403)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-10-06 22:02:35 +02:00
Rich DiCroce
78a3f6043d
docs: fix default timezone (#7236)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-10-01 16:31:25 +02:00
Rhys Arkins
75737805c8
refactor: rename compatibility -> constraints (#7308) 2020-09-30 11:02:25 +02:00
Filipe Roque
d0dd7e26ae
fix(docs): documentation for postUpgradeTasks (#7366) 2020-09-25 14:19:45 +02:00
Rhys Arkins
aa959240b4 docs: improve registryUrls extended description 2020-09-22 18:49:43 +02:00
Alex Dunn
33c4ea0d2e
docs: update, simplify self-hosted k8s examples (#7335)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-09-21 10:59:27 +02:00
Tobias Bieniek
f254a6fc8c
feat(cargo): Add support for lockfile maintenance (#7268) 2020-09-17 10:59:59 +02:00
Rhys Arkins
62bc64970a
feat: extractVersion (#7307)
Adds a new option extractVersion which allows for extracting a substring of raw versions from datasources, to be used as the actual version.

Closes #7297, Closes #6793
2020-09-17 10:06:06 +02:00
Rhys Arkins
0115ae7df0 docs: separateMajorMinor clarity 2020-09-17 05:57:14 +02:00
ylemkimon
fbd0fdd7de
fix(npm): yarnDedupeHighest for Yarn 2 (#7200) 2020-09-08 13:21:26 +02:00
Michael Kriese
0503ad7c7a
feat: add docker image prefix (#7164)
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2020-09-08 12:59:47 +02:00
Michael Kriese
2081ea48a6
docs: fix wrong config sample (#7208) 2020-09-08 09:36:12 +02:00
Tim Gatzemeier
ee5e0ad162
feat: add privateKeyPath to support reading PK from file (#7158)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-09-07 08:42:33 +02:00
Rhys Arkins
ed1f650030 feat(config): templated branchPrefix migration 2020-09-01 14:37:09 +02:00
Rhys Arkins
7651d2e420 feat: additionalBranchPrefix 2020-09-01 14:36:10 +02:00
Rhys Arkins
0ce9837b9d fix: Revert "feat: additionalBranchPrefix"
This reverts commit 9385fb557b.
2020-08-31 09:33:34 +02:00
Rhys Arkins
655bdc1dda fix: Revert "feat(config): templated branchPrefix migration"
This reverts commit 7235c14df6.
2020-08-31 09:33:19 +02:00
Rhys Arkins
7235c14df6 feat(config): templated branchPrefix migration 2020-08-31 08:04:38 +02:00
Rhys Arkins
9385fb557b feat: additionalBranchPrefix
Renamed from managerBranchPrefix
2020-08-31 07:47:24 +02:00
Rhys Arkins
63938f4606 docs: remove static list of enabledManagers and replace with docs link 2020-08-28 10:07:23 +02:00
Julien Poissonnier
d78dc8f01c
feat(config): Add support for prBodyTemplate (#7122)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-08-28 09:27:31 +02:00
jparnone
67a8fe519d
feat(config): Added option "onboardingCommitMessage" (#6997)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-08-26 15:00:45 +02:00
Sergio Zharinov
0701419d6e
fix: remove statusCheckVerify option (#7094)
Closes #7057

BREAKING CHANGE: statusCheckVerify config option is no longer supported and will be ignored
2020-08-25 13:11:24 +02:00
Sergio Zharinov
838996dbe0
feat: remove lazyGrouping feature (#7093)
Closes #7056

BREAKING CHANGE: lazyGrouping is no longer supported
2020-08-25 13:10:26 +02:00
Jamie Magee
5c1947108d
test: feature support for prs rarer than 1 month (#7033) 2020-08-24 10:43:21 +02:00
Martin Monperrus
42913a98db
docs: clarify the Maven use case for packageRule (#7026) 2020-08-19 12:03:04 +02:00
lesyk
786b7e8e94
docs: how to setup pipeline for Azure DevOps (#6929)
Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com>
2020-08-17 13:39:36 +02:00
Rhys Arkins
07395e30b2 docs: move self-hosting to usage 2020-08-14 12:50:09 +02:00
Rhys Arkins
d75f996a7a docs: update self-hosting doc 2020-08-14 12:41:48 +02:00
Florian Greinacher
c1d503a632
docs(presets): remove obsolete hint regarding GitLab preset limitations (#6967) 2020-08-13 18:18:25 +02:00
Michael Kriese
bbea59939e
feat: add http2 option (#6957) 2020-08-11 11:53:23 +02:00
Rhys Arkins
0b91457dc8 docs: update package manager doc 2020-08-05 22:14:06 +02:00
Rhys Arkins
6aa86d32ff docs: LOG_LEVEL and LOG_FORMAT
Closes #6861
2020-08-04 11:13:11 +02:00
Will Maier
66c143c6eb
feat(bazel): support http_file (#6844) 2020-07-24 09:28:40 +02:00
Umar Bari
7f5125d0e8
docs: gitlab automerge docs (#6840) 2020-07-23 20:07:40 +02:00
Rhys Arkins
0823b14a5f
feat: dependency dashboard header and footer (#6839)
Adds the ability to customize the dependency dashboard contents through customizable header and footer.
2020-07-23 15:35:43 +02:00
Michael Kriese
6671bb27e1
docs: update gitAuthor description (#6836)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-07-23 15:35:28 +02:00
Rhys Arkins
ae43b51391
feat: change default bot email (#6740) 2020-07-22 20:11:22 +02:00
Rhys Arkins
1449e8324b
feat(internal): use git to determine branch modification status (#6697)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-07-22 20:05:42 +02:00
Rhys Arkins
a8f27e0bf3
feat: dependencyDashboard (#6729) 2020-07-11 11:55:30 +02:00
Rhys Arkins
e95bd0ba3d
feat(host-rules): add support for disabling hosts (#6715)
* feat(host-rules): support disabling hosts

Adds “enabled” to the list of recognized configuration options for hostRules. A host or domain can be disabled by setting `”enabled”: false` within the host rule. Also added presets :disabledHost() and :disableDomain().

* docs

* tests

* Update configuration-options.md

* fixes
2020-07-09 17:34:26 +02:00
Rhys Arkins
4ff6fd528b docs: mention handlebars escaping 2020-07-03 15:57:01 +02:00
Rhys Arkins
1e0b8301f8
chore: fix docs error 2020-06-30 08:12:35 +02:00
Rhys Arkins
6f027b112b
docs: lockFileMaintenance + Gemfile.lock 2020-06-30 03:52:36 +02:00
Rhys Arkins
d70b8c1f2f
feat: repositoryCache (#6589)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-06-29 15:51:22 +02:00
Wolfgang Faust
af203f6f90
docs: fix coverage report location (#6590) 2020-06-26 06:36:35 +02:00
Rhys Arkins
daf2a485ab
feat: abortOnError / abortIgnoreStatusCodes (#6556) 2020-06-23 09:25:03 +02:00
Rhys Arkins
e834f2b826
feat: prHeader and prFooter (#6511) 2020-06-14 08:49:52 +02:00
Jonathan Steele
635ef73c24
docs: Remove reference to semanticPrefix (#6398) 2020-06-01 11:02:21 +02:00
Tanet Trimas
818cbdb73a
feat(github): Add support for Draft PRs (#6390) 2020-06-01 07:30:11 +02:00
Florian Greinacher
81a5deeb29
feat: add support for setting assignees/reviewers from code owners (#6244) 2020-05-30 07:15:08 +02:00
Rhys Arkins
efb851ae6a
feat: write git private key (#6321)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-05-29 12:46:21 +02:00
Rhys Arkins
21b606e791 docs: update config validation 2020-05-28 19:23:41 +02:00
Rhys Arkins
8ed1eb08d1
feat(cache): redis global cache (#6315) 2020-05-25 10:23:32 +02:00
kolaente
2c7565d427
docs: extra explanation about github api token when self hosting (#6292) 2020-05-20 21:25:31 +02:00
Jamie Magee
797fce18bf
chore: support for nodejs >=12 (#6288) 2020-05-20 13:57:59 +02:00
Rhys Arkins
96fb5f4cca feat(npm): drop embedded managers
Renovate will no longer embed npm, yarn and pnpm as dependencies. Therefore, if you are not running via the Docker full image, then you need to ensure that any of these managers are installed prior to running Renovate. This is inline with other managers such as Gradle or Poetry that require installation alongside Renovate too.

Closes #4208

BREAKING CHANGE: npm, yarn and pnpm are no longer embedded with the installation
2020-05-19 13:09:54 +02:00
Rhys Arkins
ba365e3610 feat: drop node.js v10 support 2020-05-19 13:09:54 +02:00
Oliver THEBAULT
bb85f46b63
docs(configuration-options): fix enabledManagers allowed values (#6193) 2020-05-10 12:11:59 +02:00
Michael Kriese
64d84ff9d2
test: require python ^3.7 (#6168) 2020-05-08 16:59:11 +02:00
Rhys Arkins
8c67162a22 docs: docker semver -> version 2020-04-30 17:18:55 +02:00
Rhys Arkins
85f94c0a24 docs: remove old presets refs 2020-04-29 15:48:54 +02:00
Rhys Arkins
4104ba04e3
feat: support allowedVersions regular expressions (#5979) 2020-04-15 22:07:53 +02:00
Florian Greinacher
e6453ae423
feat(presets): add support for local presets (#5814) 2020-04-14 07:05:30 +02:00
Kieran
5dea0a9499
feat(composer): ignorePlatformReqs (#5937) 2020-04-11 08:40:19 +02:00
Florian Greinacher
4ce5860a11
docs(self-hosted): describe purpose and usage of privateKey opt… (#5897) 2020-04-09 12:51:50 +02:00
Rhys Arkins
b45101b753 docs: remove app-specific 2020-04-07 17:01:29 +02:00
Rhys Arkins
40b6269ac6 docs: add templates.md 2020-04-07 09:23:41 +02:00
Florian Greinacher
139e8bb2c2
feat(nuget): detect feeds in NuGet.confg (#5757) 2020-04-07 07:27:05 +02:00
Veniamin Krol
6db8dd2acf
docs: fix typo in configuration-options.md (#5864) 2020-04-03 13:45:07 +02:00
Sergey Koshechkin
fb87d71467
docs: fix typo (#5801) 2020-03-27 14:46:34 +01:00
Michael Kriese
8928caf78a
docs: update renovate version (#5787) 2020-03-26 15:47:45 +01:00
itchyny
5fdd261d5a
feat(dockerfile): Recognize Dockerfile with prefix by default (#5771)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-03-24 10:06:57 +01:00
Shinichi Kogai
9ae3857a9d
docs(manager): update bundler (#5770) 2020-03-24 07:23:27 +01:00
Michael Kriese
c087f84bb1
docs: add vscode develoment section (#5756)
Co-Authored-By: Florian Greinacher <fgreinacher@users.noreply.github.com>
2020-03-23 11:48:25 +01:00
Florian Greinacher
a45e5efcfb
feat(NuGet): add support for specificying protocol version in r… (#5746)
Closes #5165
2020-03-19 21:58:37 +01:00
Michael Kriese
780ac8cfa2
docs(config): fix link (#5744) 2020-03-19 08:07:54 +01:00
Michail Shipov
cde6da8f0f
docs: point to location branch of a config (#5732)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-03-19 07:35:36 +01:00
Rhys Arkins
b2b8d7e953
feat: regex manager (#5617) 2020-03-06 09:07:55 +01:00
Marnick L'Eau
91f12ac687
docs: syntactic correction in regex (#5630) 2020-03-03 20:59:48 +01:00
Nejc Habjan
0b5ee0b400
feat: allow config files in .gitlab directory (#5584) 2020-02-28 12:07:38 +01:00
Rhys Arkins
cb5da82acc
docs: move manager docs out of config options (#5410) 2020-02-25 06:45:00 +01:00
Rhys Arkins
adde436df0
feat(logger): logContext (#5553)
Adds a new concept `logContext`, to be added to each log entry when in JSON format.

Closes #5551
2020-02-23 07:31:13 +01:00
Rhys Arkins
55b1cd0e37
feat: rebaseWhen (#5547)
New config option `rebaseWhen` replaces existing options `rebaseStalePrs` and `rebaseConflctedPrs`. Migration code added.
2020-02-22 16:31:49 +01:00
Rhys Arkins
9cceffddf9 fix: deprecate/migrate engines config 2020-02-22 16:31:01 +01:00
Pascal Mathis
c9357cc340
feat: add support for gitea platform (#5509) 2020-02-19 11:19:25 +01:00
Rhys Arkins
14be7f39f8 chore: simpler autogenerate replace 2020-02-18 14:30:04 +01:00
Rhys Arkins
2d86782e23 docs: add initial modules docs 2020-02-18 09:48:23 +01:00
Rhys Arkins
485f66914e
feat: versionScheme -> versioning (#5504) 2020-02-18 08:34:10 +01:00
Rhys Arkins
5d88d3badf docs: improve versioning docs 2020-02-17 23:02:00 +01:00
Rhys Arkins
7a1610ccdb docs: fix html ordering 2020-02-17 21:39:07 +01:00
biergit
c1d367bb3b
docs: update reconfigure-renovate.md (#5494) 2020-02-17 15:36:39 +01:00
Sergio Zharinov
1d5c20eb18
feat: Add HTML manager supporting CDNJS (#5395) 2020-02-17 05:55:19 +01:00
Joshua Gleitze
57108d443a
test: update and document java requirements for gradle (#5435) 2020-02-13 21:53:27 +01:00
Sebastian Poxhofer
98f1308689
feat: ansible-galaxy datasource and manager (#5301) 2020-02-13 11:50:39 +01:00
Michael Kriese
8b9bfbe4f4
docs: add paths example (#5433)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-02-11 14:15:40 +01:00
Joshua Gleitze
29d5e48bf5
fix(gradle): version compatibility (#5431) 2020-02-11 09:25:51 +00:00
Jennifer Wilcox
df5920b1e4
feat(poetry): enable lock file maintenance (#5400) 2020-02-07 16:31:42 +00:00
Michael Kriese
987b1ca17e
feat(manager): support helm values (#5384)
Co-authored-by: Dominik Horb <git@dominik.berlin>
2020-02-06 10:15:25 +00:00
Rhys Arkins
58fd6569db fix: Revert "feat: helm-values manager (#5134)"
This reverts commit edf85d42bf.
2020-02-04 18:06:06 +01:00
Dominik Horb
edf85d42bf
feat: helm-values manager (#5134) 2020-02-04 15:11:08 +01:00
Carlin St Pierre
5b0c431dce
feat: post-upgrade tasks (#5202) 2020-02-04 06:59:13 +01:00
Gabriel Melillo
30f0c4230f
feat: helmfile manager (#5257) 2020-02-02 08:35:26 +01:00
Rhys Arkins
e6e657af3c docs: gitlab.com token update 2020-02-01 08:03:39 +01:00
Rhys Arkins
bd1d2756fe docs: token for release notes 2020-01-31 11:08:05 +01:00
Sergio Zharinov
ff9332486c
feat(cdnurl): Add CDNJS support (#5254) 2020-01-30 20:52:15 +01:00
Lucas Cimon
1d9a98734d
docs: adding install verification step for Python mock lib (#5250) 2020-01-29 11:50:14 +01:00
Rhys Arkins
908dd63fdc docs: fix absolute internal links 2020-01-28 06:40:14 +01:00
Jamie Magee
8126705d3d feat(nuget): add support for fsproj and vbproj files (#5220) 2020-01-25 14:50:47 +01:00
David Straub
7b5485edaa feat(workers): implement additionalReviewers option (#5152)
Closes #5121
2020-01-15 04:32:31 +01:00
James King
d2e458ad94 docs: GitLab fixed bug with merge_when_pipeline_succeeds (#5072) 2020-01-10 15:05:01 +01:00
Rob Paisley
825c866757 style: correct typo (#5049) 2019-12-22 19:50:53 +01:00
Rhys Arkins
82276bff7f docs: add logic flow diagram 2019-12-18 14:41:48 +01:00
Rhys Arkins
7eb629f43b docs: update config option descriptions 2019-12-15 08:28:13 +01:00
Rhys Arkins
34914cc8f7 docs: use valid JSON examples in config options 2019-12-15 08:23:37 +01:00
Rhys Arkins
2f3c63f812 docs: remove legacy packageFiles mentions
Closes https://github.com/renovatebot/docs.renovatebot.com/issues/5
2019-12-13 10:45:47 +01:00
Rhys Arkins
05ed2cc637 docs: update GitLab app install doc
Closes https://github.com/renovatebot/docs.renovatebot.com/issues/6
2019-12-13 10:41:46 +01:00
Rhys Arkins
66ab41488c
feat: ignoreScripts (#4963)
Adds new `ignoreScripts` config option. If set to true, managers such as npm and composer will skip running install scripts even if trustLevel is configured to high.

Closes #4567
2019-12-11 13:59:03 +02:00
Rhys Arkins
c7e129cdf6
feat: configurable product links (#4929) 2019-12-05 10:27:29 +01:00
Rhys Arkins
68c5684b89
feat(onboarding): configurable branch and title (#4928)
Adds options onboardingBranch and onboardingPrTitle to allow bot administrators to change the branch name and/or title in oboarding PRs.
2019-12-05 09:39:39 +01:00
Jamie Magee
ae2f0f7c84 feat: Initial support for git submodules (#4605) 2019-11-28 20:04:54 +01:00
Tim Jacomb
cc07563b86 feat(helm): Add repo alias support (#4844) 2019-11-24 12:32:00 +01:00
Rhys Arkins
84d5632bfd feat: promote managers out of alpha/beta to released 2019-11-20 09:02:14 +01:00
Jamie Magee
cfb17cac16 build: python 3.8 support (#4797)
See microsoft/azure-pipelines-image-generation#1317

Fixes #4775, Fixes #4657
2019-11-19 09:13:32 +01:00
Rhys Arkins
ba979107de chore: update logo within docs 2019-11-13 01:42:33 -08:00
Jamie Magee
84972575d5 docs: use https for external links (#4725) 2019-10-25 10:48:04 +02:00
Maxim Kudryavtsev
bd74b98ed3 docs: fix a typo in the documentation (#4705)
`excludedPackagePatterns` -> `excludePackagePatterns`.
2019-10-22 14:03:40 +02:00
Bruno Alla
b557f08cca docs: Add a paragraph to link to later.js for schedules (#4706)
I find it unclear what exactly is supported by Renovate in terms of parsing text for schedules. By looking at the code, I can see that it seems to use later.js which has good documentation. I've added a link to their documentation for people who want to know more.
2019-10-22 14:02:57 +02:00
Rhys Arkins
a003ad4697
docs: remove old link
Closes #4662
2019-10-16 11:49:35 +02:00
Nikita Chashchinskii
0fffbaec1f feat: helm requirements.yaml support (#3805) 2019-10-14 15:54:23 +02:00
Julien SIMON
d1e7c17f25 feat: prCommitsPerRunLimit (#4392) 2019-10-14 13:15:37 +02:00
Nihal
5964c29bbd docs: describe npm depTypes (#4648) 2019-10-14 13:01:04 +02:00
Zach Willard
9d9d7ec84e feat(docker): add insecureRegistry hostRule (#4590) 2019-10-08 09:19:11 +02:00
David Yu
346fd622b2 docs: Fix some grammar and spelling in noise reduction (#4591) 2019-10-06 08:05:27 +02:00
Zach Willard
93056a6013 docs(enabledManagers): added list of possible managers, removed references to docker and node (#4594) 2019-10-06 07:58:58 +02:00
Björn Dahlgren
24a9e290fd feat: Allow specifying Docker user (#4578) 2019-10-05 13:56:58 +02:00
Florian Greinacher
53fc7d8a3e feat(gitlab): add support for 'merge when pipeline succeeds' (#4558)
This commit adds (back) support for GitLab's 'merge when pipeline succeeds'
feature. This feature needs to be enabled by bot owners explicitely because
of an possible race condition in current GitLab versions.

Closes #3265
2019-10-05 10:00:32 +02:00
Rhys Arkins
0c5df37109 docs: rewrite Windows local dev guide 2019-10-04 09:17:47 +02:00
Sergio Zharinov
982896d5d1 feat: Elixir support (#4496) 2019-10-04 09:13:14 +02:00
ferhat elmas
a04d84e734 docs: fix missing verb in configuration options (#4555) 2019-10-01 05:25:30 +02:00
Jamie Magee
0c538ebf78 feat(emoji): Adds support for configuring emoji types (#4409) 2019-09-25 11:40:16 +02:00
Gilbert Gilb's
af3cd372aa feat(workers): add option to randomize assignees and reviewers. (#4517)
Closes #4516
2019-09-22 09:19:26 +02:00
Guillaume Briday
a373a7e497 docs: Improve self-hosting examples (#4513) 2019-09-22 09:19:04 +02:00
Rhys Arkins
4de65440be docs: fix relative links for website 2019-09-19 12:33:04 +02:00
Ryan Murfitt
8c9a8f2c48 feat(bitbucket-cloud): Default reviewers (#4501) 2019-09-17 09:48:16 +02:00
Rhys Arkins
b1e1a0f822 docs: stop recommending renovate npm user 2019-09-09 04:49:49 +02:00
Rhys Arkins
8e97958dd1 docs: relocate website docs 2019-09-09 04:28:25 +02:00
Rhys Arkins
50e9a85961 docs: update development docs 2019-09-09 04:16:04 +02:00
Rhys Arkins
af81448a87 docs: move to docs/development 2019-09-09 03:49:57 +02:00
Sumit Nihalani
5b29c76f7a docs: fix typos (#4431) 2019-09-05 06:02:32 +02:00
Rhys Arkins
c4e812a2c9 docs: update docs and app references 2019-08-27 13:11:25 +02:00
Michael Kriese
ab464fe559 docs: add python mock (#4357) 2019-08-24 07:02:47 +02:00
Michael Kriese
25df1d093b chore(docs): update docs (#4125) 2019-08-23 08:54:17 +02:00
Rakesh Tembhurne
1e20d61701 fix(typos): Fixed typos in developer docs (#4280)
Only changed incorrect use of words and not each and every
grammatical changes.

Refer: #4277
2019-08-13 07:24:20 +03:00
Rhys Arkins
0bb8be345e refactor: docker-based datasources use managerData 2019-07-22 08:57:28 +02:00
Richard
1207152cd9 feat: add pruneStaleBranches config option (#4107)
Closes #4106
2019-07-17 14:48:08 +02:00
Yann Grandmaitre
03fadc9c08 docs: Fix kubernetes manifest example (#4069) 2019-07-14 07:46:21 +02:00
praveshtora
6db4c57aeb docs: Add Debug configuration for VSCode (#3960) 2019-06-30 07:29:17 +03:00
Rhys Arkins
2426a5239f
feat(github): use git for all file operations (#3806)
With Renovate’s github platform code now using git for all file system operations, we need to tell Renovate which gitAuthor to use.

If you had already configured a gitAuthor in your bot config, you do not need to make any change.

Otherwise, to keep functionality as before, you should either:
(1) configure `gitAuthor` to match the bot’s account, or
(2) recreate your bot’s personal access token to include the “user:email” permission so that the bot can retrieve the email itself

BREAKING CHANGE: GitHub bot admins should either configure gitAuthor in their config or generate a new token with “user:email” permissions.
2019-05-24 16:34:52 +02:00
Rhys Arkins
8543dad77d fix(docs): better config.js example 2019-05-22 14:40:36 +02:00
Rhys Arkins
3c5afc2e66 docs: gitlab describe token scope 2019-05-09 12:37:11 +02:00
Rhys Arkins
31319686c9
docs: add json5 config option 2019-04-19 08:40:44 +02:00
Rhys Arkins
a599eab231
feat: unify file locations (#3507)
feat: unify file locations
2019-04-09 17:14:08 +02:00
Matt Lavin
47e8dd9ac2 feat(bitbucket): Enable bitbucket reviewers (#3509)
feat(bitbucket): Enable bitbucket reviewers
2019-04-09 15:46:40 +02:00
Rhys Arkins
5da2aa7946 feat: gitFs signed commits
Document how to sign gitFs commits, remove the disabling of gpg signing.

Closes #3053, Closes #3472
2019-04-07 18:53:52 +02:00
Rhys Arkins
ca77ce951d docs: update bitbucket server status 2019-04-06 08:38:48 +02:00
Tom Kerkhove
216583e107 docs: fix developer typo (#3428) 2019-03-22 09:44:45 +01:00
Rishabh Jain
390526f320 docs: Fix link in docs/readme.md (#3349) 2019-03-11 10:07:22 +01:00
Rishabh Jain
60da06d5f5 docs: Fix typos in design decisions (#3296) 2019-03-03 09:42:54 +01:00
Rhys Arkins
2be2eb0153
docs: add prerequisites to local dev (#3280) 2019-02-28 10:35:21 +01:00
Rhys Arkins
1b969a6628
docs: pre-release typos 2019-02-18 16:46:27 +01:00
Rhys Arkins
dd0494a04e docs: pre-release descriptions 2019-02-18 16:36:35 +01:00
Rhys Arkins
e13a065643 docs: GITHUB_COM_TOKEN 2019-02-13 14:25:11 -05:00
Rhys Arkins
db144fa7bc docs: gitAuthor for self-hosted 2019-02-08 11:31:12 +01:00
Vladimir Starkov
8a841a7c81 feat(bitbucket): Bitbucket Server platform support (#2774)
Closes #2482
2019-02-07 20:04:23 +01:00
Rhys Arkins
37b0fd4304 docs: clarify Node.js 10 2019-01-29 22:08:59 +01:00
Rhys Arkins
bade3eb499
docs: specify GitHub token scope 2019-01-29 11:26:13 +01:00
Rhys Arkins
87268cc080
docs: update node.js version in local development 2019-01-29 11:24:20 +01:00
Hartorn
f3c21d2033 docs: add kubernetes for Gitlab with git over ssh section (#3126) 2019-01-28 16:02:18 +01:00
Rhys Arkins
40964d1680
docs: update local development docs 2019-01-25 13:10:09 +01:00
Ilya Savchuk
f6ed2256f7 refactor: changed all VSTS to Azure DevOps (#3022)
Rename all VSTS references to be Azure DevOps.

Closes #2810

BREAKING CHANGE: 'vsts' platform is now renamed to 'azure'
2019-01-22 09:41:06 +01:00
Rhys Arkins
d471ed83f1 feat: deprecate platform tokens (#3067)
Deprecate use of “special” env var like `GITHUB_TOKEN` and instead standardize on `RENOVATE_*` environment variables instead.

Closes #2834

BREAKING CHANGE: For GitHub, GitLab, Bitbucket and VSTS you need to migrate `*_ENDPOINT` to `RENOVATE_ENDPOINT`, `*_TOKEN` to `RENOVATE_TOKEN`, and same for `BITBUCKET_USERNAME` and `BITBUCKET_PASSWORD`.
2019-01-22 09:41:06 +01:00
Rhys Arkins
a6efa87465 feat: deprecate heroku support (#3047)
I haven’t used Heroku with Renovate in over a year and am not able to directly support it. I think it would be best to be made into a “wrapper” repository like https://github.com/renovatebot/renovate-heroku

BREAKING CHANGE: renovate repository no longer supports direct deployment to Heroku
2019-01-22 09:41:06 +01:00
Rhys Arkins
e19294e894
feat: centralise config file list (#3031) 2019-01-06 06:03:26 +01:00
Rhys Arkins
67e3825f42 refactor: renovateFork -> includeForks 2018-12-31 07:46:00 +02:00
Rhys Arkins
b6a358d8f6
docs: renovate on kubernetes example (#2964) 2018-12-29 07:00:29 +02:00
Rhys Arkins
f0ffd066ab
docs: update local dev fork guide 2018-12-13 21:11:44 +01:00
Rhys Arkins
5289a12f0f
docs: prettier fix 2018-12-12 21:10:35 +01:00
Jan Sauer
1fb95e85a2 docs: Fix documentation typo (#2943) 2018-12-12 06:43:01 +01:00
Rhys Arkins
c452073709 docs: refresh local-development doc 2018-12-04 13:49:38 +01:00
Rhys Arkins
9292833ecf
refactor: extractAllFiles (#2741) 2018-11-05 07:47:44 +01:00
Rhys Arkins
44d119823f refactor: rename extractDependencies -> extractPackageFile 2018-11-04 18:51:23 +01:00
Mike Barkmin
acb2ae8b45 docs: update to match latest docker tag (#2711) 2018-11-01 08:13:30 +01:00
Rhys Arkins
af0a112585 chore: instalbul -> istanbul 2018-09-24 20:02:46 +02:00
Rhys Arkins
185deacc02 docs: debugging howto
Closes #1262
2018-09-17 12:13:42 +02:00
Vladimir Starkov
608d8c5be0 feat: Bitbucket Cloud support
Adds platform support for Bitbucket cloud.

Closes #136, Closes #2238
2018-08-29 07:30:23 +02:00
Rhys Arkins
93d02e5e75 docs: improve self-hosted documentation
Added content as suggested/contributed by @swashata.

Closes https://github.com/renovatebot/config-help/issues/71
2018-08-20 12:12:03 +02:00
Rhys Arkins
07b652507b refactor: remove unused contentPatterns
Closes #2168
2018-07-04 22:40:06 +02:00
Rhys Arkins
6507f29779
fix(docs): update docker documentation 2018-06-29 12:26:06 +02:00
Rhys Arkins
25ecbb8a18 fix: correct/update all urls
Updates renovateapp -> renovatebot
2018-06-26 11:31:18 +02:00
Rhys Arkins
4e1ab928f4 docs: Update package manager description
Closes #2165
2018-06-25 11:26:12 +02:00
Rhys Arkins
d8cb261ecb
refactor: rename version -> value (#2076)
Renames currentVersion to currentValue, newVersion to newValue, newVersionMajor to newMajor, and newVersionMinor to newMinor.
2018-06-04 05:48:20 +02:00
renovate[bot]
a43e972c0f chore: update dependency prettier to v1.13.0 (#2030)
* chore: update dependency prettier to v1.13.0

* run prettier
2018-05-28 09:26:22 +02:00
Rhys Arkins
6c3645d18c refactor: separateMajorReleases -> separateMajorMinor 2018-05-17 07:37:37 +02:00
Rhys Arkins
7f4cb4aa57
feat: rangeStrategy (#1954)
This PR replaces the existing `pinVersions`, `upgradeInRange` and `versionStrategy` settings with a single one: `rangeStrategy`.

Previously:
 - `pinVersions` could be `true` or `false`, but defaulted to `null`, which meant that Renovate would decide. `true` meant that Renovate would replace existing ranges like `^1.0.0` with an exact/pinned version such as `1.2.0`.
 - `upgradeInRange` could be true or false, default to false. If `true`, it would mean Renovate would replace an existing range like `^1.0.0` with something like `^1.2.0`
 - `versionStrategy` could be `replace` or `widen` and was mainly used for `peerDependencies` to widen existing ranges, e.g. from `^1.0.0` to `^1.0.0 || ^2.0.0`

It was possible to set conflicting settings, e.g. configuring `pinVersions=true` and `upgradeInRange=true`.

Now, we combine them into a single setting: `rangeStrategy`:
 - `auto` = Renovate decides (this will be done on a manager-by-manager basis)
 - `pin` = convert ranges to exact versions
 - `bump` = same as `upgradeInRange` previously, e.g. bump the range even if the new version satisifies the existing range
 - `replace` = Same as pinVersions === false && upgradeInRange === false, i.e. only replace the range if the new version falls outside it
 - `widen` = Same as previous versionStrategy==='widen'
2018-05-17 07:16:13 +02:00
Martin-Louis Bright
d8f31fd419 docs: fix typo in self-hosting.md (#1957) 2018-05-11 21:42:40 +02:00
kitsuyui
f055770372 docs: update configuration-options URL in document (#1930)
- It is changed from https://renovateapp.com/docs/configuration-reference/configuration-options to https://renovatebot.com/docs/configuration-options/

Closes #1929
2018-05-07 11:22:00 +02:00
Rhys Arkins
a94088ba28
feat: deprecate packageFiles (#1898)
This PR deprecates the use of `packageFiles` and migrates it to `includePaths` and `packageRules`.

Closes #1887
2018-05-01 09:21:15 +02:00
Rhys Arkins
c356bb0349
feat: custom filenames for package files (#1894)
Renovate now comes with a variety of package managers supported, each with their own filename pattern(s). These patterns are now exposed for user configuration through the new `fileMatch` list/array configuration option, which has been added to each manager (npm, bazel, docker-compose, etc). `fileMatch` is defined as a mergeable list, meaning that users can add to the default pattern to extend the files being detected.

Closes #799
2018-04-30 13:18:51 +02:00
Rhys Arkins
d13d6a0495
feat: deprecate deptypes and migrate to packageRules (#1892)
Rules for dep types (e.g. dependencies, devDependencies, peerDependencies, optionalDependencies) should now be done with `packageRules` and the `depTypeList` selector
2018-04-30 08:21:48 +02:00
Rhys Arkins
b38df44b18
refactor: rename parentManager -> language (#1890)
Closes #1888
2018-04-30 07:16:34 +02:00
Rhys Arkins
38f2713572
Create adding-a-package-manager.md (#1872)
Closes #1871
2018-04-26 21:32:05 +02:00
Rhys Arkins
9c1a9a7d6c docs: add links to Renovate Pro 2018-04-26 12:49:11 +02:00
Vinh Le
b128870587 docs: correct config.js path in Docker (#1862) 2018-04-25 06:15:32 +02:00
Elan Ruusamäe
b155b9b6bb docs: self-hosting: spelling (#1688) 2018-03-19 22:29:50 +01:00
Rhys Arkins
5d58844601 docs: expand local development docs on testing
Closes #1594
2018-03-16 16:02:11 +01:00
Teppei Sato
1282c7f65c fix wrong url (#1640)
docs: fix wrong url
2018-03-11 17:00:54 +01:00
Rhys Arkins
86f88084d0 docs: add docker guide to self-hosting doc 2018-03-09 16:31:28 +01:00
Rhys Arkins
cbdad22a7d
docs: Improve local development information (#1600)
docs: Improve local development information
2018-03-06 10:50:39 +01:00
Rhys Arkins
a78c346aca docs: improve contributing guide and add a link from docs/readme.md 2018-03-05 09:06:40 +01:00
renovate[bot]
75ab3b14b7 chore: update dependency prettier to v1.11.0 (#1566)
* chore: update dependency prettier to v1.11.0

* update prettier results
2018-02-27 15:39:56 +01:00
Rhys Arkins
6ff58e814a
docs: fix configuration examples 2018-02-20 13:48:47 +01:00
Rhys Arkins
2709eb9107 docs: update docs/ files
Closes #1510
2018-02-12 07:00:55 +01:00
Sankarsan Kampa
ca8fc7f921 docs: fix a broken link (#1478)
The link to the configuration docs was broken. Fixed it.
2018-02-04 07:31:29 +01:00
Jennie S Yip
3f8f0fae74 docs: fix automerge typo (#1466)
`autoMerge` -> `automerge`
2018-02-01 21:16:21 +01:00
Rhys Arkins
ac68629190 docs: remove docs/configuration options
Instead refer to website and source code.
2018-01-11 10:49:21 +01:00
Rhys Arkins
2420ec7e1e chore: update docs for pathRules 2017-12-29 15:13:42 +01:00
Rhys Arkins
fcca87332d docs: update readme and add self-hosted doc 2017-12-27 13:12:06 +01:00
Rhys Arkins
35d7a63d00 docs: add warning about config.js and extends 2017-12-26 06:28:28 +01:00
Rhys Arkins
f8b78ac347 docs: run prettier over docs 2017-12-26 06:22:11 +01:00
Rhys Arkins
20592aec7d docs: update design decisions
Closes #1246
2017-12-26 05:48:01 +01:00
Rhys Arkins
6c49ba177e docs: correlate website configuration documentation with source code
This PR adds new checks that:
- Website configuration options are listed in alphabetical order
- Every relevant configuration option in source code is documented on the website
Website docs have been updated accordingly to pass.

Closes #543, Closes #1310
2017-12-26 05:40:14 +01:00
Rhys Arkins
2720688f4c feat: commit body
This PR adds the configuration option “commitMessageBody”. The contents of this will be appended to the commitMessage, separated by two line returns.
2017-12-25 20:37:14 +01:00
Rhys Arkins
4ec85ad818
feat: use version in pr title for synchronised groups (#1333)
Now, if every upgrade in a group has the same new version, then the PR title will include this version.

Closes #1332
2017-12-24 11:14:34 +01:00
Rhys Arkins
f45a460284 docs: update automated docs 2017-12-24 10:20:28 +01:00
Ed Morley
709a68c7ae fix: increase prNotPendingHours default to 24 hours (#1316)
To prevent PRs being opened prior to the `unpublishSafe` check having
transitioned from `pending` to `success`, when using `not-pending`
mode.

Fixes #1312.
2017-12-20 06:47:20 +01:00
Ed Morley
48a2d2de8e docs: fix typo of 'overridden' (#1306) 2017-12-18 13:47:44 +01:00
Rhys Arkins
5243c01230 fix: don’t use v prefix in commit message if range 2017-12-18 12:39:59 +01:00
Rhys Arkins
c98faa2b34 refactor: default bazel to enabled 2017-12-14 13:19:30 +01:00
Rhys Arkins
794e149179 refactor: ignore bower_components by default 2017-12-14 06:35:12 +01:00
Rhys Arkins
18c41df5c1
refactor: fix up config definitions (#1291)
- Remove duplicate autodiscover (fixes #1290)
- Remove npm.pin.automerge=true
2017-12-11 22:26:59 +01:00