Skip to content

Commit 9239481

Browse files
committed
chore(Dependabot): Try to ignore -native-mt versions
1 parent 4935f2b commit 9239481

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ updates:
77
time: "08:00"
88
timezone: Etc/UCT
99
open-pull-requests-limit: 99
10+
ignore:
11+
- dependency-name: "kotlinCoroutinesVersion"
12+
versions:
13+
- "*-native-mt"
14+
1015
- package-ecosystem: npm
1116
directory: "/"
1217
schedule:

0 commit comments

Comments
 (0)