diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..adcdbfb4 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base", + ":disableDependencyDashboard" + ], + "ignorePaths": [ + "**/3rdparty/**", + "**/docker/**", + "**/docs/**", + "**/lib/**", + "**/proto/**", + "**/src/**", + "**/templates/**", + "**/tests/**" + ] +}