All checks were successful
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 16s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m26s
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m36s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 9m19s
29 lines
861 B
TOML
29 lines
861 B
TOML
[files]
|
|
extend-exclude = ["*.csr", "*.lock", "pnpm-lock.yaml"]
|
|
|
|
[default]
|
|
extend-ignore-re = [
|
|
"(?Rm)^.*(#|//|<!--)\\s*spellchecker:disable-line(\\s*-->)$", # Ignore a line by making it trail with a `spellchecker:disable-line` comment
|
|
"^[0-9a-f]{7,}$", # Commit hashes
|
|
"4BA7",
|
|
# some heuristics for base64 strings
|
|
"[A-Za-z0-9+=]{72,}",
|
|
"([A-Za-z0-9+=]|\\\\\\s\\*){72,}",
|
|
"[0-9+][A-Za-z0-9+]{30,}[a-z0-9+]",
|
|
"\\$[A-Z0-9+][A-Za-z0-9+]{6,}[a-z0-9+]",
|
|
"\\b[a-z0-9+/=][A-Za-z0-9+/=]{7,}[a-z0-9+/=][A-Z]\\b",
|
|
# In the renovate config
|
|
".ontainer",
|
|
# Allow RDNS identifiers
|
|
"([A-Za-z0-9]+)\\.[A-Za-z0-9.]+"
|
|
]
|
|
|
|
[default.extend-words]
|
|
"allocatedp" = "allocatedp"
|
|
"conduwuit" = "conduwuit"
|
|
"continuwuity" = "continuwuity"
|
|
"continuwity" = "continuwuity"
|
|
"execuse" = "execuse"
|
|
"oltp" = "OTLP"
|
|
|
|
rememvering = "remembering"
|