mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
39 lines
735 B
YAML
39 lines
735 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
labels: []
|
|
directory: /
|
|
target-branch: dev
|
|
schedule:
|
|
interval: monthly
|
|
|
|
- package-ecosystem: npm
|
|
labels: []
|
|
directory: /
|
|
target-branch: dev
|
|
schedule:
|
|
interval: monthly
|
|
|
|
# ReVanced Manager Flutter
|
|
- package-ecosystem: pub
|
|
labels: []
|
|
directory: /
|
|
target-branch: dev
|
|
schedule:
|
|
interval: monthly
|
|
|
|
- package-ecosystem: gradle
|
|
labels: []
|
|
directory: /
|
|
target-branch: dev
|
|
schedule:
|
|
interval: monthly
|
|
|
|
# ReVanced Manager Compose
|
|
- package-ecosystem: gradle
|
|
labels: [ "ReVanced Manager Compose" ]
|
|
directory: /
|
|
target-branch: compose-dev
|
|
schedule:
|
|
interval: monthly
|