Compare commits

..

1 Commits
0.4.1 ... 0.4.2

Author SHA1 Message Date
957db57cca fix: k8s file matching (#8)
All checks were successful
CD / Release (push) Successful in 15s
Reviewed-on: #8
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
2025-10-15 11:23:42 +02:00

View File

@@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"kubernetes": {
"enabled": true,
"fileMatch": ["^k8s/*\\.yaml$"],
"managerFilePatterns": ["^k8s/*\\.yaml$"],
"labels": ["deps", "k8s"]
}
}