Skip to content

Commit 39abb4f

Browse files
committed
fix: fix dependabot config
1 parent 91e3bbc commit 39abb4f

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@ version: 2
22
updates:
33
- package-ecosystem: "bun"
44
directory: "/frontend"
5-
minor-patch:
6-
update-types:
7-
- "patch"
8-
- "minor"
5+
groups:
6+
minor-patch:
7+
update-types:
8+
- "patch"
9+
- "minor"
910
schedule:
1011
interval: "daily"
1112

1213
- package-ecosystem: "gomod"
1314
directory: "/"
14-
minor-patch:
15-
update-types:
16-
- "patch"
17-
- "minor"
15+
groups:
16+
minor-patch:
17+
update-types:
18+
- "patch"
19+
- "minor"
1820
schedule:
1921
interval: "daily"
2022

0 commit comments

Comments
 (0)