Skip to content

Commit 497a085

Browse files
authored
ci: dependabot ignore integration tests checks (#837)
1 parent 2e02051 commit 497a085

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: /
13+
schedule:
14+
interval: weekly
15+
exclude-paths:
16+
- "/integration/**"
17+
- "**/tests/**"
18+
- package-ecosystem: gomod
19+
directory: /
20+
schedule:
21+
interval: weekly
22+
exclude-paths:
23+
- "/integration/**"
24+
- "**/tests/**"
25+
- package-ecosystem: npm
26+
directory: /
27+
schedule:
28+
interval: weekly
29+
exclude-paths:
30+
- "/integration/**"
31+
- "**/tests/**"
32+
- package-ecosystem: cargo
33+
directory: /
34+
schedule:
35+
interval: weekly
36+
exclude-paths:
37+
- "/integration/**"
38+
- "**/tests/**"

0 commit comments

Comments
 (0)