Compare commits

...

3 Commits
0.4.1 ... 0.5.1

Author SHA1 Message Date
acea8461af chore: remove k8s file matcher (#10)
All checks were successful
CD / Release (push) Successful in 25s
We are moving all file matchers and matcher patterns into the implementing repos, as the path differs for most users.

Reviewed-on: #10
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-15 19:51:57 +02:00
9b5ee7387a feat: make k8s paths more flexible (#9)
All checks were successful
CD / Release (push) Successful in 14s
This PR makes matching of k8s manifests more flexible.

Reviewed-on: #9
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-10-15 19:44:23 +02:00
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,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"kubernetes": {
"enabled": true,
"fileMatch": ["^k8s/*\\.yaml$"],
"labels": ["deps", "k8s"]
}
}