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 = \"(?.*)\""