mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-23 14:08:43 +00:00

for direct dependencies since compatible updates is already covered by `update-transitive-deps.yml`. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
60 lines
1.6 KiB
YAML
60 lines
1.6 KiB
YAML
# Dependabot dependency version checks / updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
# Workflow files stored in the
|
|
# default location of `.github/workflows`
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
# If we include `/`, then dependabot would also create PR
|
|
# for every compatible updates.
|
|
#
|
|
# We only want incompatible updates for direct dependencies
|
|
# from dependabot since compatible updates is covered by
|
|
# `update-transitive-deps.yml`
|
|
- package-ecosystem: "cargo"
|
|
directory: "/bin"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "cargo"
|
|
directory: "/binstalk"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "cargo"
|
|
directory: "/binstalk-downloader"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "cargo"
|
|
directory: "/binstalk-manifests"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "cargo"
|
|
directory: "/binstalk-types"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "cargo"
|
|
directory: "/detect-targets"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "cargo"
|
|
directory: "/detect-wasi"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "cargo"
|
|
directory: "/fs-lock"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "cargo"
|
|
directory: "/leon"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "cargo"
|
|
directory: "/leon-macros"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "cargo"
|
|
directory: "/normalize-path"
|
|
schedule:
|
|
interval: "daily"
|