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

Commit 2cd0590

Browse files
fix: update in groups
1 parent 9031cf5 commit 2cd0590

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ updates:
77
time: "11:00"
88
open-pull-requests-limit: 10
99
versioning-strategy: increase-if-necessary
10+
groups:
11+
patch-deps-updates-main:
12+
update-types:
13+
- "patch"
14+
minor-deps-updates-main:
15+
update-types:
16+
- "minor"
17+
major-deps-updates-main:
18+
update-types:
19+
- "major"
1020

1121
- package-ecosystem: github-actions
1222
directory: /

0 commit comments

Comments
 (0)