Skip to content

Commit df5992b

Browse files
committed
fix: update depNameTemplate for Vagrant to use correct casing
1 parent d998168 commit df5992b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
"customType": "regex",
252252
"managerFilePatterns": ["/^windows/Install-VagrantVMware\\.ps1$/"],
253253
"matchStrings": ["\\$VAGRANT_VERSION\\s*=\\s*\"(?<currentValue>[^\"]+)\""],
254-
"depNameTemplate": "Hashicorp.Vagrant",
254+
"depNameTemplate": "hashicorp/vagrant",
255255
"datasourceTemplate": "github-releases",
256256
"extractVersionTemplate": "^v(?<version>.+)$"
257257
}

0 commit comments

Comments
 (0)