diff --git a/renovate.json b/renovate.json index 7cdf880..36c06ff 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>devxy/renovate-config" + ], + "ignorePaths": [ + "docker/**" ] }