Skip to content

Commit ee9e920

Browse files
authored
Update renovate.json5
1 parent 9048c7a commit ee9e920

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/renovate.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"^.github/workflows/update-formula.yml$"
99
],
1010
"matchStrings": [
11-
"https:\\/\\/github\\.com\\/knope-dev\\/knope\\/archive\\/refs\\/tags\\/v(?<currentValue>.*)\\.tar\\.gz",
11+
"https:\\/\\/github\\.com\\/knope-dev\\/knope\\/archive\\/refs\\/tags\\/knope\\/v(?<currentValue>.*)\\.tar\\.gz",
1212
"https:\\/\\/github\\.com\\/knope-dev\\/homebrew-tap\\/releases\\/download\\/knope-(?<currentValue>.*)",
13-
"https:\\/\\/codeload\\.github\\.com\\/knope-dev\\/knope\\/tar\\.gz\\/refs\\/tags\\/v(?<currentValue>.*)"
13+
"https:\\/\\/codeload\\.github\\.com\\/knope-dev\\/knope\\/tar\\.gz\\/refs\\/tags\\/knope\\/v(?<currentValue>.*)"
1414
],
1515
"depNameTemplate": "knope",
1616
"datasourceTemplate": "crate",
1717
"versioningTemplate": "semver"
1818
}
1919
]
20-
}
20+
}

0 commit comments

Comments
 (0)