Skip to content

Commit 1ffacdf

Browse files
authored
Fixes label for GH action updates (#378)
Signed-off-by: Simon Davies <[email protected]>
1 parent 9c51c67 commit 1ffacdf

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)