File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "customManagers" : [
1515 {
1616 "customType" : " regex" ,
17- "fileMatch " : [
18- " (^|\\ /)generate-sdk\\ .sh$"
17+ "managerFilePatterns " : [
18+ " / (^|\\ /)generate-sdk\\ .sh$/ "
1919 ],
2020 "matchStrings" : [
21- " # Renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?) versioning=(?<versioning>.*?)?\\ sGENERATOR_VERSION= \\\ " ?(?<currentValue>.*?)\\\"\\ s "
21+ " # Renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?) versioning=(?<versioning>.*?)?\\ s+GENERATOR_VERSION= \ " ?(?<currentValue>.*?)\" "
2222 ]
2323 },
2424 {
2525 "customType" : " regex" ,
26- "fileMatch " : [
27- " (^|\\ /)go\\ .mod\\ .mustache$"
26+ "managerFilePatterns " : [
27+ " / (^|\\ /)go\\ .mod\\ .mustache$/ "
2828 ],
2929 "matchStrings" : [
30- " {{gitHost}} \\ /{{gitUserId}} \\ /{{gitRepoId}} \\ /core ? (?<currentValue>.*?)\\ s"
30+ " github.com \/ stackitcloud \/ stackit-sdk-go \ / core (?<currentValue>.*?)\\ s"
3131 ],
3232 "datasourceTemplate" : " go" ,
3333 "depNameTemplate" : " github.com/stackitcloud/stackit-sdk-go" ,
Original file line number Diff line number Diff line change 5757 GENERATOR_VERSION=" v6.6.0" # There are issues with GO SDK generation in version v7
5858 ;;
5959python)
60+ # Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
6061 GENERATOR_VERSION=" v7.9.0"
6162 ;;
6263* )
You can’t perform that action at this time.
0 commit comments