Skip to content

Commit f6eceb9

Browse files
Configure Renovate (#1)
* 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 <[email protected]>
1 parent eac38b4 commit f6eceb9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"fileMatch": [
7+
"(^|/|\\.)pom\\.xml$",
8+
"^(((\\.mvn)|(\\.m2))/)?settings\\.xml$"
9+
],
10+
"versioning": "maven"
11+
}

0 commit comments

Comments
 (0)