Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit f6814b0

Browse files
authored
chore: using dependabot groups (#188)
1 parent f51e5ab commit f6814b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ updates:
55
versioning-strategy: widen
66
schedule:
77
interval: "weekly"
8+
groups:
9+
dependencies:
10+
dependency-type: "production"
11+
development-dependencies:
12+
dependency-type: "development"
813
- package-ecosystem: "github-actions"
914
directory: "/"
1015
schedule:
1116
interval: "monthly"
17+
groups:
18+
github-actions:
19+
patterns:
20+
- "*"

0 commit comments

Comments
 (0)