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:
renovate[bot] 2024-05-27 18:30:28 +02:00 committed by GitHub
parent 1f64cdf705
commit 01362dd5fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
renovate.json Normal file
View 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"
}