mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: disable dependabot for pip dependencies
- there is no way to group updates unfortunately... I'll set-up a custom workflow to update python deps as I would imagine later
This commit is contained in:
7
.github/dependabot.yaml
vendored
7
.github/dependabot.yaml
vendored
@@ -7,10 +7,3 @@ updates:
|
||||
# Check for updates to GitHub Actions every sunday
|
||||
interval: "weekly"
|
||||
day: "sunday"
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
# Check for updates to python dependencies every sunday
|
||||
interval: "weekly"
|
||||
day: "sunday"
|
||||
|
||||
Reference in New Issue
Block a user