Skip to content

Commit ce6589a

Browse files
rarkinsabernix
authored andcommitted
Remove renovate config from docs/package.json (apollographql#248)
* Remove renovate config from docs/package.json * Add apollo-docs preset to renovate.json
1 parent a483173 commit ce6589a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,5 @@
2020
"build": "chexo apollo-hexo-config -- generate",
2121
"clean": "hexo clean",
2222
"test": "npm run clean; npm run build"
23-
},
24-
"renovate": {
25-
"extends": [
26-
"apollo-docs"
27-
]
2823
}
2924
}

renovate.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"packageFiles": ["docs/package.json"]
2+
"packageFiles": ["docs/package.json"],
3+
"extends": [
4+
"apollo-docs"
5+
]
36
}

0 commit comments

Comments
 (0)