diff --git a/renovate.json b/renovate.json index 32c7e12..00ee395 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>ivuorinen/.github:renovate-config"], "includePaths": [ - '.', - 'workflows' + ".", + "workflows" ] }