diff --git a/.github/renovate.json b/.github/renovate.json index 6fc4a0e..38a950c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,5 +12,8 @@ "**/bower_components/**", "docs/**" ] - } + }, + "ignorePaths": [ + "resources/scripts/**" + ] }