Skip to content

Commit ca30936

Browse files
committed
Add labels to dependabot configuration for Kotlin and GitHub Actions
1 parent a464ea3 commit ca30936

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "weekly"
10+
labels:
11+
- "dependencies"
12+
- "kotlin"
1013

1114
- package-ecosystem: "github-actions"
1215
directory: "/"
1316
schedule:
1417
interval: "weekly"
18+
labels:
19+
- "dependencies"
20+
- "github-actions"

0 commit comments

Comments
 (0)