From f63ca7a83b0f3c55a46886f83eac6f48621ae50c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 9 Jul 2024 19:07:06 +0200 Subject: [PATCH] github-action: add dependabot for GitHub actions (#192) --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b9a9834 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directories: + - "/" + - "/.github/actions/*" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + groups: + github-actions: + patterns: + - "*"