From 26318854bc21100b194751cdc2af0c1245254ca9 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 8 May 2025 00:16:55 +0530 Subject: [PATCH] chore: update Renovate config --- .github/renovate.json5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 843e1aa8..626ae02f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,8 +8,8 @@ ], "branchConcurrentLimit": 15, "github-actions": { - "fileMatch": [ - ".github/reusable-workflows/.+\\.ya?ml$", + "managerFilePatterns": [ + "/.github/reusable-workflows/.+\\.ya?ml$/", ], }, "packageRules": [ @@ -69,8 +69,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "SpotlessPlugin\.kt$" + "managerFilePatterns": [ + "/SpotlessPlugin\.kt$/" ], "matchStrings": [ "KTFMT_VERSION = \"(?.*)\""