diff --git a/.github/renovate.json5 b/.github/renovate.json5 index df87e18d2..2c14760b9 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,5 +2,9 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>SonarSource/renovate-config" - ] + ], + "ignorePaths": [ + "kotlin-checks-test-sources/**", + "its/**", + ], }