angular-docs-cn/renovate.json
Alan Agius 7d174969c2 ci: update packageFiles to be renovated (#29071)
Change `cli-hello-world-ivy` to `cli-hello-world-compat` as this was renamed and add `cli-hello-world-ivy-minimal`.
PR Close #29071
2019-03-05 09:43:23 -08:00

51 lines
909 B
JSON

{
"pinVersions": false,
"semanticCommits": true,
"semanticPrefix": "build",
"commitMessage": "{{semanticPrefix}} update {{depName}} to version {{newVersion}}",
"separateMajorMinor": false,
"labels": [
"PR target: master-only",
"comp: build & ci"
],
"baseBranches": [
"master"
],
"ignoreDeps": [
"source-map",
"@types/node"
],
"packageFiles": [
"integration/cli-hello-world-ivy-compat/package.json",
"integration/cli-hello-world-ivy-minimal/package.json",
"integration/cli-hello-world/package.json"
],
"major": {
"devDependencies": {
"enabled": false
}
},
"packageRules": [
{
"packagePatterns": [
"^@angular.*"
],
"groupName": "angular",
"pinVersions": false
},
{
"packagePatterns": [
"^@bazel\/.*"
],
"groupName": "bazel",
"pinVersions": false
},
{
"packageNames": [
"typescript"
],
"updateTypes": "patch"
}
]
}