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
Mike Hardy 681c37d332
build(dependabot): ignore commons-compress v1.22 as well
Re-verified, java.io.File.toPath is only available API26+, and the library has
not changed their compatibility, so we're still waiting on this one, just sliding the version range
here

Closes #9257
2021-07-13 08:14:59 -05:00

30 lines
929 B
YAML

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
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"