mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-13 14:33:47 +00:00
ci: update flake inputs with dependabot; add cooldown to Rust deps
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iac735278f32f323106314eb9d94159f06a6a6964
This commit is contained in:
parent
f139bda7b2
commit
20504a6e8b
1 changed files with 12 additions and 2 deletions
22
.github/dependabot.yaml
vendored
22
.github/dependabot.yaml
vendored
|
|
@ -1,13 +1,23 @@
|
|||
version: 2
|
||||
updates:
|
||||
# Update Cargo deps
|
||||
- package-ecosystem: cargo
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
# Update used workflows
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
|
||||
# Update Cargo deps
|
||||
- package-ecosystem: cargo
|
||||
directory: "/"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
# Update Nixpkgs & Crane
|
||||
- package-ecosystem: nix
|
||||
directory: "/"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
schedule:
|
||||
interval: daily
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue