From 7efc37c2fe5a1e9015782e328a87e87b250d5815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E5=8F=AF?= Date: Mon, 26 Aug 2024 14:30:22 +0800 Subject: [PATCH] ci: deps support group (#231) * feat: deps support group * chore: change to weekly --- .github/dependabot.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8fea745..d638029 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,11 +10,23 @@ updates: labels: - dependencies schedule: - interval: daily + interval: "weekly" + groups: + gomod-normal-deps: + update-types: + - patch + - minor + gomod-breaking-deps: + update-types: + - major - package-ecosystem: "github-actions" directory: "/" labels: - dependencies schedule: - interval: "daily" \ No newline at end of file + interval: "weekly" + groups: + actions-deps: + patterns: + - "*"