Skip to content

Commit 3840483

Browse files
authored
Create dependabot.yml
1 parent 7bf464d commit 3840483

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "cargo"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
target-branch: "master"
9+
open-pull-requests-limit: 4
10+
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
target-branch: "master"

0 commit comments

Comments
 (0)