Skip to content

Commit 0617419

Browse files
authored
build: ignore dependency updates for @material/ (#22004)
* build: ignore dependency updates for @material/ * Update dependabot.yml * Update dependabot.yml
1 parent 8b3c82d commit 0617419

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)