Skip to content

Commit 2f9e9ef

Browse files
shssoichirobarrbrain
authored andcommitted
Lock clap auto-updates to 4.4 until we bump rustc version
1 parent 5eaae62 commit 2f9e9ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@
1212
"fetchReleaseNotes": true,
1313
"lockFileMaintenance": {
1414
"enabled": true
15-
}
15+
},
16+
"packageRules": [
17+
{
18+
"matchPackageNames": ["clap", "clap_complete"],
19+
"allowedVersions": "<=4.4"
20+
}
21+
]
1622
}

0 commit comments

Comments
 (0)