Skip to content

Commit 0dad25b

Browse files
authored
Update dependabot.yml
1 parent c3ab321 commit 0dad25b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,16 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
production-dependencies:
14+
dependency-type: "production"
15+
development-dependencies:
16+
dependency-type: "development"
17+
- package-ecosystem: github-actions
18+
directory: /
19+
schedule:
20+
interval: weekly
21+
groups:
22+
actions:
23+
patterns:
24+
- "*"

0 commit comments

Comments
 (0)