Skip to content

Commit 83bae78

Browse files
authored
chore: Automate dependency updates (#305)
1 parent 4a54237 commit 83bae78

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
allow:
8+
- dependency-type: "all"
9+
groups:
10+
minor:
11+
update-types:
12+
- "minor"
13+
- "patch"
314
- package-ecosystem: "github-actions"
415
directory: "/"
516
schedule:
617
# Check for updates to GitHub Actions every week
718
interval: "weekly"
19+
- package-ecosystem: "npm"
20+
directory: "/"
21+
schedule:
22+
interval: "weekly"
23+
allow:
24+
- dependency-type: "all"
25+
groups:
26+
minor:
27+
update-types:
28+
- "minor"
29+
- "patch"

0 commit comments

Comments
 (0)