Skip to content

Commit

Permalink
Merge pull request #12 from halprin/rennovate
Browse files Browse the repository at this point in the history
Add Renovate Configuration
  • Loading branch information
halprin authored Jan 26, 2024
2 parents c1b17b2 + 2d132ca commit 5142bc8
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 5142bc8

Please sign in to comment.