diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 000000000..4b54fb04c --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,13 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>SonarSource/renovate-config" + ], + "ignorePaths": [ + "kotlin-checks-test-sources/**", + "its/**", + ], + "baseBranches": [ + "test-renovate", + ] +}