diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 09f7a90348..b837ea25c1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -50,8 +50,6 @@ *** Repository-specific configuration options *** *************************************************/ - // Don't leave dep. update. PRs "hanging", assign them to people. - // "assignees": ["rhatdan", "vrothberg", "Luap99"], "postUpdateOptions": [ "gomodVendor", "gomodTidy" @@ -60,7 +58,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": "^.github/workflows/validate.yml$", + "managerFilePatterns": [ + '/^.github/workflows/validate.yml$/', + ], "matchStrings": [ "LINT_VERSION:\\s+(?.+)\\s*" ],