From de7713d6eace1d99113e2066db8c8e2ff0032fa4 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 27 Nov 2019 12:25:18 -0800 Subject: [PATCH] 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 --- renovate.json | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 renovate.json diff --git a/renovate.json b/renovate.json deleted file mode 100644 index f1ac83fcbf..0000000000 --- a/renovate.json +++ /dev/null @@ -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" - } - ] -}