We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcb7ce commit 36ce38fCopy full SHA for 36ce38f
.github/dependabot.yml
@@ -1,12 +1,7 @@
1
# .github/dependabot.yml
2
version: 2
3
updates:
4
- - package-ecosystem: "npm"
5
- directory: "/" # Location of package.json files
+ - package-ecosystem: "npm" # Or "yarn"
+ directory: "/" # Tells Dependabot to scan root directory only
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