mirror of
https://github.com/coleam00/Archon.git
synced 2026-01-03 21:37:46 -05:00
The New Archon (Beta) - The Operating System for AI Coding Assistants!
This commit is contained in:
58
original_archon/.github/dependabot.yml
vendored
Normal file
58
original_archon/.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
# To get started with Dependabot version updates, you'll need to specify which
|
||||
# package ecosystems to update and where the package manifests are located.
|
||||
# Please see the documentation for all configuration options:
|
||||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
|
||||
# Check for updates to GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
# Check for updates to Python packages in root (actual iteration)
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
# Check for updates to Python packages in mcp
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/mcp"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
# Check for updates in Dockerfile
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
# Check for updates in MCP Dockerfile
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/mcp"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
|
||||
# Aditional: Structure to maintain previous iterations
|
||||
|
||||
# Update Version 1: Single Agent
|
||||
# - package-ecosystem: "pip"
|
||||
# directory: "/iterations/v1-single-agent"
|
||||
# schedule:
|
||||
# interval: "monthly"
|
||||
|
||||
# Update Version 2: Agentic Workflow
|
||||
# - package-ecosystem: "pip"
|
||||
# directory: "/iterations/v2-agentic-workflow"
|
||||
# schedule:
|
||||
# interval: "monthly"
|
||||
|
||||
# Upate Version 3: MCP Support
|
||||
# - package-ecosystem: "pip"
|
||||
# directory: "/iterations/v3-mcp-support"
|
||||
# schedule:
|
||||
# interval: "monthly"
|
||||
Reference in New Issue
Block a user