Skip to content

Commit a09f61f

Browse files
ystemsrxclaude
andcommitted
chore(ci): ignore @antv/g6 major bumps in dependabot
g6 5.x is a complete API rewrite — different graph mount API, layout system, custom-node registration. Porting requires rewriting the useGraph hook and every node/edge definition. Until that is a deliberate effort, accept only patch/minor bumps on the 4.x line. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 35be7bd commit a09f61f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ updates:
1313
prefix: chore(deps)
1414
prefix-development: chore(deps-dev)
1515
include: scope
16+
# @antv/g6 5.x is a full API rewrite (different mount API, layout system,
17+
# node registration). Pin to 4.x and only allow patch/minor bumps until
18+
# we deliberately port the codebase.
19+
ignore:
20+
- dependency-name: "@antv/g6"
21+
update-types: ["version-update:semver-major"]
1622
groups:
1723
# React 一组:核心 + 类型一起升,避免 react / react-dom / @types/react 错配
1824
react:

0 commit comments

Comments
 (0)