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 ed0df22 commit dfcb7ceCopy full SHA for dfcb7ce
.github/dependabot.yml
@@ -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