mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 06:45:49 +02:00
![renovate[bot]](/assets/img/avatar_default.png)
* Add renovate.json * populate renovate configuration --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Remy Moll <me@moll.re>
10 lines
238 B
JSON
10 lines
238 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":dependencyDashboard",
|
|
":timezone(Europe/Zurich)",
|
|
"group:kubernetes"
|
|
],
|
|
"schedule": "on friday and saturday"
|
|
}
|