From 8fe9ff84b71d8ab5ce59ef4ff0a1be7306f048ee Mon Sep 17 00:00:00 2001 From: Xicri <107226297+xicri@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:57:59 +0900 Subject: [PATCH] chore: compile PRs of GitHub Actions update to one or two PRs --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 54572c7b..68cac10d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -35,3 +35,16 @@ updates: interval: "weekly" assignees: - "xicri" + groups: + security: + applies-to: "security-updates" + update-types: + - "major" + - "minor" + - "patch" + normal: + applies-to: "version-updates" + update-types: + - "major" + - "minor" + - "patch"