Remove renovate.json (#7291)

* Remove renovate.json
* Merge refs/heads/master into rm-renovate
This commit is contained in:
terence tsao 2020-09-21 15:54:24 -07:00 committed by GitHub
parent 8c8f59e242
commit cdd28abc4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +0,0 @@
{
"extends": [
"config:base",
"schedule:earlyMondays"
],
"ignoreDeps": [
"com_github_aws_aws_sdk_go"
],
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"automerge": true,
"packageRules": [{
"packagePatterns": [
".*"
],
"groupName": "Everything"
}]
}