Skip to content

Commit

Permalink
chore: update renovate config to ignore some deps as their new versio…
Browse files Browse the repository at this point in the history
…ns are not compatible with java 8 (#1589)

Co-authored-by: Jonathan Hess (he/him) <[email protected]>
  • Loading branch information
ttosta-google and hessjcg authored Oct 6, 2023
1 parent bd07740 commit d883233
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"dependencyDashboard": true,
"dependencyDashboardLabels": ["type: process"],
"semanticCommits": "disabled",
"ignoreDeps": [
"com.coveo:fmt-maven-plugin",
"com.zaxxer:HikariCP",
"com.google.googlejavaformat:google-java-format",
"com.google.errorprone:error_prone_core"
],
"packageRules": [
{
"matchPackagePatterns": [".*"],
Expand Down

0 comments on commit d883233

Please sign in to comment.