2 Commits

2 changed files with 10 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ spec:
chart:
spec:
chart: cert-manager-webhook-ovh
version: 0.9.2
version: 0.9.3
sourceRef:
kind: HelmRepository
name: cert-manager-webhook-ovh

View File

@@ -10,5 +10,13 @@
"gotk-components\\.ya?ml$"
]
},
"prHourlyLimit": 9
"prHourlyLimit": 9,
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
}
]
}