From a6e90eebe23a567f7e3150d28444af31afeffdba Mon Sep 17 00:00:00 2001 From: Thomas Maurer Date: Wed, 30 Aug 2023 09:46:41 +0200 Subject: [PATCH] Update Actions with Dependabot --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 25852ce..55dde57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,16 @@ updates: - package-ecosystem: "docker" directory: "/" schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + actions: + patterns: + - "*"