From 3dfe6b10801be7be233f9e70d737c7a084c057e7 Mon Sep 17 00:00:00 2001 From: validcube Date: Fri, 6 Sep 2024 20:44:40 +0700 Subject: [PATCH] ci: Attempt to group all dependabot dependency update Signed-off-by: validcube --- .github/dependabot.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7ece0eb5..44909feb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,14 @@ updates: target-branch: dev schedule: interval: monthly + groups: + gh-actions: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: npm labels: [] @@ -13,6 +21,14 @@ updates: target-branch: dev schedule: interval: monthly + groups: + npm: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" # ReVanced Manager Flutter - package-ecosystem: pub @@ -21,6 +37,14 @@ updates: target-branch: dev schedule: interval: monthly + groups: + pubspec: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: gradle labels: [] @@ -28,6 +52,14 @@ updates: target-branch: dev schedule: interval: monthly + groups: + gradle: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" # ReVanced Manager Compose - package-ecosystem: gradle @@ -36,3 +68,11 @@ updates: target-branch: compose-dev schedule: interval: monthly + groups: + gradle-compose: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch"