Skip to content

Commit 1a4e891

Browse files
committed
chore: Add dependabot workflow (#1498)
1 parent 789f61d commit 1a4e891

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
groups:
9+
actions-deps:
10+
patterns:
11+
- "*"
12+
13+
- package-ecosystem: "npm"
14+
directory: "/"
15+
schedule:
16+
interval: "daily"
17+
groups:
18+
dev-deps:
19+
dependency-type: "development"
20+
update-types:
21+
- "minor"
22+
- "patch"
23+
prod-deps:
24+
dependency-type: "production"
25+
update-types:
26+
- "minor"
27+
- "patch"

0 commit comments

Comments
 (0)