We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c5483 commit 7b566f4Copy full SHA for 7b566f4
src/dependabot/update_metadata.ts
@@ -16,7 +16,7 @@ export function parse (commitMessage: string, branchName: string, mainBranch: st
16
const data = YAML.parse(yamlFragment.groups.dependencies)
17
18
// Since we are on the `dependabot` branch (9 letters), the 10th letter in the branch name is the delimiter
19
- const delim = branchName[10]
+ const delim = branchName[10]
20
const chunks = branchName.split(delim)
21
const dirname = chunks.slice(2, -1).join(delim) || '/'
22
0 commit comments