Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@ exclude_paths = [
".github/", # CI workflows + pins: never in the artifact
"**/*.md", # docs, incl. fix:-typed README-only edits
"LICENSE",
"alerts.yaml", # README-companion alert rules (docs artifact)
"alerts/", # README-companion alert rules, one file per
# expression language (a ruler parses every expr in
# the file it loads, and PromQL/LogQL are mutually
# unparseable, so a mixed single file loads in neither)
"alerts.yaml", # the pre-folder root form, until no repo has one left
"compose.yaml", # the root-level example compose
"tests/", # smoke tests: exercised at build, never shipped
"**/testdata/",
Expand Down
5 changes: 5 additions & 0 deletions scripts/repin-sha.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/sh
# Renovate sha256 repin helper — CANONICAL COPY in cplieger/ci
# (configs/repin-sha.sh), synced to scripts/repin-sha.sh in every repo with a
# root Dockerfile by scripts/classify-repos.py. DO NOT edit the synced copy in
# an app repo — change it here and let the sync land it.
#
# Recompute a Dockerfile sha256 integrity pin after Renovate moved its version
# literal. Run by Renovate itself via postUpgradeTasks, because no datasource
# publishes a sha256, so the recomputed pin lands in the bump commit.
Expand Down
Loading