-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdependabot.yml
34 lines (33 loc) · 1.15 KB
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Dependabot configuration:
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Maintain dependencies for Gradle dependencies
- package-ecosystem: "gradle"
directory: "/"
target-branch: "main"
schedule:
interval: "weekly"
time: "06:00"
timezone: "America/Chicago"
ignore:
# these depend on the toolbox API and should be updated manually
- dependency-name: "org.jetbrains.kotlin.jvm"
- dependency-name: "org.jetbrains.kotlin.plugin.serialization"
- dependency-name: "com.google.devtools.ksp"
# these can have breaking changes
- dependency-name: "com.jetbrains.toolbox:core-api"
- dependency-name: "com.jetbrains.toolbox:ui-api"
- dependency-name: "com.jetbrains.toolbox:remote-dev-api"
commit-message:
prefix: "chore"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: "weekly"
time: "06:00"
timezone: "America/Chicago"
commit-message:
prefix: "chore"