Masaki Hara
48acb427b7
feat(rubygems): support GitHub Packages ( #11107 )
2021-08-20 04:24:48 +00:00
renovate[bot]
cdcbe0d49f
chore(deps): update node.js to 3fce5df ( #11338 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-19 14:22:01 +00:00
Michael Kriese
ae0ac14ca1
feat(gradle): use java image for docker mode ( #11316 )
2021-08-19 14:44:33 +02:00
Sergei Zharinov
68ebe08858
test: Explicit snapshots for manager tests ( #11329 )
...
* test: Explicit snapshots for manager tests
* Fix snapshots
* Remove obsolete snapshots
2021-08-19 08:09:55 +02:00
Rhys Arkins
70b5396d34
fix(presets): migrate renamed monorepos ( #11319 )
2021-08-18 12:23:41 +02:00
Sergei Zharinov
b21439fb75
test: Refactor more snapshot test ( #11313 )
2021-08-18 08:49:27 +02:00
Sergei Zharinov
5f4b9f9a3a
test: Fix test descriptions and enforce it via new linting rule ( #11285 )
2021-08-18 05:46:56 +00:00
Sebastian Poxhofer
8f1cf5e12e
fix(regex-combination): share regex match groups for matchStrings ( #11253 )
2021-08-17 22:46:08 +02:00
Michael Kriese
e773d59f12
fix(datasource:adoptium-java): fix wrong api url ( #11302 )
2021-08-17 12:36:08 +00:00
renovate[bot]
af8c42b189
chore(deps): update dessant/lock-threads action to v2.1.2 ( #11298 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-17 11:35:44 +00:00
Sergei Zharinov
35eb04908f
test: Use tables for Cargo versioning ( #11295 )
2021-08-17 08:45:37 +02:00
Martin Herndl
3c1094b919
fixup! feat: add react-admin group
2021-08-17 08:21:52 +02:00
Martin Herndl
f9c778539c
fixup! feat: add react-admin group
2021-08-17 08:21:52 +02:00
Martin Herndl
1f5a95551a
feat: add react-admin group
2021-08-17 08:21:52 +02:00
Sergei Zharinov
a8e4b722d4
test: refactor snapshots for cargo, cdnurl, circleci and cocoapods ( #11275 )
...
* refactor: Snapshots for cargo, cdnurl, circleci and cocoapods
* Rest
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-17 06:13:35 +00:00
Sebastian Poxhofer
569bee6e7d
feat(terraform): remove RENOVATE_X_TERRAFORM_LOCK_FILE flag and enable by default ( #11264 )
2021-08-17 07:57:45 +02:00
Rhys Arkins
56830ee86c
refactor: admin->globalOnly
2021-08-17 07:57:45 +02:00
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