Skip to content

Add Dependabot configuration targeting develop branch for automated updatesAdd Dependabot configuration targeting develop branch for automated updates#74

Merged
placerda merged 2 commits into
mainfrom
develop
Apr 14, 2026

Conversation

@placerda
Copy link
Copy Markdown
Contributor

This pull request adds a new .github/dependabot.yml configuration file to enable automated dependency updates for Python, GitHub Actions, and the VS Code extension. Dependabot will now check for updates weekly and open pull requests targeting the develop branch.

Dependency update automation:

  • Added .github/dependabot.yml to enable Dependabot for:
    • Python dependencies managed by pip (weekly updates, labeled "dependencies")
    • GitHub Actions workflows (weekly updates, labeled "dependencies" and "github-actions")
    • NPM dependencies for the VS Code extension in plugins/agentops (weekly updates, labeled "dependencies")

Configure Dependabot v2 for pip, github-actions, and npm ecosystems.
All PRs target develop instead of main.
@placerda placerda merged commit f9b14c7 into main Apr 14, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant