diff --git a/renovate.json b/renovate.json index a92601b4d53..916aad39f78 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "$schema": "http://json.schemastore.org/renovate", "extends": ["github>sourcegraph/renovate-config"], - "semanticCommits": false + "semanticCommits": false, + "labels": ["bot"] }