This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 0d66accc37 chore(build): prevent opening Dependabot PRs for `@rjsf/*`
deps due to React 18 constraint (#37976)
0d66accc37 is described below
commit 0d66accc3770782b0f8afcd01b9c295b4c9986e2
Author: Đỗ Trọng Hải <[email protected]>
AuthorDate: Wed Feb 25 01:28:05 2026 +0700
chore(build): prevent opening Dependabot PRs for `@rjsf/*` deps due to
React 18 constraint (#37976)
Signed-off-by: hainenber <[email protected]>
---
.github/dependabot.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 4135741d9e..fbe74750dd 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,6 +16,7 @@ updates:
update-types: ["version-update:semver-major",
"version-update:semver-minor"]
- dependency-name: "eslint-plugin-storybook"
- dependency-name: "react-error-boundary"
+ - dependency-name: "@rjsf/*"
# remark-gfm v4+ requires react-markdown v9+, which needs React 18
- dependency-name: "remark-gfm"
- dependency-name: "react-markdown"