Skip to content

Commit 16a1d5f

Browse files
committed
ci: set up dependabot for GH actions
Signed-off-by: NotAShelf <[email protected]> Change-Id: I890272e62db5824a3d866748375d1a9f6a6a6964
1 parent 8d97a9e commit 16a1d5f

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+
# Update Cargo deps
4+
- package-ecosystem: cargo
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
9+
# Update used workflows
10+
- package-ecosystem: github-actions
11+
directory: "/"
12+
schedule:
13+
interval: daily
14+

0 commit comments

Comments
 (0)