mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
ci: Attempt to group all dependabot dependency update
Signed-off-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
parent
02e5641227
commit
3dfe6b1080
1 changed files with 40 additions and 0 deletions
40
.github/dependabot.yml
vendored
40
.github/dependabot.yml
vendored
|
@ -6,6 +6,14 @@ updates:
|
||||||
target-branch: dev
|
target-branch: dev
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
|
groups:
|
||||||
|
gh-actions:
|
||||||
|
applies-to: version-updates
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
update-types:
|
||||||
|
- "minor"
|
||||||
|
- "patch"
|
||||||
|
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
labels: []
|
labels: []
|
||||||
|
@ -13,6 +21,14 @@ updates:
|
||||||
target-branch: dev
|
target-branch: dev
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
|
groups:
|
||||||
|
npm:
|
||||||
|
applies-to: version-updates
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
update-types:
|
||||||
|
- "minor"
|
||||||
|
- "patch"
|
||||||
|
|
||||||
# ReVanced Manager Flutter
|
# ReVanced Manager Flutter
|
||||||
- package-ecosystem: pub
|
- package-ecosystem: pub
|
||||||
|
@ -21,6 +37,14 @@ updates:
|
||||||
target-branch: dev
|
target-branch: dev
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
|
groups:
|
||||||
|
pubspec:
|
||||||
|
applies-to: version-updates
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
update-types:
|
||||||
|
- "minor"
|
||||||
|
- "patch"
|
||||||
|
|
||||||
- package-ecosystem: gradle
|
- package-ecosystem: gradle
|
||||||
labels: []
|
labels: []
|
||||||
|
@ -28,6 +52,14 @@ updates:
|
||||||
target-branch: dev
|
target-branch: dev
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
|
groups:
|
||||||
|
gradle:
|
||||||
|
applies-to: version-updates
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
update-types:
|
||||||
|
- "minor"
|
||||||
|
- "patch"
|
||||||
|
|
||||||
# ReVanced Manager Compose
|
# ReVanced Manager Compose
|
||||||
- package-ecosystem: gradle
|
- package-ecosystem: gradle
|
||||||
|
@ -36,3 +68,11 @@ updates:
|
||||||
target-branch: compose-dev
|
target-branch: compose-dev
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
|
groups:
|
||||||
|
gradle-compose:
|
||||||
|
applies-to: version-updates
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
update-types:
|
||||||
|
- "minor"
|
||||||
|
- "patch"
|
||||||
|
|
Loading…
Reference in a new issue