diff --git a/.github/renovate.json b/.github/renovate.json index 38a950c..87da64a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,6 +14,7 @@ ] }, "ignorePaths": [ - "resources/scripts/**" + "resources/scripts/**", + "docs/**" ] }