diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-04-05 09:11:02 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-05 20:03:16 +0000 |
commit | a5cf8b00c7d9c8a80440389af8fe3c868e5276e2 (patch) | |
tree | 92a12ade133945351dfd53500935c0df0f207a42 /.github | |
parent | 12939729652fad6fa91b72c2139da65dc07ec7e0 (diff) | |
download | sonarqube-a5cf8b00c7d9c8a80440389af8fe3c868e5276e2.tar.gz sonarqube-a5cf8b00c7d9c8a80440389af8fe3c868e5276e2.zip |
[NO-JIRA] Exclude sonar-docs from the renovate bot scope
Diffstat (limited to '.github')
-rw-r--r-- | .github/renovate.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json index a7083dd2291..cc7013d0da2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -54,6 +54,7 @@ "labels": [ "dependencies" ], + "ignorePaths": ["**/server/sonar-docs/**"], "packageRules": [ { "matchManagers": "maven", |