Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jan 25, 2025
1 parent 131111f commit 9577db5
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,25 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"labels": [
"dependencies"
],
"reviewers": [
"@ohcnetwork/care-fe-code-reviewers"
],
"automergeStrategy": "squash",
"automergeType": "pr",
"bumpVersion": "minor",
"packageRules": [
{
"groupName": "all dependencies (minor, patch)",
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}
}

0 comments on commit 9577db5

Please sign in to comment.