mirror of
https://github.com/daywalker90/cln-nip47.git
synced 2026-08-13 12:33:43 +02:00
CI: add cargo updates to dependabot
This commit is contained in:
parent
c4cbcbe4d2
commit
f13c30452e
1 changed files with 26 additions and 0 deletions
26
.github/dependabot.yml
vendored
26
.github/dependabot.yml
vendored
|
|
@ -9,3 +9,29 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
time: "06:00"
|
||||
timezone: "UTC"
|
||||
|
||||
groups:
|
||||
all-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
cooldown:
|
||||
default-days: 7
|
||||
|
||||
open-pull-requests-limit: 1
|
||||
|
||||
versioning-strategy: "auto"
|
||||
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "rust"
|
||||
|
||||
allow:
|
||||
- dependency-type: "all"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue