Skip to content

Commit a1c79f8

Browse files
authored
Create dependabot.yaml
1 parent b5ec3fc commit a1c79f8

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/dependabot.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: docker
5+
directory: "/"
6+
schedule:
7+
interval: "monthly"
8+
groups:
9+
docker:
10+
patterns:
11+
- "*"
12+
- package-ecosystem: npm
13+
directory: "/"
14+
schedule:
15+
interval: "monthly"
16+
groups:
17+
typescript:
18+
patterns:
19+
- "typescript"
20+
- "ts-node"
21+
eslint:
22+
patterns:
23+
- "eslint-*"
24+
- "@typescript-eslint/*"
25+
jest:
26+
patterns:
27+
- "jest"
28+
- "jest-*"
29+
- "@types/jest"
30+
- "ts-jest"

0 commit comments

Comments
 (0)