chore: pin bincraft 4.2.0 and drop superseded standalone r-minor workflow

Bumps the bincraft git-tag pin and version guard from v4.1.1 to v4.2.0 across
all .crow workflows, removes .crow/build-r-minor-sensitive-packages.yaml (now
superseded by the integrated full + iterative flow), and drops its now-orphaned
hook-exclude entries.
This commit is contained in:
Patrick Schratz 2026-06-13 21:45:18 +02:00
commit 5bade188c2
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -1,8 +1,3 @@
{
"Exclude": [
"^LICENSE\\.md$",
"^benchmark/",
"^docker/reprex/",
"^\\.crow/build-r-minor-sensitive-packages\\.yaml$"
]
"Exclude": ["^LICENSE\\.md$", "^benchmark/", "^docker/reprex/"]
}