Commit graph

10247 commits

Author SHA1 Message Date
Rhys Arkins
9150854d75 chore: rename config/admin -> config/global 2021-08-17 07:57:45 +02:00
Rhys Arkins
bf69924b78 refactor: rename config admin functions to global 2021-08-17 07:57:45 +02:00
Rhys Arkins
750bc1656e refactor: config/definitions -> config/options 2021-08-17 07:57:45 +02:00
HonkingGoose
bb37aa82fd docs: improve travis readme (#11255) 2021-08-17 07:57:45 +02:00
Yanis Benson
8319b1df52 fix: remove double hyphens from branch names (#11186)
Removes double or more hyphens from branch names and replaces with a single hyphen.

Closes #8260

BREAKING CHANGE: Branches with double hyphens will be changed to single hyphens, which can result in some existing PRs being autoclosed and replacements opened.
2021-08-17 07:57:45 +02:00
Rhys Arkins
960b64e6f0 chore: npm env settings style 2021-08-17 07:57:45 +02:00
Rhys Arkins
13532ecd3d feat: add dependencyDashboard to config:base
Defaults dependencyDashboard=true for anyone using the config:base preset
2021-08-17 07:57:45 +02:00
Rhys Arkins
a09b85a212 refactor: drop redundant config:base settings 2021-08-17 07:57:45 +02:00
Rhys Arkins
123dc4444e feat(travis): remove supportPolicy (#11176) 2021-08-17 07:57:45 +02:00
Sergei Zharinov
edbe6aef5c feat(go): Support GOPROXY (#9150) 2021-08-17 07:57:45 +02:00
Sergei Zharinov
058f01b955 fix(gradle): Use right path to fixtures (#11067) 2021-08-17 07:57:45 +02:00
Sebastian Poxhofer
6a361c6150 feat(cache): allow caching of null values (#11014) 2021-08-17 07:57:45 +02:00
Rhys Arkins
685e1086ae feat(config): improve monorepo names (#10243) 2021-08-17 07:57:45 +02:00
Rhys Arkins
0e91fda451 feat: centralized cache directory (#10115)
Ignore environment variables and instead use static cache directory for third party tools.

Closes #10094

BREAKING CHANGE: Renovate will now override any package manager cache locations configured in env variables.
# Conflicts:
#	lib/manager/gomod/__snapshots__/artifacts.spec.ts.snap
#	lib/manager/gomod/artifacts.ts
2021-08-17 07:57:45 +02:00
Rhys Arkins
365ed0573a feat(git-submodules): default cloneSubmodules to false (#10514)
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 (#10114)
Removes support for "yarnrc" configuration option.

Closes #10113

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 (#10132)
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 #10091

BREAKING CHANGE: Gradle extraction now defaults to JS-based parsing (previously "gradle-lite")
2021-08-17 07:57:45 +02:00
renovate[bot]
fdb4acbdd7
chore(deps): update node.js to fe63fe8 (#11293)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-16 23:53:39 +00:00
renovate[bot]
b42be6ecb2
chore(deps): update linters to v4.29.1 (#11292)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-16 21:45:20 +00:00
Ole Reifschneider
7c950b2158
Add sentry-ruby to monorepos (#11257) 2021-08-16 20:38:49 +02:00
Michael Kriese
4437106c03
test: add http mock (#11290) 2021-08-16 20:07:36 +02:00
Michael Kriese
6ab6fba210
chore: prepare v25 legacy releases (#11288) 2021-08-16 16:27:45 +00:00
Sergei Zharinov
28216ede05
fix: Working dir for Docker execution (#11282) 2021-08-16 12:20:08 +00:00
renovate[bot]
8b6c3cb89d
build(deps): update dependency @aws-sdk/client-ecr to v3.25.0 (#11281)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-16 11:43:58 +00:00
renovate[bot]
9cc0793b84
chore(deps): update github/codeql-action action to v1.0.12 (#11280)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-16 10:44:42 +00:00
Sergei Zharinov
663c9aaae9
feat(cocoapods): Extract GitLab and git-tags (#11277) 2021-08-16 10:41:18 +02:00
renovate[bot]
b4a422fd39
chore(deps): lock file maintenance (#11271)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-16 05:28:19 +00:00
renovate[bot]
0871c18ffc
docs: update references to renovate/renovate to v25.75.0 (#11270)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-16 07:18:52 +02:00
renovate[bot]
0b935304ab
chore(deps): update dependency ts-node to v10.2.0 (#11269)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-16 04:29:17 +00:00
renovate[bot]
d3e5f08a27
chore(deps): update dependency eslint-plugin-import to v2.24.0 (#11268)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-16 02:08:38 +00:00
renovate[bot]
767b9c7469
build(deps): update dependency luxon to v2.0.2 (#11267)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-15 23:27:11 +00:00
Muhammad Rehan Saeed
a22eacf58d
feat(presets): Add VSTest Monorepo (#11259) 2021-08-14 07:19:30 +00:00
Sergei Zharinov
0379495857
refactor(bundler): Better snapshot tests (#11263) 2021-08-14 09:09:26 +02:00
Rhys Arkins
23d0366669
chore: no comment for reproduction:provided 2021-08-13 14:53:43 +02:00
HonkingGoose
be82a58ed2
docs: create dependency dashboard showcase page (#11183) 2021-08-13 14:21:10 +02:00
Mykola Rybak
a44539210d
feat(preset): add AWS Java SDK v2 monorepo (#11249)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-13 14:01:06 +02:00
Rhys Arkins
986e1c1f9c
feat(dashboard): add disabling preset (#11246) 2021-08-13 09:45:37 +02:00
Sergei Zharinov
6ec4e2bbb6
fix(github): Massage links to issues, pulls or discussions (#11214)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-13 06:23:35 +00:00
Sergei Zharinov
1b395fc95f
refactor: Test snapshots for azure-pipelines and bazel (#11244) 2021-08-13 06:15:34 +00:00
renovate[bot]
6fd568215b
chore(deps): update node.js to v14.17.5 (#11243)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-12 23:47:33 +02:00
Maksim
a1b7e1fee4
fix(onboarding): refactor commit message functionality (#11171)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-12 14:56:51 +00:00
Sergei Zharinov
64754e6880
refactor: Split exec function to smaller blocks (#11093) 2021-08-12 16:47:33 +02:00
Rhys Arkins
9a3ffe15b0
docs: fix relative assets path (#11239) 2021-08-12 15:48:46 +02:00
Rhys Arkins
594e6e4eae
docs: improve Getting Started (#11202) 2021-08-12 13:14:16 +02:00
Sergei Zharinov
66a39ccfac
fix(dockerfile): Hide quay.io ports from PR title (#11231) 2021-08-12 12:55:14 +02:00
Kamil Kowalski
a73d82787b
feat(hex): Private Hex packages (#11168) 2021-08-12 09:34:27 +00:00
Sergei Zharinov
65eea75452
fix(docker): Allow ports usage for Quay deps (#11230) 2021-08-12 07:26:10 +02:00
Honza Machala
6426a10ad4
feat: add @tsoa monorepo (#11223) 2021-08-12 03:55:01 +00:00
renovate[bot]
bb4ae9e596
chore(deps): update dependency @types/node to v14.17.9 (#11222)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 19:11:10 +00:00
Sergei Zharinov
08aa52ccc9
refactor(config): Reify snapshot tests (#11220) 2021-08-11 19:42:52 +02:00