Skip to content

Commit 36f54e2

Browse files
tomasmatusmartinpitt
authored andcommitted
dependabot: ignore major xterm updates
Closes: #22716 xterm/addon-canvas support was dropped and it requires xterm/xterm 5.x.x
1 parent 870478b commit 36f54e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ updates:
4747
- dependency-name: "*react*"
4848
update-types: ["version-update:semver-major"]
4949

50+
# @xterm/addon-canvas is deprecated and requires xterm/xterm 5.x.x
51+
- dependency-name: "@xterm/*"
52+
update-types: ["version-update:semver-major"]
53+
5054
- package-ecosystem: "github-actions"
5155
directory: "/"
5256
open-pull-requests-limit: 3

0 commit comments

Comments
 (0)