Skip to content

Commit

Permalink
Ignore React 18 dependencies
Browse files Browse the repository at this point in the history
As stated here : facebook/docusaurus#7102 (review), we'll not follow React 18 updates as long docusaurus and their own dependencies are not update
  • Loading branch information
K0rdan authored Apr 25, 2022
1 parent 5969a4a commit 46b018d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ updates:
- 'update'
- 'dependencies'
ignore:
# https://github.com/facebook/docusaurus/pull/7102#pullrequestreview-935447321
- dependency-name: 'react'
versions: ['18.x']
- dependency-name: '@types/node'
versions: ['17.x']
# https://github.com/facebook/docusaurus/pull/7102#pullrequestreview-935447321
- dependency-name: '@types/react'
versions: ['18.x']

0 comments on commit 46b018d

Please sign in to comment.