We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e02051 commit 497a085Copy full SHA for 497a085
1 file changed
.github/dependabot.yml
@@ -0,0 +1,38 @@
1
+version: 2
2
+updates:
3
+ # ignore integration tests security alerts
4
+ - package-ecosystem: composer
5
+ directory: /
6
+ schedule:
7
+ interval: weekly
8
+ exclude-paths:
9
+ - "/integration/**"
10
+ - "**/tests/**"
11
+ - package-ecosystem: bundler
12
13
14
15
16
17
18
+ - package-ecosystem: gomod
19
20
21
22
23
24
25
+ - package-ecosystem: npm
26
27
28
29
30
31
32
+ - package-ecosystem: cargo
33
34
35
36
37
38
0 commit comments