Skip to content

Commit

Permalink
Lock clap auto-updates to 4.4 until we bump rustc version
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro authored and barrbrain committed Mar 5, 2024
1 parent 5eaae62 commit 2f9e9ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@
"fetchReleaseNotes": true,
"lockFileMaintenance": {
"enabled": true
}
},
"packageRules": [
{
"matchPackageNames": ["clap", "clap_complete"],
"allowedVersions": "<=4.4"
}
]
}

0 comments on commit 2f9e9ef

Please sign in to comment.