cargo-binstall/.github/dependabot.yml
Jiahao XU 1369eea802
fix dependabot path to crates (#1148)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-06-17 09:22:09 +00:00

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: "/crates/bin"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/binstalk"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/binstalk-downloader"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/binstalk-manifests"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/binstalk-types"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/detect-targets"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/detect-wasi"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/fs-lock"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/leon"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/leon-macros"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/normalize-path"
schedule:
interval: "daily"