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 9097c67 commit 5c4f508Copy full SHA for 5c4f508
.github/dependabot.yml
@@ -0,0 +1,19 @@
1
+version: 2
2
+updates:
3
+ # Ignore all updates to the `tests` directory (old webpack 4 tests)
4
+ - package-ecosystem: "npm"
5
+ directory: "/tests"
6
+ schedule:
7
+ interval: "weekly"
8
+ ignore:
9
+ - dependency-name: "*"
10
+
11
12
+ directory: "/tests_webpack"
13
14
15
16
17
+ directory: "/examples"
18
19
0 commit comments