Skip to content

Commit 01362dd

Browse files
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 <[email protected]>
1 parent 1f64cdf commit 01362dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
":dependencyDashboard",
6+
":timezone(Europe/Zurich)",
7+
"group:kubernetes"
8+
],
9+
"schedule": "on friday and saturday"
10+
}

0 commit comments

Comments
 (0)