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
David Allison 3f578bdb15 build(deps): replace backend with io.github.david-allison (v0.1.35)
and bump version to `0.1.35-anki23.12.1`

Updates: dependencies

357abc2d08...70674f6a2a

This PR ensures the mechanism is working so we can upgrade to `-anki24.04`

`io.github.david-allison-1` was burned by a security researcher and it was easier to republish

https://repo1.maven.org/maven2/io/github/david-allison/anki-android-backend/0.1.35-anki23.12.1/

See the following for why we changed the groupId:

* https://redirect.github.com/ankidroid/Anki-Android-Backend/issues/347
* https://redirect.github.com/ankidroid/Anki-Android-Backend/pull/361
* 70674f6a2a

----

Issue implementation: search for 'david-allison-1'

Issue 16064
2024-04-02 03:32:21 +00:00

33 lines
741 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:anki-android-backend
- 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"