Enables cargo, pub, pipenv, poetry, gradle and maven
This commit is contained in:
Rhys Arkins 2019-04-23 11:59:59 +02:00
Родитель c36e37620d
Коммит 2f7ccc308a
3 изменённых файлов: 2 добавлений и 14 удалений

Просмотреть файл

@ -1257,12 +1257,10 @@ const options = [
},
{
name: 'cargo',
releaseStatus: 'unpublished',
description: 'Configuration object for Cargo crate renovation.',
stage: 'repository',
type: 'object',
default: {
enabled: false,
commitMessageTopic: 'Rust crate {{depName}}',
managerBranchPrefix: 'rust-',
fileMatch: ['(^|/)Cargo.toml$'],
@ -1324,7 +1322,6 @@ const options = [
stage: 'package',
type: 'json',
default: {
enabled: false,
fileMatch: ['(^|/)pubspec\\.ya?ml$'],
versionScheme: 'npm',
},
@ -1491,7 +1488,6 @@ const options = [
stage: 'package',
type: 'object',
default: {
enabled: false,
fileMatch: ['(^|/)Pipfile$'],
},
mergeable: true,
@ -1504,7 +1500,6 @@ const options = [
stage: 'package',
type: 'toml',
default: {
enabled: false,
versionScheme: 'poetry',
fileMatch: ['(^|/)pyproject\\.toml$'],
},
@ -1545,7 +1540,6 @@ const options = [
stage: 'package',
type: 'object',
default: {
enabled: false,
fileMatch: ['\\.gradle$', '(^|/)gradle.properties$'],
timeout: 300,
versionScheme: 'maven',
@ -1567,11 +1561,9 @@ const options = [
{
name: 'maven',
description: 'Configuration object for when renovating Maven pom.xml files',
releaseStatus: 'alpha',
stage: 'package',
type: 'object',
default: {
enabled: false,
fileMatch: ['\\.pom\\.xml$', '(^|/)pom\\.xml$'],
versionScheme: 'maven',
},

Просмотреть файл

@ -847,7 +847,6 @@
"description": "Configuration object for Cargo crate renovation.",
"type": "object",
"default": {
"enabled": false,
"commitMessageTopic": "Rust crate {{depName}}",
"managerBranchPrefix": "rust-",
"fileMatch": ["(^|/)Cargo.toml$"]
@ -895,7 +894,6 @@
"description": "Configuration object for when renovating Dart pubspec files",
"type": "json",
"default": {
"enabled": false,
"fileMatch": ["(^|/)pubspec\\.ya?ml$"],
"versionScheme": "npm"
}
@ -1018,7 +1016,6 @@
"description": "Configuration object for Pipfile files",
"type": "object",
"default": {
"enabled": false,
"fileMatch": ["(^|/)Pipfile$"]
},
"$ref": "#"
@ -1027,7 +1024,6 @@
"description": "Configuration object for pyproject.toml files",
"type": "toml",
"default": {
"enabled": false,
"versionScheme": "poetry",
"fileMatch": ["(^|/)pyproject\\.toml$"]
}
@ -1056,7 +1052,6 @@
"description": "Configuration object for build.gradle files",
"type": "object",
"default": {
"enabled": false,
"fileMatch": ["\\.gradle$", "(^|/)gradle.properties$"],
"timeout": 300,
"versionScheme": "maven"
@ -1075,7 +1070,6 @@
"description": "Configuration object for when renovating Maven pom.xml files",
"type": "object",
"default": {
"enabled": false,
"fileMatch": ["\\.pom\\.xml$", "(^|/)pom\\.xml$"],
"versionScheme": "maven"
},

Просмотреть файл

@ -115,6 +115,8 @@ You can also set this field to `"mirror:x"` where `x` is the name of a package i
Bundler is now in alpha stage and ready for testing! [Details](https://renovatebot.com/blog/ruby-bundler-support)
## cargo
## circleci
## commitBody