Skip to content

Commit ed842e5

Browse files
devcrocode5l
andauthored
Add labels to dependabot configuration for Kotlin and GitHub Actions (#135)
Co-authored-by: Leonid Stashevsky <[email protected]>
1 parent 958e5e5 commit ed842e5

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)