Skip to content

Commit

Permalink
chore(deps): ignore react and react-dom updates (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
daneah authored Jan 27, 2025
1 parent 09f87b5 commit 729b133
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,17 @@ updates:
- dependency-name: 'style-dictionary'
update-types:
- 'version-update:semver-major'

# ithaka/pharos#856
- dependency-name: 'react'
update-types:
- 'version-update:semver-major'
- dependency-name: 'react-dom'
update-types:
- 'version-update:semver-major'
- dependency-name: '@types/react'
update-types:
- 'version-update:semver-major'
- dependency-name: '@types/react-dom'
update-types:
- 'version-update:semver-major'

0 comments on commit 729b133

Please sign in to comment.