mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
Add renovate.json (#1)
This commit is contained in:
parent
a48b095fbc
commit
3bae16f0f8
1 changed files with 32 additions and 0 deletions
32
renovate.json
Normal file
32
renovate.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base",
|
||||
":dependencyDashboard",
|
||||
":prHourlyLimit4",
|
||||
":prConcurrentLimit10"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major"
|
||||
],
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"description": "Disable major update k8s client-go",
|
||||
"matchPackagePatterns": [
|
||||
"^k8s.io/client-go"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"major"
|
||||
],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"separateMinorPatch": true,
|
||||
"dependencyDashboardApproval": true
|
||||
}
|
Loading…
Reference in a new issue