We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a483173 commit ce6589aCopy full SHA for ce6589a
docs/package.json
@@ -20,10 +20,5 @@
20
"build": "chexo apollo-hexo-config -- generate",
21
"clean": "hexo clean",
22
"test": "npm run clean; npm run build"
23
- },
24
- "renovate": {
25
- "extends": [
26
- "apollo-docs"
27
- ]
28
}
29
renovate.json
@@ -1,3 +1,6 @@
1
{
2
- "packageFiles": ["docs/package.json"]
+ "packageFiles": ["docs/package.json"],
3
+ "extends": [
4
+ "apollo-docs"
5
+ ]
6
0 commit comments