cargo-binstall/.github/dependabot.yml
Jiahao XU 16be14a07d
dependabot: Only create PR for incompatible updates (#1138)
for direct dependencies since compatible updates is already
covered by `update-transitive-deps.yml`.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-06-06 11:46:47 +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: "/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"