Skip to content

Commit

Permalink
Remove docs-related renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Apr 14, 2022
1 parent 2e9cd10 commit feea9c3
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -94,36 +94,5 @@
automerge: false,
matchManagers: [ "npm" ],
},
{
"matchPaths": [
"docs/package.json"
],
"extends": [
"apollo-docs"
],
// "Past" major version branches, preserved as
// "version-" branches, should be added here!
"baseBranches": [
"main",
"version-0.x",
]
},
// The current Apollo Gatsby theme does not support a version of Gatsby
// that supports React 17.
{
"matchPaths": [
"docs/package.json"
],
"matchPackageNames": ["react", "react-dom"],
"allowedVersions": "16.x",
},
// The current Apollo Gatsby theme does not support gatsby v4
{
"matchPaths": [
"docs/package.json"
],
"matchPackageNames": ["gatsby"],
"allowedVersions": "3.x",
},
]
}

0 comments on commit feea9c3

Please sign in to comment.