From 43aa4be9b739753b7d8f2dafde0c653de179c10b Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Wed, 4 Dec 2024 22:32:55 +0100 Subject: [PATCH] Get weekly updates from Dependabot --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 690f2d7bf..c592f47ef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,13 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: "docker" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "weekly" + groups: + docker-updates: + update-types: + - "patch" + - "minor"