Update renovate.json

Per the log output on https://renovatebot.com/dashboard#github/apollographql/apollo-server/31879651
This commit is contained in:
Jesse Rosenberger 2018-12-05 17:53:45 +02:00 committed by GitHub
parent d6fcaed545
commit 4b1894c3d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,15 @@
{
"extends": ["apollo-open-source"],
"pathRules": [
"extends": [
"apollo-open-source"
],
"packageRules": [
{
"paths": ["docs/package.json"],
"extends": ["apollo-docs"],
"paths": [
"docs/package.json"
],
"extends": [
"apollo-docs"
],
"baseBranches": [
"master",
"version-2"