Skip to content

Commit d883233

Browse files
chore: update renovate config to ignore some deps as their new versions are not compatible with java 8 (#1589)
Co-authored-by: Jonathan Hess (he/him) <[email protected]>
1 parent bd07740 commit d883233

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"dependencyDashboard": true,
1010
"dependencyDashboardLabels": ["type: process"],
1111
"semanticCommits": "disabled",
12+
"ignoreDeps": [
13+
"com.coveo:fmt-maven-plugin",
14+
"com.zaxxer:HikariCP",
15+
"com.google.googlejavaformat:google-java-format",
16+
"com.google.errorprone:error_prone_core"
17+
],
1218
"packageRules": [
1319
{
1420
"matchPackagePatterns": [".*"],

0 commit comments

Comments
 (0)