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
2023-02-07 08:24:14 -05:00

23 lines
658 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.23"