mirror of
https://github.com/m-lamonaca/json-to-env.git
synced 2025-04-05 10:26:40 +00:00
13 lines
370 B
YAML
13 lines
370 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo" # See documentation for possible values
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "weekly"
|
|
commit-message:
|
|
prefix: "Cargo"
|
|
include: "scope"
|
|
ignore:
|
|
# ignore patch updates
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-patch"]
|