mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-01-12 22:45:53 +08:00
Move Docs Renovate configuration into top-level renovate.json. (#142)
* Move Docs Renovate configuration into top-level `renovate.json`. In the same nature as9ab276576b. * [squash] w/ previous commit Ref:9ab276576b
This commit is contained in:
committed by
GitHub
parent
ddb4f43369
commit
126b35e69c
@@ -20,10 +20,5 @@
|
||||
"build": "chexo apollo-hexo-config -- generate",
|
||||
"clean": "hexo clean",
|
||||
"test": "npm run clean; npm run build"
|
||||
},
|
||||
"renovate": {
|
||||
"extends": [
|
||||
"apollo-docs"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"extends": [
|
||||
"apollo-docs"
|
||||
"pathRules": [
|
||||
{
|
||||
"paths": ["docs/package.json"],
|
||||
"extends": ["apollo-docs"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user