From ee5faa2e955d5325035a49bcc5ea7c4feaacb03c Mon Sep 17 00:00:00 2001 From: Philippe Perrin Date: Fri, 8 Apr 2022 17:26:23 +0200 Subject: [NO-JIRA] Ignore doc related dependencies from Renovate --- .github/renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index cc7013d0da2..06e1d347eca 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,6 +9,16 @@ "separateMinorPatch": false, "separateMajorMinor": false, "ignoreDeps": [ + "remark-custom-blocks", + "mdast-util-toc", + "rehype-raw", + "rehype-react", + "rehype-slug", + "remark", + "remark-react", + "remark-rehype", + "unist-util-visit", + "io.spring.dependency-management", "com.jfrog.artifactory", "org.ajoberstar.grgit", @@ -18,6 +28,7 @@ "de.undercouch.download", "com.github.johnrengelman.shadow", "com.bmuschko.docker-remote-api", + "com.sonarsource.abap:sonar-abap-plugin", "com.sonarsource.cobol:sonar-cobol-plugin", "com.sonarsource.cpp:sonar-cfamily-plugin", -- cgit v1.2.3