0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00
Anki-Android/.github/dependabot.yml

30 lines
929 B
YAML
Raw Normal View History

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
target-branch: dependency-updates
labels:
- "dependencies"
ignore:
# Ignore all Rust backend updates, these are always done as manual pulls
- dependency-name: io.github.david-allison-1:anki-android-backend
# We cannot update this one until API26. Ignore range should slide with known versions so we stay informed.
- dependency-name: org.apache.commons:commons-compress
2021-05-14 16:21:29 +02:00
versions:
- ">= 1.12, < 1.22"
# We cannot use current versions of material-dialogs with Java. It went Kotlin-only.
- dependency-name: com.afollestad.material-dialogs:core
versions:
- ">= 2.a, < 3"
- dependency-name: com.afollestad.material-dialogs:core
versions:
- ">= 3.a, < 4"