1
0
mirror of https://github.com/rancher/steve.git synced 2025-04-27 02:51:10 +00:00

Make sure this rule is disabled.

This commit is contained in:
Eric Promislow 2025-04-23 15:36:53 -07:00
parent 8b10884461
commit 13725af201

View File

@ -5,8 +5,11 @@
"baseBranches": [
"master"
],
"packageRules": {
"matchPackageNames": ["helm.sh/helm/v3"]
},
"packageRules": [
{
"matchPackageNames": ["helm.sh/helm/v3"],
"enabled": false
}
],
"prHourlyLimit": 2
}