mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 14:25:49 +02:00
chore: Configure Renovate (#27)
* 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>
This commit is contained in:
parent
1f64cdf705
commit
01362dd5fd
1 changed files with 10 additions and 0 deletions
10
renovate.json
Normal file
10
renovate.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
":dependencyDashboard",
|
||||
":timezone(Europe/Zurich)",
|
||||
"group:kubernetes"
|
||||
],
|
||||
"schedule": "on friday and saturday"
|
||||
}
|
Loading…
Reference in a new issue