initial commit

This commit is contained in:
Tom Neuber 2024-05-06 10:44:23 +02:00
commit e2f07ec151
Signed by: tom
GPG key ID: F17EFE4272D89FF6
7 changed files with 120 additions and 0 deletions

11
renovate.json Normal file
View file

@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"dependencyDashboard": true,
"kubernetes": {
"enabled": true,
"fileMatch": ["k8s/.+\\.yaml$"]
}
}