ci: remove renovate.json because the config is incorrect (#34103)

.... and the bot is starting to spam us with lots of PRs.

PR Close #34103
This commit is contained in:
Igor Minar 2019-11-27 12:25:18 -08:00 committed by Miško Hevery
parent 2fb9b7ff1b
commit de7713d6ea
1 changed files with 0 additions and 46 deletions

View File

@ -1,46 +0,0 @@
{
"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": [],
"major": {
"devDependencies": {
"enabled": false
}
},
"packageRules": [
{
"packagePatterns": [
"^@angular.*"
],
"groupName": "angular",
"pinVersions": false
},
{
"packagePatterns": [
"^@bazel\/.*"
],
"groupName": "bazel",
"pinVersions": false
},
{
"packageNames": [
"typescript"
],
"updateTypes": "patch"
}
]
}