Skip to content

Commit

Permalink
Merge pull request #36 from halprin/renovate
Browse files Browse the repository at this point in the history
Renovate Dependency Management
  • Loading branch information
halprin authored Jul 4, 2023
2 parents 7b2394b + 168b488 commit 2ecd283
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"extends": ["config:base"],
"dependencyDashboard": false,
"labels": ["dependencies"],
"automergeType": "pr",
"automergeStrategy": "auto",
"major": {
"automerge": false
},
"minor": {
"automerge": true,
"groupName": "minor dependencies",
"groupSlug": "all-minor",
"stabilityDays": 3
},
"patch": {
"automerge": true,
"groupName": "patch dependencies",
"groupSlug": "all-patch",
"stabilityDays": 0
}
}

0 comments on commit 2ecd283

Please sign in to comment.