Skip to content

Commit 5b30c4c

Browse files
committed
build: ignore dependency updates for @material/ (#22004)
* build: ignore dependency updates for @material/ * Update dependabot.yml * Update dependabot.yml (cherry picked from commit 0617419)
1 parent 78e45d0 commit 5b30c4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ updates:
1313
- "merge safe"
1414
- "target: patch"
1515
open-pull-requests-limit: 5
16+
ignore:
17+
- dependency-name: "@material/*"
18+
- dependency-name: "material-components-web"

0 commit comments

Comments
 (0)