Skip to content

Commit

Permalink
ci: 🎡 allow Renovate to automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Nov 13, 2023
1 parent e78632c commit 82a2c84
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@
"automerge": true
},
"rangeStrategy": "replace",
"postUpdateOptions": ["yarnDedupeHighest"]
"postUpdateOptions": ["yarnDedupeHighest"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit 82a2c84

Please sign in to comment.