You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a reusable renovate.yml — self-hosted Renovate that each consumer calls
from a thin wrapper (same shape as upgrade-check.yml), running against the
calling repo. It reads composite action.yml
(dependabot-core#6704
blind spot), so it keeps whuppi/ci refs uniform and bumps third-party actions
hidden in composites. Needs a RENOVATE_TOKEN org secret (Contents + Workflows +
Pull-requests + Issues: write) — Renovate must write .github/workflows/, which GITHUB_TOKEN can't.
secrets.sh gained an org scope for org-wide secrets (set org/KEY).
Removed the whuppi-ci-refs job from upgrade-check.yml. Renovate replaces it:
the sweep needed a Workflows-scope token GITHUB_TOKEN couldn't provide, and
Renovate reads composites natively. Consumers migrate to the renovate.yml
wrapper and drop their Dependabot github-actions + pub config.