File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ # This configuration is here to prevent false positive alerts for fixtures and tests.
2+
3+ version : 2
4+ updates :
5+ - package-ecosystem : " npm"
6+ directories :
7+ - " /"
8+ - " /actions/*"
9+ - " /libs/*"
10+ - " /app/*"
11+ schedule :
12+ interval : " weekly"
13+ open-pull-requests-limit : 0
14+ exclude-paths :
15+ - " **/__fixtures__/**"
16+ - " **/__tests__/**"
17+ - " **/dist/index.js"
18+
19+ - package-ecosystem : " github-actions"
20+ directories :
21+ - " /"
22+ - " /actions/*"
23+ - " /app/*"
24+ - " /.github/workflows/*"
25+ schedule :
26+ interval : " weekly"
27+ open-pull-requests-limit : 0
28+
29+ - package-ecosystem : " gomod"
30+ directories :
31+ - " /"
32+ - " /actions/*"
33+ schedule :
34+ interval : " weekly"
35+ open-pull-requests-limit : 0
36+ exclude-paths :
37+ - " **/vendor/**"
38+ - " **/__tests__/**"
39+ - " **/__fixtures__/**"
40+
41+ - package-ecosystem : " pip"
42+ directories :
43+ - " /"
44+ - " /actions/*"
45+ schedule :
46+ interval : " weekly"
47+ open-pull-requests-limit : 0
48+ exclude-paths :
49+ - " **/__tests__/**"
50+ - " **/__fixtures__/**"
You can’t perform that action at this time.
0 commit comments