Skip to content

Commit 84497af

Browse files
authored
ci: use Dependabot to update Cargo.lock (#823)
1 parent 297cc76 commit 84497af

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
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
8-
- package-ecosystem: "github-actions"
15+
- package-ecosystem: github-actions
916
directory: "/"
1017
schedule:
11-
interval: "weekly"
18+
interval: weekly
1219
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)