Commit graph

580 commits

Author SHA1 Message Date
Florian Greinacher
6fe49c6f59
docs(running): mention PAT scopes for dry run () 2021-10-16 06:20:10 +02:00
renovate[bot]
0f95914ae8
docs: update references to renovate/renovate to v28 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-12 08:10:19 +00:00
renovate[bot]
4327845702
docs: update references to renovate/renovate to v27.31.10 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-11 08:55:02 +02:00
Sergei Zharinov
6f649eb661
feat(platform): Use uniform platformAutomerge option ()
Existing `azureAutoComplete` and `gitLabAutomerge` options are now unified/renamed to `platformAutomerge`, and also defaulting to `true`.

BREAKING CHANGE: Azure autocomplete will now only be enabled when `automerge` is also enabled (to align with how GitLab automerge already worked). If you were using `azureAutoComplete` before without explicitly enabling Renovate `automerge` field then you will now need to do so. Platform automerge is now the default behavior whenever automerge is enabled.
2021-10-11 06:36:07 +00:00
Sebastian Poxhofer
e416df1865
feat(manager/regex): allow defining autoReplaceStringTemplate () 2021-10-05 12:21:11 +00:00
HonkingGoose
f3dbb719f5
docs: update links () 2021-10-04 15:57:18 +00:00
renovate[bot]
acb65fb1dc
docs: update references to renovate/renovate to v27.26.0 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-04 03:46:39 +00:00
HonkingGoose
3371e0106e
docs: fix broken link to troubleshooting page () 2021-10-02 16:33:03 +02:00
HonkingGoose
a7b34cf700
docs: describe known limitations () 2021-10-01 07:32:12 +00:00
Rhys Arkins
cd72cdf2ac
feat(config): detectGlobalManagerConfig () 2021-09-29 19:58:42 +00:00
HonkingGoose
86de5176fe
docs: move troubleshooting guide to docs/usage directory () 2021-09-28 21:05:16 +02:00
HonkingGoose
959e3943f9
docs: create troubleshooting page () 2021-09-28 15:47:53 +02:00
HonkingGoose
fc9406b8ad
docs: capitalize proper noun Java () 2021-09-27 14:00:46 +00:00
HonkingGoose
54c1ccdb38
docs: explain limitation on amount of branches that can be automerged in one run () 2021-09-27 13:58:52 +02:00
HonkingGoose
42bef1e939
docs: improve branchConcurrentLimit documentation () 2021-09-27 11:42:43 +02:00
renovate[bot]
b7e022e0b1
docs: update references to renovate/renovate to v27.19.2 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 06:22:58 +00:00
Carl Kittelberger
78a8272cd1
feat(composer): bearer token authentication () ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-23 11:49:58 +00:00
Rhys Arkins
0f226139cc
feat(npm): npmrcMerge ()
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2021-09-23 13:17:44 +02:00
HonkingGoose
63889d7a12
docs: explain that Renovate automerge takes time () 2021-09-23 07:23:13 +00:00
HonkingGoose
4c8cd7d785
docs: improve ignorePaths config option documentation ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-22 13:28:29 +02:00
Sebastian Poxhofer
b350a8c5fb
feat: option to write discovered repositories to a json () 2021-09-22 07:21:22 +00:00
renovate[bot]
9cf54d8b0b
docs: update references to renovate/renovate to v27.14.0 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-20 03:41:26 +00:00
ylemkimon
022206cc33
docs: add an example for Yarn 2+ () 2021-09-17 11:05:53 +02:00
Rhys Arkins
ee29fdcaf1
feat(config): scoped secrets using pgp/gpg () 2021-09-16 10:11:13 +00:00
Sebastian Poxhofer
12ae0d1ee9
feat(manager/terraform): support range strategy update lockfile ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-15 07:20:31 +00:00
Javier Segovia Córdoba
2d2edf2e09
docs: Update Gradle File Support docs () 2021-09-14 13:25:21 +02:00
renovate[bot]
f5e08d5c1a
docs: update references to renovate/renovate to v27 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-13 06:34:14 +00:00
Maksim
7801ae7c16
feat(config): migrate requiredStatusChecks to ignoreTests ()
* feat(config): migrate requiredStatusChecks to ignoreTests

* fix(config): restore order of props

* feat(config): add applyMigrations function

* feat(platform): check ignoreTests param in worker

* feat(config): rename getBranchStatus to resolveBranchStatus

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-12 15:23:18 +00:00
ylemkimon
0a5cee1f25
docs(private-packages): add a note about Yarn 2+ () 2021-09-12 14:17:07 +00:00
HonkingGoose
fe45377b6d
docs: fix display style of word ESLint () 2021-09-12 16:09:08 +02:00
Rhys Arkins
cdc083f40f
feat(config): privateKeyOld () 2021-09-10 12:47:33 +02:00
Clemens Kofler
0ee8440fe6
docs: Document update behavior for gems without version constraints () 2021-09-09 14:33:11 +00:00
HonkingGoose
6eafd2fa4b
docs: update table Major platform features not supported by Renovate () 2021-09-09 16:20:56 +02:00
Rhys Arkins
d6d4124b11
feat(git): blobless git () 2021-09-09 09:25:12 +02:00
HonkingGoose
11577d65b9
docs: improve key concepts automerge () 2021-09-08 12:10:00 +02:00
HonkingGoose
357068db81
docs: fix broken link to image () 2021-09-08 10:28:06 +02:00
HonkingGoose
40d7d2cdf6
docs: add link to key-concepts/automerge () 2021-09-08 10:22:38 +02:00
renovate[bot]
cf7b6d5c88
docs: update references to renovate/renovate to v26.19.1 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-06 03:52:43 +00:00
HonkingGoose
44b471fe18
docs: one sentence per line () 2021-09-02 21:15:13 +02:00
David Straub
8fb9197d0c
fix(host-rules): support matchHost with a dot prefix ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-02 17:03:51 +00:00
Danilo Pianini
f9f4d29af9
feat(manager/gradle): Add support for Gradle's TOML version Catalogs ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2021-09-02 16:55:33 +00:00
Rhys Arkins
fb75b2f4dc
feat(git): make gitAuthor repo-configurable () 2021-09-02 16:19:02 +02:00
HonkingGoose
28793a3900
docs: move automerge deep dive to key concept section () 2021-09-01 12:03:06 +02:00
HonkingGoose
4871f41428
docs: create page for key concept scheduling () 2021-08-30 08:20:02 +00:00
Lucas
d5e4e098b3
feat(gradle-wrapper): add support for multiple version occurrences in distributionUrl () 2021-08-30 07:06:18 +00:00
renovate[bot]
507069d15f
docs: update references to renovate/renovate to v26.12.0 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-30 03:38:11 +00:00
Michael Kriese
7261bec901
feat(gitlab): allow override server version () 2021-08-26 04:56:28 +00:00
Michael Kriese
f871090a3b
docs: prepare for platform details ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-08-25 11:12:36 +00:00
Bob van de Vijver
15c12f079d
docs: Add composer v2 note for excluding single requirements () 2021-08-24 09:52:06 +02:00
Ville Skyttä
aa2607cf2c
docs(versioning): remove versionScheme references ()
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2021-08-23 21:11:39 +00:00
Bob van de Vijver
3505508c9c
feat: Add fully configurable composer ignore platform requirement configuration ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-23 18:13:30 +00:00
HonkingGoose
b125c04e18
docs: be more specific about supported schedule granularity () 2021-08-23 14:14:18 +02:00
renovate[bot]
e87ec671c9
docs: update references to renovate/renovate to v26 () 2021-08-23 06:45:06 +02:00
renovate[bot]
5bb049094b
docs: update references to renovate/renovate to v25.76.2 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-23 04:01:27 +00:00
Ville Skyttä
a3281644b0
docs: spelling and grammar fixes ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-22 08:51:42 +00:00
Mathias Brodala
e3778043c1
Mention access level for private GitLab repositories ()
With a Guest level access Renovate is not able to access the repository.

See https://docs.gitlab.com/ee/user/permissions.html
2021-08-20 10:50:37 -07:00
HonkingGoose
1a82293c6d
docs: update dependencyDashboard config option () 2021-08-20 16:53:17 +02:00
HonkingGoose
b9d015f025
docs: update gitUrl section () 2021-08-20 12:18:02 +00:00
Maximilian Brandau
7e425e6045
feat: gitUrl global option () 2021-08-20 11:30:56 +00:00
Sebastian Poxhofer
569bee6e7d feat(terraform): remove RENOVATE_X_TERRAFORM_LOCK_FILE flag and enable by default () 2021-08-17 07:57:45 +02:00
Rhys Arkins
56830ee86c refactor: admin->globalOnly 2021-08-17 07:57:45 +02:00
Rhys Arkins
123dc4444e feat(travis): remove supportPolicy () 2021-08-17 07:57:45 +02:00
Sergei Zharinov
edbe6aef5c feat(go): Support GOPROXY () 2021-08-17 07:57:45 +02:00
Rhys Arkins
365ed0573a feat(git-submodules): default cloneSubmodules to false ()
Defaults cloneSubmodules to false.

BREAKING CHANGE: Git Submodules cloning now needs to be explicitly enabled.
2021-08-17 07:57:45 +02:00
Rhys Arkins
2fe494616d feat(yarn): remove yarnrc config support ()
Removes support for "yarnrc" configuration option.

Closes 

BREAKING CHANGE: It is no longer supported to configure a "yarnrc" override in Renovate config
2021-08-17 07:57:45 +02:00
Rhys Arkins
99eef28ea0 feat(gradle): merge gradle-lite into gradle ()
Removes standalone gradle-lite manager and merges it into the gradle manager as the default behavior, while adding deepExtract as an option to re-enable previous behavior.

Closes 

BREAKING CHANGE: Gradle extraction now defaults to JS-based parsing (previously "gradle-lite")
2021-08-17 07:57:45 +02:00
renovate[bot]
0871c18ffc
docs: update references to renovate/renovate to v25.75.0 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-16 07:18:52 +02:00
HonkingGoose
be82a58ed2
docs: create dependency dashboard showcase page () 2021-08-13 14:21:10 +02:00
Rhys Arkins
9a3ffe15b0
docs: fix relative assets path () 2021-08-12 15:48:46 +02:00
Rhys Arkins
594e6e4eae
docs: improve Getting Started () 2021-08-12 13:14:16 +02:00
Kamil Kowalski
a73d82787b
feat(hex): Private Hex packages () 2021-08-12 09:34:27 +00:00
HonkingGoose
bf1e3ee977
docs: create section linking to reconfiguring renovate documentation () 2021-08-10 09:52:47 +02:00
Masaki Hara
f54ff20170
fix(ruby): use hostType=rubygems for bundler env () 2021-08-10 07:06:19 +02:00
HonkingGoose
c6cb110953
docs: explain how to override global automerge settings ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-09 18:51:52 +02:00
Yanis Benson
b1724b6745
feat: add updatePinnedDependencies option () 2021-08-09 10:14:50 +00:00
HonkingGoose
2cf8a7c6ec
docs: add working links to platform support tables () 2021-08-09 12:03:13 +02:00
renovate[bot]
b929c209a3
docs: update references to renovate/renovate ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 02:28:24 +00:00
Masaki Hara
0c545938f9
docs: hostType=bundler for private modules () 2021-08-06 10:06:29 +00:00
HonkingGoose
17daab1920
docs: document renovate feature / platform feature support () 2021-08-05 09:22:19 +02:00
Sergei Zharinov
9d580e091f
feat(gitlab): Add gitLabIgnoreApprovals option () 2021-08-04 09:49:42 +02:00
renovate[bot]
36d37b3281
docs: update references to renovate/renovate ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-02 02:33:52 +00:00
ml
f61bce1ab7
docs: fix autoMerge typo in faq () 2021-08-01 08:10:35 +02:00
Rhys Arkins
f0e1070299
fix(gomod): revert auth changes () 2021-07-30 10:23:35 +00:00
Jason Birch
3096f340c8
feat: expose merge strategy for configuration when automerging () 2021-07-29 09:06:55 +00:00
HonkingGoose
99a2eff8bb
docs: improve Go binary version docs () 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 ()
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 ()
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 () 2021-07-14 08:32:30 +00:00
Tobias
6efda25ae5
chore(docs): Add instructions for self-hosted GitHub App () 2021-07-14 07:16:48 +02:00
HonkingGoose
c0f023c7e4
docs: explain dependencyDashboardApproval workflow in FAQ () 2021-07-14 05:05:35 +00:00
renovate[bot]
a416419933
docs: update references to renovate/renovate ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-12 11:08:59 +00:00
Konstantin
9243b41a69
docs: clarify the usage of gitLabAutomerge () 2021-07-12 11:40:34 +02:00
HonkingGoose
601037b053
docs: fix typo () 2021-07-12 11:37:30 +02:00
HonkingGoose
9f508668aa
docs: update reference to react version () 2021-07-12 11:37:10 +02:00
HonkingGoose
1041f80c2e
docs: update eslint and express version () 2021-07-12 11:36:12 +02:00
HonkingGoose
977357f661
docs: fix broken link () 2021-07-12 11:31:36 +02:00
Bob van de Vijver
ac4f4a3f6d
feat: Add dependency dashboard label configuration ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-09 07:41:43 +00:00
HonkingGoose
15febf06a7
docs: improve versioning option docs ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-08 15:56:24 +00:00
HonkingGoose
7e3d8988cb
docs: add authentication example () 2021-07-08 15:27:39 +00:00
HonkingGoose
aef018da22
fix: deprecate use of renovate.json as preset ()
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 () 2021-07-02 12:38:17 +02:00
Michael Kriese
bd1ad34135
docs: remove NPM_TOKEN note () 2021-06-30 09:36:30 +00:00
Tom Kerkhove
e4e4b427e5
docs: Add note about Azure DevOps setup ()
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 ()
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 () 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 () 2021-06-23 17:11:45 +02:00
Sergei Zharinov
052e15e0ae
docs: Clarify dockerChildPrefix option () 2021-06-23 07:16:31 +02:00
Sebastian Poxhofer
eb8ad0c38e
feat(terraform): Implement terraform lock files () 2021-06-17 10:17:19 +00:00
Niels Basjes
d4a22c7f3c
feat(docker): Support for Bearer token to access the Docker registry () 2021-06-16 20:22:32 +00:00
Rhys Arkins
5b25bf5e0c
fix: revert terraform lock file handling ()
* fix: Revert "fix(manager): optimize lockfile cache handling ()"

This reverts commit 713e35e88f.

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

This reverts commit 2776db6a2d.

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

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 () 2021-06-16 08:02:34 +00:00
Atsushi Watanabe
1d92836c84
fix: regex manager extractVersionTemplate validation () 2021-06-15 13:10:23 +02:00
HonkingGoose
720e6ede8b
docs: improve stabilityDays config option documentation () 2021-06-14 13:35:25 +02:00
Rhys Arkins
2a40b6db79 fix(regex): add currentValueTemplate 2021-06-11 09:49:09 +02:00
HonkingGoose
9f2e761b4f
docs: update supportPolicy table () 2021-06-09 13:19:38 +02:00
Jamie Tanna
3718fb98dc
docs: Update broken link after moving to main branch naming () 2021-06-07 22:04:12 +00:00
Rhys Arkins
2f512d79b8 docs: fix rebaseStale ref
Closes 
2021-06-07 21:33:10 +02:00
HonkingGoose
95ac6920a1
docs: rewrite confusing sentences () 2021-06-02 12:07:09 +02:00
HonkingGoose
809fa335b4
docs: put trailing slash behind matchHost URL () 2021-06-01 21:11:16 +02:00
Rhys Arkins
66820cfe27
feat: migratePresets () 2021-05-22 23:47:28 +02:00
Rhys Arkins
35d481fc21 docs: username with app token 2021-05-22 16:02:06 +02:00
HonkingGoose
878aa394a4
docs: describe Renovate version support in FAQ ()
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 ()
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
HonkingGoose
5ef3b3ee05
docs: add headings to hostRules config with env vars () 2021-05-20 12:33:59 +02:00
Rhys Arkins
22e982503c
feat(config): convert datasource env to hostRules () 2021-05-20 08:34:17 +00:00
Fredrik Blomqvist
9f894ce814
feat(git): Add gitNoVerify option ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-19 16:05:29 +02:00
Rhys Arkins
f00413c298
feat(host-rules): use only matchHost ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-13 20:53:18 +00:00
Rhys Arkins
50ab6b4bfd
docs: expand requireConfig () 2021-05-13 16:09:50 +02:00
Rhys Arkins
1bc09b0bfc
feat: internalChecksFilter () 2021-05-08 14:38:27 +02:00
Rhys Arkins
856b28841d
feat: hostRules.matchHost ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-06 07:57:44 +00:00
HonkingGoose
aacfe0b1ff
docs: sort platforms alphabetically () 2021-05-05 20:36:36 +02:00
HonkingGoose
df12fce0b2
docs: improve matchCurrentVersion docs ()
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-05 10:38:10 +00:00
HonkingGoose
06e73fb22c
docs: improve Platform support docs () 2021-05-05 09:23:32 +00:00
Michael Kriese
b826a330e2
fix(npm): pass Basic token as _auth key () 2021-05-05 09:18:05 +02:00
HonkingGoose
021e16bf6b
docs: use monospaced text for renovate-config reference () 2021-05-04 09:37:18 +02:00
HonkingGoose
63ca348f3e
docs: replace later with breejs/later () 2021-05-04 08:02:03 +02:00
Tiago Martins
8c07d4d757
feat: Add setting to auto approve PRs in Azure DevOps ()
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 ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-05-03 07:34:15 +00:00
HonkingGoose
7f7b796d49
docs: improve stabilityDays documentation () 2021-04-30 12:12:59 +02:00
HonkingGoose
231cb0ec8e
docs: fix typo () 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 () 2021-04-27 08:44:30 +02:00
HonkingGoose
c542cbe7f5
docs: improve private module support documentation () 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 () 2021-04-24 10:02:55 +02:00
Nils Plaschke
90e96805e1
docs: add documentation for forkToken () 2021-04-24 05:54:00 +00:00