mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Update CI & dependabot: Add new crates (#1296)
and also add missing `crates/binstalk-bins/LICENSE` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
0c5a65fb35
commit
2215682e76
3 changed files with 699 additions and 0 deletions
20
.github/dependabot.yml
vendored
20
.github/dependabot.yml
vendored
|
@ -14,6 +14,10 @@ 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/atomic-file-install"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/crates/bin"
|
||||
schedule:
|
||||
|
@ -22,6 +26,18 @@ updates:
|
|||
directory: "/crates/binstalk"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/crates/binstalk-bins"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/crates/binstalk-fetchers"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/crates/binstalk-registry"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/crates/binstalk-downloader"
|
||||
schedule:
|
||||
|
@ -34,6 +50,10 @@ updates:
|
|||
directory: "/crates/binstalk-types"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/crates/cargo-toml-workspace"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/crates/detect-targets"
|
||||
schedule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue