Skip to content

Commit

Permalink
chore: Configure Renovate (#122)
Browse files Browse the repository at this point in the history
* chore(deps): add renovate.json

* fixup: fix error with findbugs and lombok

Signed-off-by: Todd Baert <toddbaert@gmail.com>

Signed-off-by: Todd Baert <toddbaert@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Todd Baert <toddbaert@gmail.com>
  • Loading branch information
renovate[bot] and toddbaert authored Dec 2, 2022
1 parent ab1291d commit df242bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@
<version>1.18.24</version>
<scope>provided</scope>
</dependency>

<dependency>
<!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.7.3</version>
<scope>provided</scope>
</dependency>

<!-- end provided -->

<!-- test -->
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

0 comments on commit df242bc

Please sign in to comment.