diff --git a/renovate.json b/renovate.json index 7d31f61e..72ae796b 100644 --- a/renovate.json +++ b/renovate.json @@ -14,8 +14,10 @@ "automerge": false }, { - "matchFiles": [".github/workflows/build.yml"], + "matchFileNames": [ + ".github/workflows/build.yml" + ], "enabled": false } ] -} \ No newline at end of file +}