Skip to content

Commit 22a2202

Browse files
authored
Create dependabot.yml
1 parent 2591a29 commit 22a2202

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
versioning-strategy: "lockfile-only"
6+
schedule:
7+
interval: "weekly"
8+
groups:
9+
lock:
10+
patterns: ["*"]
11+
allow:
12+
- dependency-type: "all"
13+
labels: ["A-dependencies"]
14+
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)