From 6bdb733977a472db3a513208d48d8b244f4011ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E5=8F=AF?= Date: Fri, 6 Sep 2024 09:52:00 +0800 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 86082d3..e9e2c3c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,11 +6,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" + interval: "weekly" + groups: + actions-deps: + patterns: + - "*"