Skip to content

Commit 9a943ed

Browse files
committed
update dependabot config to group updates
1 parent 96582f6 commit 9a943ed

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,18 @@ updates:
1616
directory: '/container_provisioner'
1717
schedule:
1818
interval: 'daily'
19+
groups:
20+
container_provisioner:
21+
patterns:
22+
- 'github.com*'
23+
- 'golang.org*'
1924

2025
- package-ecosystem: 'npm'
2126
directory: '/scraper'
2227
schedule:
2328
interval: 'daily'
29+
groups:
30+
scraper:
31+
patterns:
32+
- 'github.com*'
33+
- 'golang.org*'

0 commit comments

Comments
 (0)