Some checks are pending
CI — CoM Config Validation / Validate JSON Configs (push) Waiting to run
CI — CoM Config Validation / Validate YAML Configs (push) Waiting to run
CI — CoM Config Validation / Lint Shell Scripts (push) Waiting to run
CI — CoM Config Validation / Secret Detection (push) Waiting to run
CI — CoM Config Validation / Lint Markdown (push) Waiting to run
CI — CoM Config Validation / Validate CODEOWNERS (push) Waiting to run
Public, sanitized mirror of an AI orchestration command center: agents, skills, MCP servers, slash-command workflows. All infrastructure identifiers, hostnames, mesh IPs/subnets, repo paths, maintainer identity, and hardware fleet specifics scrubbed to <placeholders>; session debug logs and host-specific memory removed. No live credentials. Verified clean by automated leak sweep. See SANITIZATION.md. churchofmalware.org . authorized research only
49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
# Dependabot — Automated Dependency Updates
|
|
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
|
|
version: 2
|
|
|
|
updates:
|
|
# GitHub Actions — keep CI actions up to date
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
assignees:
|
|
- "Diablo_Rain"
|
|
labels:
|
|
- "dependencies"
|
|
- "ci"
|
|
commit-message:
|
|
prefix: "ci(deps):"
|
|
|
|
# pip (Python) — for any Python scripts or tools
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
assignees:
|
|
- "Diablo_Rain"
|
|
labels:
|
|
- "dependencies"
|
|
- "python"
|
|
commit-message:
|
|
prefix: "chore(deps):"
|
|
open-pull-requests-limit: 5
|
|
|
|
# npm — for MCP server dependencies
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
assignees:
|
|
- "Diablo_Rain"
|
|
labels:
|
|
- "dependencies"
|
|
- "npm"
|
|
commit-message:
|
|
prefix: "chore(deps):"
|
|
open-pull-requests-limit: 5
|