Skip to content

Commit 51f0a9a

Browse files
authored
Add custom labels to dependabot PRs (#18)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 6916379 commit 51f0a9a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ updates:
55
schedule:
66
interval: "daily"
77
time: "03:00"
8+
labels:
9+
- "kind/dependencies"
810
- package-ecosystem: "cargo"
911
directories:
1012
- "/"
1113
schedule:
1214
interval: "daily"
1315
time: "03:00"
16+
labels:
17+
- "kind/dependencies"
1418
- package-ecosystem: "npm"
1519
directory: "/src/js-host-api"
1620
schedule:
1721
interval: "daily"
18-
time: "03:00"
22+
time: "03:00"
23+
labels:
24+
- "kind/dependencies"

0 commit comments

Comments
 (0)