mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
- there is no way to group updates unfortunately... I'll set-up a custom workflow to update python deps as I would imagine later
10 lines
196 B
YAML
10 lines
196 B
YAML
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
# Check for updates to GitHub Actions every sunday
|
|
interval: "weekly"
|
|
day: "sunday"
|