mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-08-22 20:22:51 +02:00
24 lines
548 B
JSON
24 lines
548 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":dependencyDashboard",
|
|
":timezone(Europe/Zurich)",
|
|
"group:kubernetes"
|
|
],
|
|
"schedule": "on friday and saturday",
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": [ "patch" ],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"labels": [ "patch" ],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchUpdateTypes": [ "minor" ],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"labels": [ "minor" ],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|