Move Docs Renovate configuration into top-level renovate.json. (#142)

* Move Docs Renovate configuration into top-level `renovate.json`.

In the same nature as 9ab276576b.

* [squash] w/ previous commit

Ref: 9ab276576b
This commit is contained in:
Jesse Rosenberger
2018-03-30 13:00:52 +03:00
committed by GitHub
parent ddb4f43369
commit 126b35e69c
2 changed files with 5 additions and 7 deletions

View File

@@ -20,10 +20,5 @@
"build": "chexo apollo-hexo-config -- generate",
"clean": "hexo clean",
"test": "npm run clean; npm run build"
},
"renovate": {
"extends": [
"apollo-docs"
]
}
}

View File

@@ -1,5 +1,8 @@
{
"extends": [
"apollo-docs"
"pathRules": [
{
"paths": ["docs/package.json"],
"extends": ["apollo-docs"]
}
]
}