From 6119172b09d86dc5eb6f58e98fdf4ac8ad58dfb6 Mon Sep 17 00:00:00 2001 From: Miklos Szanyi Date: Mon, 22 Jun 2026 20:34:58 +0300 Subject: [PATCH] ci: dependabot monthly + group minor/patch --- .github/dependabot.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 246655a..16e6cc1 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,8 +2,11 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + groups: + minor-and-patch: + update-types: ["minor", "patch"] schedule: - interval: "weekly" + interval: "monthly" labels: - "dependencies" - "github-actions" @@ -13,8 +16,11 @@ updates: - package-ecosystem: "npm" directory: "/" + groups: + minor-and-patch: + update-types: ["minor", "patch"] schedule: - interval: "weekly" + interval: "monthly" labels: - "dependencies" - "npm"