0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
Anki-Android/.github/dependabot.yml
Mike Hardy 657c228c02
build(deps): track upstream material dialogs again
This was pinned to < 2 previously, but we are on current versions finally
2022-11-11 10:05:52 -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.22"