mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00

This updates `renovate.json` to use a shared, base configuration rather than repeating the same defaults across multiple repositories. That base configuration lives at https://github.com/apollographql/renovate-config-apollo-open-source and is published to npm as `renovate-config-apollo-open-source` (https://npm.im/renovate-config-apollo-open-source). It is referenced here by its short name `apollo-open-source`. For more information on sharable Renovate config presets, see https://renovatebot.com/docs/config-presets/.
13 lines
216 B
JSON
13 lines
216 B
JSON
{
|
|
"extends": ["apollo-open-source"],
|
|
"pathRules": [
|
|
{
|
|
"paths": ["docs/package.json"],
|
|
"extends": ["apollo-docs"],
|
|
"baseBranches": [
|
|
"master",
|
|
"version-2"
|
|
]
|
|
}
|
|
]
|
|
}
|