From a4429b36445db56edcd4caae3abb89c12d7a06de Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Wed, 8 Jan 2025 16:55:50 -0500 Subject: [PATCH] This is pathMatch, not fileMatch --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2208599..273efba 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -12,7 +12,7 @@ { customType: 'regex', fileMatch: [ - '^\\.java-version$', + '\\.java-version$', ], matchStrings: [ '(?.*)\\n',