From 606c4c24d219a81b7f3956245cbd7983c3fc6fb1 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 9 Jul 2024 19:20:50 +0200 Subject: [PATCH] github-action: add dependabot for GitHub actions (#734) --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bebaa16c..86375416 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,16 @@ updates: interval: "daily" ignore: - dependency-name: "elasticsearch" + + - package-ecosystem: "github-actions" + directories: + - "/" + - "/.github/actions/*" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + groups: + github-actions: + patterns: + - "*"