Skip to content

Commit 2967f98

Browse files
committed
Use relative path in dependabot exclude-paths
1 parent 8f82cbf commit 2967f98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ updates:
1616
- '/yjit'
1717
- '/zjit'
1818
exclude-paths:
19-
- '/gc/mmtk/**'
19+
- 'gc/mmtk/**'
2020
schedule:
2121
interval: 'daily'
2222
groups:

0 commit comments

Comments
 (0)