Skip to content

Commit 8f8b2cc

Browse files
authored
Update dependabot.yml to ignore Kotlin dependencies
1 parent 1564a4f commit 8f8b2cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ updates:
66
interval: "weekly"
77
day: monday
88
labels: ["dependencies"]
9+
ignore:
10+
- dependency-name: "org.jetbrains.kotlin.*"
11+
- dependency-name: "kotlin-test"
912
groups:
1013
minor:
1114
applies-to: version-updates

0 commit comments

Comments
 (0)