mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
dependabot.yml creation (#3868)
Some checks failed
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>
This commit is contained in:
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# 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"
|
||||||
Reference in New Issue
Block a user