Skip to content

Commit 0b5b114

Browse files
committed
Update dependabot.yml
1 parent 8775dbc commit 0b5b114

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,39 @@ updates:
44
directory: '/python/'
55
schedule:
66
interval: 'monthly'
7+
groups:
8+
group:
9+
patterns:
10+
- "*"
711
- package-ecosystem: 'docker'
812
directory: '/python/python/'
913
schedule:
1014
interval: 'monthly'
15+
groups:
16+
group:
17+
patterns:
18+
- "*"
1119
- package-ecosystem: 'github-actions'
1220
directory: '/'
1321
schedule:
1422
interval: 'monthly'
23+
groups:
24+
group:
25+
patterns:
26+
- "*"
1527
- package-ecosystem: 'pip'
1628
directory: '/python/'
1729
schedule:
1830
interval: 'monthly'
31+
groups:
32+
group:
33+
patterns:
34+
- "*"
1935
- package-ecosystem: 'pip'
2036
directory: '/python/python/'
2137
schedule:
22-
interval: 'monthly'
38+
interval: 'monthly'
39+
groups:
40+
group:
41+
patterns:
42+
- "*"

0 commit comments

Comments
 (0)