diff --git a/.github/renovate.json b/.github/renovate.json index cccce771ea8..759ab0129df 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>hypermodeinc/renovate-config"], - "ignore-paths": ["contrib/**"] + "ignorePaths": ["contrib/**"] }