Skip to content

Commit 0f1e689

Browse files
committed
chore(dependabot): pin marked to <16 to keep peer compat with marked-terminal
marked-terminal@7.3.0 requires peer marked@">=1 <16". Ignore semver-major bumps for marked until marked-terminal supports a newer range.
1 parent d97ca27 commit 0f1e689

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7+
ignore:
8+
- dependency-name: "marked"
9+
update-types: ["version-update:semver-major"]
710
groups:
811
dev-dependencies:
912
dependency-type: development

0 commit comments

Comments
 (0)