mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
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>
This commit is contained in:
parent
1d754ef5b5
commit
16be14a07d
1 changed files with 47 additions and 2 deletions
49
.github/dependabot.yml
vendored
49
.github/dependabot.yml
vendored
|
@ -8,8 +8,53 @@ updates:
|
|||
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: "/"
|
||||
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"
|
||||
versioning-strategy: increase-if-necessary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue