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>
This commit was merged in pull request #10.
This commit is contained in:
2025-10-15 19:51:57 +02:00
committed by t.behrendt
parent 9b5ee7387a
commit acea8461af

View File

@@ -2,7 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"kubernetes": {
"enabled": true,
"managerFilePatterns": ["(^|/)k8s/.*\\.ya?ml$"],
"labels": ["deps", "k8s"]
}
}