Skip to content

Commit

Permalink
chore: Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Sep 25, 2024
1 parent 5f63004 commit 0877078
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,23 @@
"config:recommended",
":semanticCommitTypeAll(chore)"
],
"automerge": true,
"automergeStrategy": "squash",
"packageRules": [
{
"matchPackageNames": ["aiohttp"],
"matchPackageNames": [
"aiohttp"
],
"enabled": false
},
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": [
"minor",
"patch",
"digest"
],
"automerge": true,
"automergeType": "branch",
"automergeStrategy": "squash"
}
]
}

0 comments on commit 0877078

Please # to comment.