Skip to content

Commit 85e0704

Browse files
hhvrcLucHeart
andauthored
fix: dependabot PR's splitting too much (#471)
Co-authored-by: LucHeart <luc@luc.cat>
1 parent a3433fa commit 85e0704

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ updates:
1515
groups:
1616
ci-cd:
1717
patterns:
18-
- '*' # Group all updates together
18+
- '*'
19+
update-types:
20+
- 'major'
21+
- 'minor'
22+
- 'patch'
1923

2024
# Daily checks for npm package updates in CI-CD scripts
2125
- package-ecosystem: 'npm'
@@ -27,7 +31,11 @@ updates:
2731
groups:
2832
ci-cd:
2933
patterns:
30-
- '*' # Group all updates together
34+
- '*'
35+
update-types:
36+
- 'major'
37+
- 'minor'
38+
- 'patch'
3139

3240
# Daily checks for pip package updates in build system scripts
3341
- package-ecosystem: 'pip'
@@ -39,7 +47,11 @@ updates:
3947
groups:
4048
build-system:
4149
patterns:
42-
- '*' # Group all updates together
50+
- '*'
51+
update-types:
52+
- 'major'
53+
- 'minor'
54+
- 'patch'
4355

4456
# Daily checks for npm package updates in frontend
4557
- package-ecosystem: 'npm'
@@ -51,4 +63,8 @@ updates:
5163
groups:
5264
frontend:
5365
patterns:
54-
- '*' # Group all updates together
66+
- '*'
67+
update-types:
68+
- 'major'
69+
- 'minor'
70+
- 'patch'

0 commit comments

Comments
 (0)