Skip to content

Commit

Permalink
chore: add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Nov 7, 2023
1 parent 838ca05 commit e041cdf
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"extends": ["config:base", ":semanticCommitTypeAll(chore)"],
"pinVersions": false,
"separateMajorMinor": false,
"dependencyDashboard": false,
"semanticCommits": "enabled",
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 2am"],
"automerge": true,
"automergeType": "branch"
},
"constraints": {
"npm": "^10.0.0"
},
"packageRules": [
{
"matchUpdateTypes": ["patch", "minor"],
"matchCurrentVersion": "!/^0/",
"groupName": "patch/minor dependencies",
"groupSlug": "all-non-major",
"automerge": true,
"automergeType": "branch"
}
],
"schedule": ["every weekday"]
}

0 comments on commit e041cdf

Please sign in to comment.