Skip to content

Commit e38f159

Browse files
authored
Update ignore to exclude-paths
1 parent dbc922e commit e38f159

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ updates:
1414
directory: "/"
1515
schedule:
1616
interval: "weekly"
17-
ignore:
18-
- dependency-name: "*"
19-
directories:
20-
- "samples/**"
17+
exclude-paths:
18+
- "samples/**"
2119
- package-ecosystem: "npm"
2220
directory: "/website"
2321
schedule:

0 commit comments

Comments
 (0)