Skip to content

Commit

Permalink
Automerge only patch version updates (except versions 0.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
niki4 authored Jan 30, 2025
1 parent a63b865 commit 9c98763
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
],
"packageRules": [
{
"description": "Automerge non-major updates (versions >1.0.0)",
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
],
"description": "Automerge only patch version updates (except versions 0.x as they could have breaking changes)",
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^(v?0)/",
"automerge": true
}],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
Expand Down

0 comments on commit 9c98763

Please sign in to comment.