Skip to content

Commit bf95220

Browse files
authored
fix: use @asyncapi/[email protected] (#4846)
Refs #4845
1 parent aece36a commit bf95220

File tree

3 files changed

+71
-670
lines changed

3 files changed

+71
-670
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Do not modify this file.
1+
# Do not modify this file.
22
# Dependabot configuration can only be changed in the default branch
33

44
version: 2
@@ -46,6 +46,8 @@ updates:
4646
prefix: "chore"
4747
include: "scope"
4848
open-pull-requests-limit: 3
49+
ignore:
50+
- dependency-name: "@asyncapi/react-component"
4951

5052
- package-ecosystem: "docker"
5153
# Look for a `Dockerfile` in the `root` directory

0 commit comments

Comments
 (0)