From 08b7e3a7205b742f1564b84505c17d8992429094 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Tue, 22 Sep 2020 12:04:34 -0400 Subject: [PATCH] chore: exclude org.apache.commons:commons-lang3 from renovate-bot updates since it's not java7 compat (#546) --- renovate.json | 3 +++ synth.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 458c922f7f..e4949e6137 100644 --- a/renovate.json +++ b/renovate.json @@ -74,6 +74,9 @@ "^com.fasterxml.jackson.core" ], "groupName": "jackson dependencies" + }, + { + "excludePackageNames": ["org.apache.commons"] } ], "semanticCommits": true, diff --git a/synth.py b/synth.py index 5956987ef1..c5fa20f236 100644 --- a/synth.py +++ b/synth.py @@ -36,5 +36,5 @@ ) java.common_templates(excludes=[ - '.kokoro/build.bat' # TODO: remove this when we switch to actions + 'renovate.json' # excluding due to common-lang3 dep added to renovate.json ]) \ No newline at end of file