Skip to content

Commit dfcb7ce

Browse files
authored
Init dependabot yml to stop scanning sample implementation files (#297)
Co-authored-by: Scot Matson <4695187+scotmatson@users.noreply.github.com>
1 parent ed0df22 commit dfcb7ce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# .github/dependabot.yml
2+
version: 2
3+
updates:
4+
- package-ecosystem: "npm"
5+
directory: "/" # Location of package.json files
6+
schedule:
7+
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)