mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-15 20:08:29 +00:00
Some checks failed
* dependabot.yml creation * Configure dependabot for pip package updates Co-authored-by: matt <matt@crewai.com> * Fix Dependabot package ecosystem * Refactor: Use uv package-ecosystem in dependabot Co-authored-by: matt <matt@crewai.com> * fix: ensure dependabot uses uv ecosystem --------- Co-authored-by: Greyson LaLonde <greyson.r.lalonde@gmail.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: matt <matt@crewai.com>
12 lines
523 B
YAML
12 lines
523 B
YAML
# 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:
|
|
- package-ecosystem: uv # See documentation for possible values
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "weekly"
|