From 366870ccc66cb3964826d559643f2c3a84d7fb7b Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 13 Mar 2025 14:01:29 +0800 Subject: [PATCH] chore: dependabot group and time --- .github/dependabot.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 7fcf80b54..56cbf89aa 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,7 +3,10 @@ updates: - package-ecosystem: npm directory: / schedule: - interval: daily + interval: weekly + day: friday + time: 12:00 + timezone: Asia/Singapore target-branch: dev ignore: - dependency-name: react @@ -19,6 +22,15 @@ updates: - dependency-name: react-native versions: [">=0.78.0"] open-pull-requests-limit: 100 + groups: + minor: + applies-to: version-updates + update-types: + - "minor" + patch: + applies-to: version-updates + update-types: + - "patch" - package-ecosystem: github-actions directory: /