Skip to content

Commit

Permalink
chore: exclude org.apache.commons:commons-lang3 from renovate-bot upd…
Browse files Browse the repository at this point in the history
…ates since it's not java7 compat (#546)
  • Loading branch information
stephaniewang526 committed Sep 22, 2020
1 parent 50bb618 commit 08b7e3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions renovate.json
Expand Up @@ -74,6 +74,9 @@
"^com.fasterxml.jackson.core"
],
"groupName": "jackson dependencies"
},
{
"excludePackageNames": ["org.apache.commons"]
}
],
"semanticCommits": true,
Expand Down
2 changes: 1 addition & 1 deletion synth.py
Expand Up @@ -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
])

0 comments on commit 08b7e3a

Please sign in to comment.