mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Document React 18 dependency policy for Dependabot
This commit is contained in:
parent
e54826a562
commit
18ac06ef60
1 changed files with 15 additions and 0 deletions
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
|
|
@ -20,3 +20,18 @@ updates:
|
|||
update-types:
|
||||
- "version-update:semver-minor"
|
||||
- "version-update:semver-major"
|
||||
# Keep React on 18.x for Obsidian Community plugin review compatibility.
|
||||
# React DOM 19 bundles runtime code that Obsidian's automated review flags
|
||||
# as script injection; see docs/development.md.
|
||||
- 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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue