Commit Graph

12 Commits

Author SHA1 Message Date
hugh-hackman[bot] d0b13efe98 Merge pull request #7 from privilegedescalation/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2026-03-18 03:09:44 +00:00
dependabot[bot] 1e93414a11 Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-18 03:06:48 +00:00
dependabot[bot] b7bc1a9ba7 Bump DavidAnson/markdownlint-cli2-action from 16 to 22 (#6)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 16 to 22.
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v16...v22)

---
updated-dependencies:
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-version: '22'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-18 03:05:49 +00:00
hugh-hackman[bot] 3549a3c6a3 chore: add Dependabot configuration for GitHub Actions (#5)
Co-authored-by: hugh-hackman[bot] <266376744+hugh-hackman[bot]@users.noreply.github.com>
Co-authored-by: Paperclip <noreply@paperclip.ing>
2026-03-18 02:55:28 +00:00
gandalf-the-greybeard[bot] 1eba90a7cb chore: add Renovate dependency management config (#4)
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>
2026-03-15 13:57:58 +00:00
addison-addington[bot] 92dd36f6a3 Add FUNDING.yml for GitHub Sponsors
Co-authored-by: addison-addington[bot] <266309314+addison-addington[bot]@users.noreply.github.com>
2026-03-11 21:43:20 +00:00
hugh-hackman[bot] 9a5af720e8 ci: add markdown linting workflow (#1)
Co-authored-by: Hugh Hackman <hugh@privilegedescalation.com>
2026-03-11 01:52:58 +00:00
hugh-hackman[bot] 6031067d46 Merge pull request #2 from privilegedescalation/fix/markdown-lint-errors
Fix 77 markdown lint errors in agent skill docs
2026-03-11 01:38:36 +00:00
gandalf-the-greybeard[bot] a5ffe58735 Fix 77 markdown lint errors across agent skill docs
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>
2026-03-11 01:14:26 +00:00
null-pointer-nancy[bot] 5c32fed4d8 chore: add Apache-2.0 LICENSE 2026-03-09 10:21:43 +00:00
DevContainer User e31aa64a5b Add artifacthub-headlamp agent skill
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>
2026-03-04 17:32:04 +00:00
DevContainer User 57805fbc65 Add headlamp-plugin-developer agent skill
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>
2026-03-04 12:24:41 +00:00