Skip to content

Commit 77b9014

Browse files
authored
Configure Dependabot for cargo and GitHub Actions (#83)
Added support for cargo and GitHub Actions updates.
1 parent 9ae5d74 commit 77b9014

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
open-pull-requests-limit: 10
9+
groups:
10+
dependencies:
11+
patterns:
12+
- "*"
13+
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"
18+
day: "monday"
19+
open-pull-requests-limit: 5
20+
groups:
21+
actions:
22+
patterns:
23+
- "*"

0 commit comments

Comments
 (0)