Skip to content

Commit

Permalink
Configure Renovate (#1)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Update renovate.json

Relocate renovate config and allow updates to POM

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Puneet Behl <behlp@objectcomputing.com>
  • Loading branch information
renovate[bot] and puneetbehl authored Dec 17, 2022
1 parent eac38b4 commit f6eceb9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"fileMatch": [
"(^|/|\\.)pom\\.xml$",
"^(((\\.mvn)|(\\.m2))/)?settings\\.xml$"
],
"versioning": "maven"
}

0 comments on commit f6eceb9

Please sign in to comment.