1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
version: 2
updates:
# Rust crate dependencies.
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
open-pull-requests-limit: 10
# criterion 0.6+ carries breaking API/MSRV changes and is only used by the
# (dev-only) benches; stay on the working 0.x line and adopt majors manually.
ignore:
- dependency-name: "criterion"
update-types:
groups:
patch-updates:
update-types:
- "patch"
minor-updates:
update-types:
- "minor"
labels:
- "dependencies"
- "rust 🦀"
# GitHub Actions used by CI.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
open-pull-requests-limit: 10
labels:
- "dependencies"
- "github-actions"