Skip to content

Commit

Permalink
Ignore androidx annotation auto-update from Dependabot
Browse files Browse the repository at this point in the history
androidx annotation brings higher Kotlin dependency than we expect, and
it is in core modules' dependency list, so we need to avoid its
auto-update and update it based on our demand manually.

Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Nov 18, 2023
1 parent f152b15 commit 08b2bd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -17,3 +17,5 @@ updates:
# don't auto update nativeruntime-dist-compat since it needs
# to be updated with code changes together
- dependency-name: "org.robolectric:nativeruntime-dist-compat"
# don't auto update androidx-annotation since it brings higher Kotlin dependency
- dependency-name: "androidx.annotation:annotation"

0 comments on commit 08b2bd8

Please sign in to comment.