Skip to content

Commit

Permalink
Avoid renovating minor-pinned crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed May 4, 2024
1 parent ee499a6 commit 9553c1f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "pin"],
"updateTypes": ["minor", "pin"]
}
]
}

0 comments on commit 9553c1f

Please sign in to comment.