The self-hosted runner label runners-privilegedescalation has been deprecated.
Migrate to ubuntu-latest which requires adding an explicit Node.js setup
step since ubuntu-latest does not have Node.js pre-installed.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The ARC runner label was changed org-wide to runners-privilegedescalation.
This repo was still using the old local-ubuntu-latest label.
Co-authored-by: Hugh Hackman <hugh@privilegedescalation.com>
This repo already has renovate.json configured. The dependabot.yml was
added in error and creates conflicting dependency update PRs. Removing
it to consolidate on Renovate as the single dependency management tool.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
Adds renovate.json matching the standard config used across other
Privileged Escalation plugin repos (polaris, intel-gpu, rook, etc.).
Configures recommended presets, weekend schedule, and groups minor/patch
updates for npm and GitHub Actions.
Ref: PRI-128
Co-authored-by: gandalf-the-greybeard[bot] <gandalf-the-greybeard[bot]@users.noreply.github.com>
Co-authored-by: Paperclip <noreply@paperclip.ing>
Add .markdownlint-cli2.jsonc to suppress MD013 (line-length) and MD041
(first-line-heading) which are inappropriate for agent skill files with
YAML frontmatter and code examples.
Fix genuine structural issues in all affected files:
- Add blank lines around headings (MD022)
- Add blank lines around fenced code blocks (MD031)
- Add blank lines around lists (MD032)
- Add language specifiers to bare code fences (MD040)
Resolves: PRI-93
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Covers ArtifactHub's pull-based model, metadata files
(artifacthub-repo.yml, artifacthub-pkg.yml), Headlamp-specific
annotations, and the release-to-publish pipeline. Corrects common
misconceptions about pushing/reconciliation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Extracted from headlamp-sealed-secrets-plugin to serve as the
standalone home for developing Headlamp agent skills.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>