Skip to content

Commit 25beb3a

Browse files
committed
chore: add dependabot config
1 parent 834486d commit 25beb3a

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.github/dependabot.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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__/**"

0 commit comments

Comments
 (0)