Skip to content

Commit 36ce38f

Browse files
committed
Update yml to modern convention, ignore is no longer in use
1 parent dfcb7ce commit 36ce38f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
# .github/dependabot.yml
22
version: 2
33
updates:
4-
- package-ecosystem: "npm"
5-
directory: "/" # Location of package.json files
4+
- package-ecosystem: "npm" # Or "yarn"
5+
directory: "/" # Tells Dependabot to scan root directory only
66
schedule:
77
interval: "daily"
8-
# Ignore dependencies found within pattern-matched directories
9-
ignore:
10-
- dependency-name: "*" # Apply to all dependencies
11-
patterns:
12-
- "Samples/*" # Ignore any package.json or lock file within 'Samples/'

0 commit comments

Comments
 (0)