Skip to content

Commit 9d374b9

Browse files
committed
Monitor yjit and zjit cargo directories and group them as JIT group
1 parent c133652 commit 9d374b9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,15 @@ updates:
1313
schedule:
1414
interval: 'daily'
1515
- package-ecosystem: 'cargo'
16-
directory: '/yjit'
16+
directories:
17+
- '/yjit'
18+
- '/zjit'
1719
schedule:
1820
interval: 'daily'
21+
groups:
22+
jit:
23+
patterns:
24+
- "*"
1925
- package-ecosystem: 'vcpkg'
2026
directory: '/'
2127
schedule:

0 commit comments

Comments
 (0)