Skip to content

Commit

Permalink
#16 Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriBouteille committed Mar 4, 2024
1 parent 1bf0345 commit 24930f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":disableDependencyDashboard"
],
"minimumReleaseAge": "30 days",
"labels": ["dependencies"],
"prConcurrentLimit": 5,
"baseBranches": ["develop"],
"assignees": ["dimitriBouteille"]
}

0 comments on commit 24930f4

Please sign in to comment.