From ab416939f6700ba57899d70821209c7a308dc7f0 Mon Sep 17 00:00:00 2001 From: favonia Date: Wed, 8 Nov 2023 02:22:03 -0600 Subject: [PATCH] ci: reduce dependabot PRs --- .github/dependabot.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c52e328..207397d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,20 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + groups: + github-actions: + update-types: + - "major" + - "minor" + - "patch" - package-ecosystem: "docker" directory: "/" schedule: - interval: "daily" + interval: "weekly" + groups: + docker-dependencies: + update-types: + - "major" + - "minor" + - "patch"