diff --git a/.github/renovate.json b/.github/renovate.json index 740eb7e0a9..773fa65a19 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -146,6 +146,17 @@ ], "depNameTemplate": "strimzi/strimzi-kafka-operator", "datasourceTemplate": "github-releases" + }, + { + "customType": "regex", + "fileMatch": [ + "performance-tests/perf-tests.sh" + ], + "matchStrings": [ + "AP_LOADER_JAR_VERSION=(?\\d+\\.\\d+-\\d+)" + ], + "depNameTemplate": "me.bechberger:ap-loader-all", + "datasourceTemplate": "maven" } ] }