Skip to content

Commit 77c4a37

Browse files
committed
dependabot config: group everythig together
1 parent f2f2e94 commit 77c4a37

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ updates:
1919
prefix: "[tools]"
2020
include: "scope"
2121
groups:
22-
all-tools:
22+
main:
2323
patterns:
2424
- "*"
2525

@@ -30,6 +30,12 @@ updates:
3030
commit-message:
3131
prefix: "[deps][conf]"
3232
include: "scope"
33+
allow:
34+
- dependency-type: all
35+
groups:
36+
main:
37+
patterns:
38+
- "*"
3339

3440
- package-ecosystem: "gomod"
3541
directory: "/http"
@@ -38,3 +44,9 @@ updates:
3844
commit-message:
3945
prefix: "[deps][http]"
4046
include: "scope"
47+
allow:
48+
- dependency-type: all
49+
groups:
50+
main:
51+
patterns:
52+
- "*"

scripts/dependabot-file

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ updates:
2222
prefix: "[tools]"
2323
include: "scope"
2424
groups:
25-
all-tools:
25+
main:
2626
patterns:
2727
- "*"
2828
END
@@ -37,6 +37,12 @@ section() {
3737
commit-message:
3838
prefix: "[deps][${1}]"
3939
include: "scope"
40+
allow:
41+
- dependency-type: all
42+
groups:
43+
main:
44+
patterns:
45+
- "*"
4046
END
4147
}
4248
export -f section

0 commit comments

Comments
 (0)