mirror of
https://github.com/QM4RS/FridaBox.git
synced 2026-09-16 06:02:22 +02:00
Update compatible CI actions, Kotlin, and Android test dependencies; repair sdkmanager discovery on current Ubuntu runners; and group future Dependabot updates.
30 lines
593 B
YAML
30 lines
593 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: gradle
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 5
|
|
groups:
|
|
android-test-dependencies:
|
|
patterns:
|
|
- "androidx.test.*"
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 5
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 5
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|