Skip to content

Commit 0148cfe

Browse files
authored
chore: prevent @ant-design/cssinjs updates (ant-design#48141)
* chore: prevent @ant-design/cssinjs updates ant-design#48139 Signed-off-by: afc163 <[email protected]> * Update dependabot.yml Signed-off-by: afc163 <[email protected]> --------- Signed-off-by: afc163 <[email protected]>
1 parent bc2c1e1 commit 0148cfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ updates:
2626
dev-dependencies:
2727
dependency-type: "development"
2828
update-types: ["major"]
29+
ignore:
30+
- dependency-name: "@ant-design/cssinjs"
2931
- package-ecosystem: "github-actions"
3032
directory: "/"
3133
schedule:

0 commit comments

Comments
 (0)