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 bb6bb032e1 build(deps): have dependabot ignore anki-android-backend dep
It resumed proposing PRs for this dependency after moving to the
version catalog style of version specification in gradle, which has
been confusing me.

I believe it is because the name now needs to be the version catalog
alias name, not the maven repository coordinates, with my hunch
based on the naming of the PRs now being an update for `ankiBackend`
vs the coordinates first
2024-06-17 12:51:08 +00:00

33 lines
708 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: ankiBackend
- package-ecosystem: npm
directory: "/tools/localization"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
target-branch: dependency-updates
groups:
non-breaking:
update-types:
- "minor"
- "patch"
labels:
- "dependencies"