fix: remove non-functional source .common-repo.yaml

Source-declared include/exclude/rename are not wired into the
common-repo 0.27.0 pipeline (see common-repo/common-repo#226).
Consumers must use with: clause for now.
This commit is contained in:
2026-03-15 01:40:54 -07:00
parent 22ab4208bb
commit 9e46120f54

View File

@@ -1,10 +0,0 @@
# Source-level config: exclude everything except src/.
# Rename strips the src/ prefix for consumers.
- exclude:
- "README.md"
- "LICENSE"
- ".github/**"
- "commitlint.config.js"
- ".releaserc.yaml"
- rename:
- "^src/(.+)": "%[1]s"