Add self-hosted Renovate runner #70

Merged
privilegedescalation-engineer[bot] merged 3 commits from gandalf/pri-1197-renovate-runner into main 2026-05-13 12:20:57 +00:00

3 Commits

Author SHA1 Message Date
Chris Farhood faa5dfbc88 Add self-hosted Renovate runner workflow
Creates .github/workflows/renovate.yaml using renovatebot/github-action
with a GitHub App token on a weekly schedule. Extends the shared
 renovate-config from the privilegedescalation/.github repository.

Part of PRI-413

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-12 23:52:21 +00:00
Chris Farhood 4cbc166ad1 fix: update pnpm-lock.yaml after E2E deletion
Remove @playwright/test dependencies after E2E infrastructure cleanup.
Resolves ERR_PNPM_OUTDATED_LOCKFILE on PR.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-11 18:54:42 +00:00
Chris Farhood 527855ff92 chore(e2e): delete all E2E files and cleanup
Delete all E2E test infrastructure from the repository:
- scripts/deploy-e2e-headlamp.sh
- scripts/teardown-e2e-headlamp.sh
- .github/workflows/e2e.yaml
- playwright.config.ts
- e2e/ directory (auth.setup.ts, kube-vip.spec.ts)

Also removed e2e and e2e:headed scripts from package.json and removed
@playwright/test devDependency.

Context: [PRI-1133](https://github.com/privilegedescalation/paperclip-internal/issues/PRI-1133) — full E2E purge across org.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-11 13:33:20 +00:00