Skip to content

Commit 57ca46f

Browse files
committed
Fixes label for GH action updates
Signed-off-by: Simon Davies <[email protected]>
1 parent 44e6654 commit 57ca46f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7-
labels: []
7+
labels:
8+
- "kind/dependencies"
89
- package-ecosystem: "cargo"
910
directories: ["/", "src/tests/rust_guests/simpleguest","src/tests/rust_guests/callbackguest"]
1011
schedule:

0 commit comments

Comments
 (0)