mirror of
https://github.com/superlinear-ai/python-gpu.git
synced 2025-03-26 03:37:17 +03:00
23 lines
469 B
YAML
23 lines
469 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
commit-message:
|
|
prefix: "ci"
|
|
prefix-development: "ci"
|
|
include: "scope"
|
|
- package-ecosystem: pip
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
commit-message:
|
|
prefix: "build"
|
|
prefix-development: "build"
|
|
include: "scope"
|
|
versioning-strategy: lockfile-only
|
|
allow:
|
|
- dependency-type: "all"
|