From f1cf0c98dce04c2cf4d19e4253a4be696551a42c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 9 Jul 2024 14:23:13 +0200 Subject: [PATCH] github-action: add dependabot for GitHub actions --- .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: + - "*"