Skip to content

Commit cd490bc

Browse files
authored
ci: use Dependabot to update Cargo.lock (#192)
1 parent 9225ab4 commit cd490bc

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
version: 2
22
updates:
33
- package-ecosystem: cargo
4+
versioning-strategy: lockfile-only
45
directory: "/"
6+
allow:
7+
- dependency-type: "all"
8+
groups:
9+
all-deps:
10+
patterns:
11+
- "*"
512
schedule:
6-
interval: daily
13+
interval: weekly
714
open-pull-requests-limit: 10
815
- package-ecosystem: github-actions
916
directory: "/"

0 commit comments

Comments
 (0)