mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
Update renovate.json
Per the log output on https://renovatebot.com/dashboard#github/apollographql/apollo-server/31879651
This commit is contained in:
parent
d6fcaed545
commit
4b1894c3d2
1 changed files with 10 additions and 4 deletions
|
@ -1,9 +1,15 @@
|
|||
{
|
||||
"extends": ["apollo-open-source"],
|
||||
"pathRules": [
|
||||
"extends": [
|
||||
"apollo-open-source"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"paths": ["docs/package.json"],
|
||||
"extends": ["apollo-docs"],
|
||||
"paths": [
|
||||
"docs/package.json"
|
||||
],
|
||||
"extends": [
|
||||
"apollo-docs"
|
||||
],
|
||||
"baseBranches": [
|
||||
"master",
|
||||
"version-2"
|
||||
|
|
Loading…
Add table
Reference in a new issue