Skip to content

Commit

Permalink
renovate: just do patch updates
Browse files Browse the repository at this point in the history
Renovate apparently doesn't understand that in Rust for pre-1.0 crates
that "minor" are actually semver bumps.

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Feb 9, 2024
1 parent fd00c85 commit 40eb057
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@

"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"groupName": "all patch dependencies",
"groupSlug": "all-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
Expand Down

0 comments on commit 40eb057

Please sign in to comment.