mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
30 lines
553 B
YAML
30 lines
553 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
|
||
|
|
||
|
- package-ecosystem: pub
|
||
|
labels: []
|
||
|
directory: /
|
||
|
target-branch: dev
|
||
|
schedule:
|
||
|
interval: monthly
|
||
|
|
||
|
- package-ecosystem: gradle
|
||
|
labels: [ "ReVanced Manager Compose" ]
|
||
|
directory: /
|
||
|
target-branch: compose-dev
|
||
|
schedule:
|
||
|
interval: monthly
|