We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94bee6 commit 439750dCopy full SHA for 439750d
.github/dependabot.yml
@@ -11,6 +11,15 @@ updates:
11
interval: "weekly"
12
time: "06:00"
13
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"
23
commit-message:
24
prefix: "chore"
25
# Maintain dependencies for GitHub Actions
0 commit comments