From cb3bdbf9909aad9de212f7fe7b0cb4f23d09fc00 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Mon, 20 Oct 2025 13:23:31 -0400 Subject: [PATCH] chore: Renovate bot update the presubmit configs --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1a34adbfe5..598f2acf29 100644 --- a/renovate.json +++ b/renovate.json @@ -16,7 +16,8 @@ { "customType": "regex", "managerFilePatterns": [ - "/^.kokoro/continuous/graalvm-native.*.cfg$/" + "/^.kokoro/continuous/graalvm-native.*.cfg$/", + "/^.kokoro/presubmit/graalvm-native.*.cfg$/" ], "matchStrings": [ "value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?.*?)\""