Skip to content

Commit 126b35e

Browse files
authored
Move Docs Renovate configuration into top-level renovate.json. (apollographql#142)
* Move Docs Renovate configuration into top-level `renovate.json`. In the same nature as apollographql/apollo-server@9ab2765. * [squash] w/ previous commit Ref: apollographql/apollo-server@9ab2765
1 parent ddb4f43 commit 126b35e

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

docs/package.json

Lines changed: 0 additions & 5 deletions
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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"extends": [
3-
"apollo-docs"
2+
"pathRules": [
3+
{
4+
"paths": ["docs/package.json"],
5+
"extends": ["apollo-docs"]
6+
}
47
]
58
}

0 commit comments

Comments
 (0)