diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-04-08 17:26:23 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-11 20:02:58 +0000 |
commit | ee5faa2e955d5325035a49bcc5ea7c4feaacb03c (patch) | |
tree | 27d38ddb43b99ebaa61f8fe386fffc9f4dae22a5 /.github/renovate.json | |
parent | 30f9a874db7db7c942eff484852e30a8614c70a1 (diff) | |
download | sonarqube-ee5faa2e955d5325035a49bcc5ea7c4feaacb03c.tar.gz sonarqube-ee5faa2e955d5325035a49bcc5ea7c4feaacb03c.zip |
[NO-JIRA] Ignore doc related dependencies from Renovate
Diffstat (limited to '.github/renovate.json')
-rw-r--r-- | .github/renovate.json | 11 |
1 files changed, 11 insertions, 0 deletions
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", |