Skip to content

Commit e141106

Browse files
Jan Waśnineinchnick
authored andcommitted
Group dependabot PRs
1 parent dd8989c commit e141106

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,30 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
dependency-updates:
9+
applies-to: version-updates
10+
update-types:
11+
- major
12+
- minor
13+
- patch
14+
security-updates:
15+
applies-to: security-updates
16+
dependency-type: production
717
- package-ecosystem: "npm"
818
directory: "/"
919
schedule:
1020
interval: "weekly"
21+
groups:
22+
dependency-updates:
23+
applies-to: version-updates
24+
update-types:
25+
- major
26+
- minor
27+
- patch
28+
security-updates:
29+
applies-to: security-updates
30+
dependency-type: production
1131
- package-ecosystem: "github-actions"
1232
directory: "/"
1333
schedule:

0 commit comments

Comments
 (0)