mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
17 lines
409 B
YAML
17 lines
409 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: [ "version-update:semver-patch" ]
|
|
|
|
- package-ecosystem: "cargo"
|
|
directory: "/crunchy-cli-core"
|
|
schedule:
|
|
interval: "weekly"
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: [ "version-update:semver-patch" ]
|