mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-12 18:04:28 +01:00
3dfe6b1080
Signed-off-by: validcube <pun.butrach@gmail.com>
78 lines
1.5 KiB
YAML
78 lines
1.5 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
labels: []
|
|
directory: /
|
|
target-branch: dev
|
|
schedule:
|
|
interval: monthly
|
|
groups:
|
|
gh-actions:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
|
|
- package-ecosystem: npm
|
|
labels: []
|
|
directory: /
|
|
target-branch: dev
|
|
schedule:
|
|
interval: monthly
|
|
groups:
|
|
npm:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
|
|
# ReVanced Manager Flutter
|
|
- package-ecosystem: pub
|
|
labels: []
|
|
directory: /
|
|
target-branch: dev
|
|
schedule:
|
|
interval: monthly
|
|
groups:
|
|
pubspec:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
|
|
- package-ecosystem: gradle
|
|
labels: []
|
|
directory: /android
|
|
target-branch: dev
|
|
schedule:
|
|
interval: monthly
|
|
groups:
|
|
gradle:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
|
|
# ReVanced Manager Compose
|
|
- package-ecosystem: gradle
|
|
labels: [ "ReVanced Manager Compose" ]
|
|
directory: /
|
|
target-branch: compose-dev
|
|
schedule:
|
|
interval: monthly
|
|
groups:
|
|
gradle-compose:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|