Skip to content

Commit

Permalink
Install Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Dec 14, 2023
1 parent 6d53504 commit 70a20e8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackagePatterns": ["com.fasterxml.jackson"],
"groupName": "jackson"
}
],
"baseBranches": ["develop"],
"prConcurrentLimit": 3
}

0 comments on commit 70a20e8

Please sign in to comment.