Compare commits

...

1 commit

Author SHA1 Message Date
c9ee1b9c81
Remove .tekton/* from CI skip rule
The current CI skip rule prevents testing when only .tekton/* files
change. However, .tekton files contain critical build configuration:
- Pipeline versions (tekton-bundle digests)
- Base image references (REPOS_IMAGE)

Renovate MRs that update these values (!572, !573, !578, !579, !580,
!581) are currently blocked because CI is skipped, creating a catch-22
where dependency updates cannot be validated before merge.

Removing .tekton/* from the skip list allows these updates to be
properly tested while still skipping CI for documentation-only changes.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-06-23 11:36:31 -04:00

View file

@ -11,7 +11,6 @@ workflow:
- renovate.json
- README.md
- LICENSE
- .tekton/*
when: never
- when: always