Skip to content

Commit

Permalink
Update renovate.json (#136)
Browse files Browse the repository at this point in the history
That way it also lookup for maven dependencies
  • Loading branch information
sebastienvermeille committed Apr 8, 2024
1 parent da7694a commit a38abcc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>SonarSource/renovate-config:re-team"
]
],
"enabledManagers": [
"maven",
"github-actions",
"custom.regex"
],
"maven": {
"enabled": true
}
}

0 comments on commit a38abcc

Please sign in to comment.