Skip to content

Commit 439750d

Browse files
committed
fix: skip some of the dependencies from automatic upgrade
- kotlin and serialization plugins depend on the minimum targeted Toolbox version
1 parent b94bee6 commit 439750d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ updates:
1111
interval: "weekly"
1212
time: "06:00"
1313
timezone: "America/Chicago"
14+
ignore:
15+
# these depend on the toolbox API and should be updated manually
16+
- dependency-name: "org.jetbrains.kotlin.jvm"
17+
- dependency-name: "org.jetbrains.kotlin.plugin.serialization"
18+
- dependency-name: "com.google.devtools.ksp"
19+
# these can have breaking changes
20+
- dependency-name: "com.jetbrains.toolbox:core-api"
21+
- dependency-name: "com.jetbrains.toolbox:ui-api"
22+
- dependency-name: "com.jetbrains.toolbox:remote-dev-api"
1423
commit-message:
1524
prefix: "chore"
1625
# Maintain dependencies for GitHub Actions

0 commit comments

Comments
 (0)